I'm suffering PCI Scan hassles again. Not only has the scanner (or should that be scammer?) objected to Bind 9.7.3 and Proftpd 1.3.3a (both the latest versions for stable Debian) but they are also complaining about SSLv2 being available on ports 25 and 587. How can I disable SSLv2 on Postfix?
Add this to main.cf and reload postfix ( This feature is available in Postfix 2.6 and later. ) Code: smtpd_tls_protocols = !SSLv2 Cheers