mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-02 17:14:31 +02:00
Stretch backport (#813)
* install dovecot from backports * dovecot 2.2.33 has a slightly different TLS-configuration than 2.2.27 * want to have both images a the same time * make use of the /etc/dovecot/ssl as mkcert.sh (2.2.33) is using that folder for certs.
This commit is contained in:
parent
c2f4220016
commit
b4b19e76b7
6 changed files with 25 additions and 20 deletions
|
@ -9,8 +9,8 @@
|
|||
# dropping root privileges, so keep the key file unreadable by anyone but
|
||||
# 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 = </etc/dovecot/private/dovecot.pem
|
||||
ssl_cert = </etc/dovecot/ssl/dovecot.pem
|
||||
ssl_key = </etc/dovecot/ssl/dovecot.key
|
||||
|
||||
# If key file is password protected, give the password here. Alternatively
|
||||
# give it when starting dovecot with -p parameter. Since this file is often
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue