Giuliano, On Sun, 18 Dec 2005, Giuliano Gavazzi wrote:
> While I am abandoning the idea of a strict authenticated sender for > the moment, I have come across something puzzling. You know that: [...] > I had this remnant of the auth sender verification, that I considered > dormant as no acl was calling it: > > # verify setter > verify_setter: > driver = redirect > domains = +local_domains > verify_only > verify_sender [...] The way I read it, the defaults are verify_only = false verify_recipient = true verify_sender = true So I believe you need to disable recipient verification explicitly:- verify_only verify_recipient = false and the verify_sender is actually superfluous! (Not tested!) HTH, RIchard -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
