Re: [exim] require verify = sender ACL

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users
Subject: Re: [exim] require verify = sender ACL
On 01/01/15 18:34, Jim Pazarena wrote:
> In my acl_smtp_rcpt
>
> I have a:
>
> require verify = sender
>
> which 'usually' lets a particular sender get to me, but occasionally
> fails that sender with a:
> 2014-12-31 13:50:14 H=air.registry.ca [192.75.213.8] sender verify fail
> for <nouser@???>: all relevant MX records point to non-existent
> hosts
>
> I attribute this to failed DNS. At least, that's what I presume.
> So research shows that I could switch to "try verify" rather than "verify"


Nope; does not exist.


You're wanting to exempt one specific sender?
How about

deny !senders = nouser@???
     !verify = sender


instead of your require clause?

(
http://exim.org/exim-html-current/doc/html/spec_html/ch-access_control_lists.html#SECID200
)
--
Cheers,
Jeremy