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