I'm using Exim 4.24.
The default (example) config has this in the acl_check_rcpt:
accept local_parts = postmaster
domains = +local_domains
# Deny unless the sender address can be verified.
require verify = sender
If the point is to allow postmaster regardless of if the sender verifies,
shouldn't that be extended for hosts we relay for?
accept local_parts = postmaster
domains = +local_domains : +relay_to_domains
--
Bill Moseley
moseley@???