著者: Peter Bowyer 日付: To: exim users 題目: Re: [exim] Recipient verification at ACL - alias checking
On 04/04/07, Mark Adams <mark@???> wrote: > Hi All,
>
> Using Exim 4.63-17
>
> I'm trying to setup recipient verification at the acl stage,
> specifically 30_exim4-config_check_rcpt in the split config file setup.
Specifics of the Debian config setup are supported in the Debian exim
mailing list, not here - but having said that... 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.