Postfix のポート 465 でセキュアな再ネゴシエーションを無効にする方法

Postfix のポート 465 でセキュアな再ネゴシエーションを無効にする方法

Postfix のポート 465 でセキュアな再ネゴシエーションを無効にするにはどうすればよいでしょうか? ディレクティブを使用してポート 25 と 587 で無効にしましたtls_ssl_options。しかし、ポート 465 で無効にする解決策が見つかりません。

私の 465 構成:

smtps     inet  n       -       y       -       -       smtpd
  -o syslog_name=postfix/smtps
  -o smtpd_tls_wrappermode=yes
  -o smtpd_sasl_auth_enable=yes
  -o smtpd_sasl_type=dovecot
  -o smtpd_sasl_path=private/auth
  -o smtpd_sasl_security_options=noanonymous
  -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  -o smtpd_sender_login_maps=hash:/etc/postfix/virtual
  -o smtpd_sender_restrictions=reject_sender_login_mismatch
  -o smtpd_recipient_restrictions=reject_non_fqdn_recipient,reject_unknown_recipient_domain,permit_sasl_authenticated,reject
  -o smtpd_relay_restrictions=permit_sasl_authenticated,reject

関連情報