Sebastien Huart wrote:

>  >> 
>smtpd_recipient_restrictions=permit_mynetworks,permit_sasl_authenticated,reject_unauth_destination
>>>      -o broken_sasl_auth_clients=yes
>>>      -o smtpd_sasl_path=smtpd
>>>      -o smtpd_tls_cert_file=/etc/postfix/certs/mycert.pem
>>>      -o smtpd_tls_key_file=/etc/postfix/certs/mykey.key
>>>      -o smtpd_tls_loglevel=2
>>>      -o smtpd_tls_received_header=yes
>  >>     -o smtpd_tls_security_level=encrypt


>  > You're overriding alot of those smtpd_recipient_restrictions in
>  > master.cf , what port is the mail entering your mailserver on?



>Yet, I must be missing something...

Basically, you have a config setup in main.cf that configures Postfix 
to call a policy server. BUT the instance of postfix fired up to 
listen on 587 has a DIFFERENT config because in your master.cf you've 
specified a different setting for smtpd_recipient_restrictions 
(amongst others).

Therefore, the invocation of Postfix ilstening on 587 is NOT calling 
the policy service. You need to adapt the settings in master.cf to 
also call the policy service in the appropriate places where it's 
overriding main.cf.

-- 
Simon Hobson

Visit http://www.magpiesnestpublishing.co.uk/ for books by acclaimed
author Gladys Hobson. Novels - poetry - short stories - ideal as
Christmas stocking fillers. Some available as e-books.
_______________________________________________
Users mailing list
[email protected]
http://lists.policyd.org/mailman/listinfo/users

Reply via email to