Currently, the setting has been hardened as smtpd_tls_security_level = encrypt.
We should revert to smtpd_tls_security_level = may
RFC 3207, section 4: "A publicly-referenced SMTP server MUST NOT require use of the STARTTLS extension in order to deliver mail locally."
References:
- http://www.postfix.org/TLS_README.html
- http://serverfault.com/questions/623692/is-it-still-wrong-to-require-starttls-on-incoming-smtp-messages
- https://www.ietf.org/rfc/rfc3207.txt
The setting is located at /etc/postfix/main.cf