fix superfluous ssl_key directive in dovoecot for stretch and xenial

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2019-02-18 19:14:48 +01:00
parent a8fb0a6d88
commit 7d3577d649
2 changed files with 2 additions and 2 deletions

View File

@@ -3398,7 +3398,7 @@ ssl = no
# root. Included doc/mkcert.sh can be used to easily generate self-signed
# certificate, just make sure to update the domains in dovecot-openssl.cnf
#ssl_cert = </etc/dovecot/dovecot.pem
ssl_key = #ssl_key = </etc/dovecot/private/dovecot.pem
#ssl_key = </etc/dovecot/private/dovecot.pem
# If key file is password protected, give the password here. Alternatively
# give it when starting dovecot with -p parameter. Since this file is often

View File

@@ -3409,7 +3409,7 @@ ssl = no
# root. Included doc/mkcert.sh can be used to easily generate self-signed
# certificate, just make sure to update the domains in dovecot-openssl.cnf
#ssl_cert = </etc/dovecot/dovecot.pem
ssl_key = #ssl_key = </etc/dovecot/private/dovecot.pem
#ssl_key = </etc/dovecot/private/dovecot.pem
# If key file is password protected, give the password here. Alternatively
# give it when starting dovecot with -p parameter. Since this file is often