On Wed, Dec 23, 2015 at 07:54:22AM +0000, Nicola Piazzi wrote: > At now my "smtpd_recipient_restrictions" is configured to use sqlgrey and > is working : smtpd_recipient_restrictions = permit_sasl_authenticated, > permit_mynetworks, reject_unauth_destination, reject_non_fqdn_recipient, > reject_unknown_recipient_domain, check_recipient_access > hash:/etc/postfix/recipient_access, check_policy_service inet:127.0.0.1:2501 > > If I want to verify recipients in exchange I need to put > "reject_unverified_recipient" but it work ONLY if I remove > "check_policy_service" : smtpd_recipient_restrictions = > permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination, > reject_non_fqdn_recipient, reject_unknown_recipient_domain, > check_recipient_access hash:/etc/postfix/recipient_access, > reject_unverified_recipient > > Using together "reject_unverified_recipient" and check_policy_service give > error after typing rcpt to....
http://www.postfix.org/DEBUG_README.html#mail http://www.postfix.org/ADDRESS_VERIFICATION_README.html -- Viktor.