On 2011-12-09 02:17, [email protected] wrote:
I tried disabling sender verification for one single IP address, but it doesn't
work as expected:

require   verify    = sender
           hosts        = 127.0.1.3

will reject all other mails, while adding an exclamation mark in front of the IP
will reject the mails from this particular IP. What am I missing?

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


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