On 2011-12-09 02:17, ml+exim@??? 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