
ml+exim at wzff
Dec 8, 2011, 6:57 PM
Post #3 of 3
(300 views)
Permalink
|
|
Re: Disabling sender verification for a single host
[In reply to]
|
|
Hello Jeremy, On Fri, Dec 09, 2011 at 02:34:47 +0000, Jeremy Harris wrote: > You're requiring that all somethings (RCPT smtp commands?) > a) sender-verify > and > b) come from that host > > How about inverting your logic - > > deny the something when > a) the host isn't that one > and > b) fails to verify-sender Alright, I wasn't aware that it's a logical and :-) Just to make sure I don't make a stupid mistake again, would the following be correct? deny host = ! 127.0.1.3 ! verify = sender It seems to work at first glance. Thanks, Moritz -- ## 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/
|