Oefenweb / ansible-postfix

Ansible role to set up postfix in Debian-like systems
MIT License
173 stars 82 forks source link

feature: smtp_tls_wrappermode for relayhost_port 465 #118

Closed andif888 closed 2 years ago

andif888 commented 2 years ago

Request that the Postfix SMTP client connects using the legacy SMTPS protocol instead of using the STARTTLS command. Postfix needs the following setting in main.cf if the relayhost uses port 465.

smtp_tls_wrappermode = yes

http://www.postfix.org/postconf.5.html#smtp_tls_wrappermode