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

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Mark Adams
Ημερομηνία:  
Προς: Peter Bowyer
Υ/ο: exim users
Αντικείμενο: 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