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"
This commit is contained in:
parent
ab2a2f0d89
commit
0560bf087b
@ -125,6 +125,7 @@ echo "# Dovecot config
|
|||||||
ssl = required
|
ssl = required
|
||||||
ssl_cert = <$certdir/fullchain.pem
|
ssl_cert = <$certdir/fullchain.pem
|
||||||
ssl_key = <$certdir/privkey.pem
|
ssl_key = <$certdir/privkey.pem
|
||||||
|
ssl_dh = </usr/share/dovecot/dh.pem
|
||||||
# Plaintext login. This is safe and easy thanks to SSL.
|
# Plaintext login. This is safe and easy thanks to SSL.
|
||||||
auth_mechanisms = plain login
|
auth_mechanisms = plain login
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user