https://bugs.exim.org/show_bug.cgi?id=1797
--- Comment #2 from Alexandre de Verteuil <alexandre@???> ---
Hi,
I'm following up to thank you for your response, and to leave a trace of my
solution in case this turns up in a web search.
I read the Exim documentation chapter 43 Access control lists, especially part
43.18 ACL verbs. I changed my configuration this way:
deny !sender_domains = +no_sender_verify_domains
!verify = sender
If the sender_domain is part of the no_sender_verify_domains list, control is
passed to the next ACL statement immediately. If the sender_domain is NOT part
of no_sender_verify_domains AND the sender could not be verified, THEN the
message is denied.
I ran this config for a few days and the problem did not reproduce, as
expected.
Regards,
Alexandre de Verteuil
--
You are receiving this mail because:
You are on the CC list for the bug.