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 <[email protected]>: 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 = [email protected]
     !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

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to