Hi,
I have a problem with postfix since updating plesk 12.0.18.
If I use an email address hosted on my server and I want to send an email from my computer, the postfix smtp connection is not possible.
I applied the following patch to use port 587 but nothing works and even other ports does not work:
/etc/postfix/master.cf
Original Value is like that:
submission inet n – n – - smtpd -o smtpd_enforce_tls=yes -o smtpd_tls_security_level=encrypt -o smtpd_sasl_auth_enable=yes -o smtpd_client_restrictions=permit_sasl_authenticated,reject -o smtpd_sender_restrictions=
Change it as like as this one
submission inet n – n – - smtpd -o smtpd_enforce_tls=yes -o smtpd_tls_security_level=may -o smtpd_sasl_auth_enable=yes -o smtpd_client_restrictions=permit_sasl_authenticated,reject -o smtpd_sender_restrictions=
Do you have any idea? should I apply another particular configuration?
Thanks
I have a problem with postfix since updating plesk 12.0.18.
If I use an email address hosted on my server and I want to send an email from my computer, the postfix smtp connection is not possible.
I applied the following patch to use port 587 but nothing works and even other ports does not work:
/etc/postfix/master.cf
Original Value is like that:
submission inet n – n – - smtpd -o smtpd_enforce_tls=yes -o smtpd_tls_security_level=encrypt -o smtpd_sasl_auth_enable=yes -o smtpd_client_restrictions=permit_sasl_authenticated,reject -o smtpd_sender_restrictions=
Change it as like as this one
submission inet n – n – - smtpd -o smtpd_enforce_tls=yes -o smtpd_tls_security_level=may -o smtpd_sasl_auth_enable=yes -o smtpd_client_restrictions=permit_sasl_authenticated,reject -o smtpd_sender_restrictions=
Do you have any idea? should I apply another particular configuration?
Thanks