So deaktivieren Sie die sichere Neuverhandlung auf Port 465 in Postfix

So deaktivieren Sie die sichere Neuverhandlung auf Port 465 in Postfix

Wie deaktiviere ich die sichere Neuverhandlung auf Port 465 in Postfix? Ich habe sie auf Port 25 und 587 mithilfe tls_ssl_optionsder Direktive deaktiviert. Aber ich kann keine Lösung finden, um sie auf Port 465 zu deaktivieren.

Meine 465-Konfiguration:

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

verwandte Informationen