You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-08-10 22:31:47 +02:00
Apply the BetterCrypto Postfix configuration, related to #45
This commit is contained in:
@@ -29,6 +29,7 @@ relayhost = {{ RELAYHOST }}
|
||||
# Only one key/certificate pair is used, SNI not being supported by all
|
||||
# services and not a strong requirement.
|
||||
smtpd_use_tls = yes
|
||||
smtpd_tls_security_level = encrypt
|
||||
smtpd_tls_cert_file=/certs/cert.pem
|
||||
smtpd_tls_key_file=/certs/key.pem
|
||||
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
|
||||
@@ -49,6 +50,7 @@ smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
|
||||
|
||||
# General TLS hardening
|
||||
tls_ssl_options = NO_COMPRESSION
|
||||
tls_preempt_cipherlist = yes
|
||||
|
||||
###############
|
||||
# SASL
|
||||
|
Reference in New Issue
Block a user