浏览代码

Increase security of postfix smtp tls ciphers, that is sending email to other smtp servers using encryption

Michael West 10 年前
父节点
当前提交
aa2e1a0e74
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      roles/mailserver/templates/etc_postfix_main.cf.j2

+ 3
- 0
roles/mailserver/templates/etc_postfix_main.cf.j2 查看文件

45
 smtpd_tls_received_header = yes
45
 smtpd_tls_received_header = yes
46
 smtp_tls_note_starttls_offer = yes
46
 smtp_tls_note_starttls_offer = yes
47
 smtp_tls_CAfile = /etc/ssl/certs/ca-certificates.crt
47
 smtp_tls_CAfile = /etc/ssl/certs/ca-certificates.crt
48
+# http://www.postfix.org/FORWARD_SECRECY_README.html
49
+smtp_tls_ciphers = medium
50
+
48
 
51
 
49
 smtpd_sasl_type = dovecot
52
 smtpd_sasl_type = dovecot
50
 smtpd_sasl_path = private/auth
53
 smtpd_sasl_path = private/auth

正在加载...
取消
保存