mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-19 01:25:35 +00:00
Merge pull request #1949 from patschi/patch-1
[Postfix] Security: Prefer server-side ciphers
This commit is contained in:
commit
a13c2c9359
1 changed files with 1 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ lmtp_tls_protocols = !SSLv2, !SSLv2, !SSLv3
|
|||
smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3
|
||||
smtpd_tls_protocols = !SSLv2, !SSLv3
|
||||
smtpd_tls_security_level = may
|
||||
tls_preempt_cipherlist = yes
|
||||
tls_ssl_options = NO_COMPRESSION
|
||||
smtpd_tls_mandatory_ciphers = high
|
||||
virtual_alias_maps = proxy:mysql:/opt/postfix/conf/sql/mysql_virtual_alias_maps.cf,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue