Support using dhparam in Postfix and Dovecot

This commit is contained in:
kaiyou
2017-09-10 19:00:22 +02:00
parent 53c3153229
commit 4e0bd32d50
2 changed files with 2 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ tls_preempt_cipherlist = yes
smtpd_tls_security_level = may
smtpd_tls_cert_file=/certs/cert.pem
smtpd_tls_key_file=/certs/key.pem
smtpd_tls_dh1024_param_file=/certs/dhparam.pem
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
# Server-side TLS is hardened, it should be up to the client to update his or