2 msgpostmap header_checks error
10 msgmailbox_command (dovecot lda) stopped working, ...
5 msgmynetworks via LDAP lookup
7 msgLocal recipient table in LDAP problem
2 msgproxy_read_maps
1 msgsmtpd_restriction_class and it's lookup
8 msgMessage Rejected
12 msgCustomize to filter attachment ?
2 msgRelay question
14 msgunnecessary routing?
4 msgdo not use 'reject_maps_rbl'?
9 msgFwd: Postfix in OpenVZ.
2 msgbypass body_checks for local mail?
4 msgcatchall with relay_recipient_maps
4 msg'Name server failure' is output
3 msgsmtp_sasl_password_maps lookups
16 msgPostfix Queues on a Ram Disk
15 msgsendmail compared to smtp sending
3 msgPostfix does not recognize remote emails

How to disable SSLv2 on smtpd opportunistic TLS?
\ Brian Wong (22 Jan 2008)
. \ Victor Duchovni (22 Jan 2008)

Subject:How to disable SSLv2 on smtpd opportunistic TLS?
Group:Postfix-users
From:Brian Wong
Date:22 Jan 2008


 
My users use SMTP AUTH when they are off-site to relay email. I have
Postfix version 2.4.6 listening on port 25 with opportunistic TLS. The
relevant lines of the configuration read

smtpd_tls_security_level = may
smtpd_tls_auth_only = yes

Auditors do not want SSLv2 available and I am not sure how to disable
this protocol for opportunistic TLS. I see the option is available
when the security level is mandatory but I do not see the option for
when it is opportunistic.

Have I missed something?

If this is not possible I will probably resort to making port 25
available only to those on-site and port 587 available publicly. The
smtpd daemon listening on 587 will have the following options

smtpd_tls_security_level = encrypt
smtpd_tls_auth_only = yes
smtpd_tls_mandatory_protocols = SSLv3, TLSv1 (the default)

Suggestions? Thanks.


© 2004-2008 readlist.com