浏览代码

Minor change for dovecot.conf to work on v2.3

According to the wiki (https://wiki.dovecot.org/SSL/DovecotConfiguration):

"From version 2.3, you must specify path to DH parameters file using:
ssl_dh=</path/to/dh.pem"

This actually threw an error something along the lines of: "imap-login: Error: Failed to initialize SSL"
pull/55/head
Laesp 3 年前
committed by GitHub
父节点
当前提交
0560bf087b
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      emailwiz.sh

+ 1
- 0
emailwiz.sh 查看文件

@@ -125,6 +125,7 @@ echo "# Dovecot config
ssl = required
ssl_cert = <$certdir/fullchain.pem
ssl_key = <$certdir/privkey.pem
ssl_dh = </usr/share/dovecot/dh.pem
# Plaintext login. This is safe and easy thanks to SSL.
auth_mechanisms = plain login



正在加载...
取消
保存