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

Top Page
Delete this message
Reply to this message
Author: Mark Adams
Date:  
To: Peter Bowyer
CC: exim users
Subject: 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