Michael Katz wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Any idea why recipient verifications do not happen with these checks? I
am assuming it something with the order of checks but I am not certain.
Thank You
smtpd_data_restrictions = check_policy_service inet:127.0.0.1:9998
smtpd_recipient_restrictions =
reject_invalid_hostname
reject_non_fqdn_hostname
reject_unknown_sender_domain
reject_unknown_recipient_domain
reject_unverified_recipient
permit_mynetworks
reject_unauth_destination
check_policy_service inet:127.0.0.1:9998
permit
The above should work, but it's abusive to send a recipient
probe for every mail you send or receive.
reject_unverified_recipient should be below
reject_unauth_destination.
As for why it doesn't work, try looking at "postconf -n"
output and your logs.
http://www.postfix.org/DEBUG_README.html#mail
--
Noel Jones