浏览代码

TLS Encryption

pull/11/head
daniel 4 年前
父节点
当前提交
6ba27925b7
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      emailwiz.sh

+ 3
- 0
emailwiz.sh 查看文件

@@ -34,6 +34,9 @@ postconf -e "smtpd_tls_key_file=/etc/letsencrypt/live/$maildomain/privkey.pem"
postconf -e "smtpd_tls_cert_file=/etc/letsencrypt/live/$maildomain/fullchain.pem"
postconf -e "smtpd_use_tls = yes"
postconf -e "smtpd_tls_auth_only = yes"
postconf -e "smtp_tls_security_level = may"
postconf -e "smtp_tls_loglevel = 1"
postconf -e "smtp_tls_CAfile = /etc/letsencrypt/live/$maildomain/cert.pem"

# Here we tell Postfix to look to Dovecot for authenticating users/passwords.
# Dovecot will be putting an authentication socket in /var/spool/postfix/private/auth


正在加载...
取消
保存