How can I disable SSLv2 in Postfix?

Discussion in 'Installation/Configuration' started by hairydog2, Sep 19, 2012.

  1. hairydog2

    hairydog2 New Member

    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?
     
  2. hairydog2

    hairydog2 New Member

    Is there some more information that would help people answer this question?
     
  3. hairydog2

    hairydog2 New Member

    Is there no way to do this?
     
  4. pititis

    pititis Member

    Add this to main.cf and reload postfix ( This feature is available in Postfix 2.6 and later. )

    Code:
    smtpd_tls_protocols = !SSLv2
    Cheers
     
    Last edited: Dec 3, 2012

Share This Page