Michael Ludwig wrote:
> require message = could not verify sender
> log_message = could not verify sender
> verify = sender/callout=120s
> ! hosts = +friends_with_broken_mx : \
What's this good for?
"require" requires _all_ conditions to be true, so the rcpt will be
denied if the sending host is not in one of your host lists.
You'd rather want:
deny
! hosts = ...
! verify = sender/callout=120s
This way, you also save the callout if the host list matches.
> So it would be really great if something like this would work
> fine... ;-)
Would be even more great if you told what you expect and what it
actually does (together with some debug output from a test session).