Re: [Exim] ACL to reject mail from MAILER-DAEMON to anyone b…

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Alan J. Flavell
Fecha:  
A: Exim-Users (E-mail)
Asunto: Re: [Exim] ACL to reject mail from MAILER-DAEMON to anyone but me?
On Fri, 30 Apr 2004, Brian Kendig wrote:

> On Apr 30, 2004, at 10:35 AM, Nigel Metheringham wrote:
> > So the only valid recipient in that domain is brian@???,
> > right?
>
> Actually, no; any made-up email address on my domain gets routed to my
> mailbox. This is so I can make up addresses on the fly when I sign up
> for things online (like, say, if I sign up on thestation.com then I use
> the email address brian-thestation@???),


You might want to look into handling it as a localpart suffix
(analogous to the traditional sendmail localpart+suffix@???
format, except using "-" instead of "+"), while still looking for a
valid localpart sans suffix. If you see what I mean. There should be
some examples around in The Friendly Manual...

local_part_suffix = "-*"

good luck.