Ich bin aktuell bei 97% will aber mehr.
Wenn ich das in den Postfix eintragen will:
`# generated 2024-08-06, Mozilla Guideline v5.7, Postfix 3.4.8, OpenSSL 1.1.1k, modern configuration
smtpd_tls_security_level = may
smtpd_tls_auth_only = yes
smtpd_tls_cert_file = /path/to/signed_cert_plus_intermediates
smtpd_tls_key_file = /path/to/private_key
smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3, !TLSv1, !TLSv1.1, !TLSv1.2
smtpd_tls_protocols = !SSLv2, !SSLv3, !TLSv1, !TLSv1.1, !TLSv1.2
tls_preempt_cipherlist = no`
gehört das in die extra.cf?
Und in den Dovecot
`# generated 2024-08-06, Mozilla Guideline v5.7, Dovecot 2.3.16, OpenSSL 1.1.1k, modern configuration
ssl = required
ssl_cert = </path/to/signed_cert_plus_intermediates
ssl_key = </path/to/private_key
modern configuration
ssl_min_protocol = TLSv1.3
ssl_prefer_server_ciphers = no`
auch extra .cf?
Danke
SW