How to disable SSLv3 over SMTP port 25 on Postfix version 2.8.5 in Ubuntu?

Опубликовано: 28 Август 2026
на канале: AltoSpheric Youtube
263
0

References how to disable SSLv3 over SMTP port 25 on Postfix version 2.8.5 in Ubuntu.

Lines added to /etc/postfix/main.cf under #TLS Parameters section are as follows:

smtpd_tls_mandatory_protocols=!SSLv2,!SSLv3
smtp_tls_mandatory_protocols=!SSLv2,!SSLv3
smtpd_tls_protocols=!SSLv2,!SSLv3
smtp_tls_protocols=!SSLv2,!SSLv3

smtp_tls_security_level = may
smtp[d]_tls_security_level == "may"
smtpd_tls_security_level = may

smtp_tls_security_level = encrypt
smtp[d]_tls_security_level == "encrypt"
smtpd_tls_security_level == encrypt

smtp_tls_security_level = none
smtp[d]_tls_security_level == "none"
smtpd_tls_security_level == none


Music Credits:
00:5;00 - 03:17;00: Global Intention by Anthony Rook


This video is provided by Altospheric LLC whom provides custom IT solutions and professional services.
https://www.altospheric.com

Nuctastic
https://www.nuctastic.com
[email protected]

All copyrights and trademarks are under the ownership of the respective 3rd parties.