Re: [exim] Recipient verification at ACL - alias checking

Etusivu
Poista viesti
Vastaa
Lähettäjä: Mark Adams
Päiväys:  
Vastaanottaja: Peter Bowyer
Kopio: exim users
Aihe: Re: [exim] Recipient verification at ACL - alias checking
> you don't need to
> code specific lookups in the ACLs for recipient verification, you
> simply need
>
> require verify = recipient
>
> in your rcpt acl, which will cause recipients to be run through your
> existing routers, and rejected if the routers can't route the
> recipient.
>


Thanks, This worked as desired.

Mark