|
@ -9,8 +9,8 @@ ssl = yes |
|
|
# dropping root privileges, so keep the key file unreadable by anyone but |
|
|
# 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 |
|
|
# 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 |
|
|
# certificate, just make sure to update the domains in dovecot-openssl.cnf |
|
|
ssl_cert = </etc/ssl/$myhostname/fullchain.pem |
|
|
ssl_cert = </vol/ssl/mailtest.brbytes.org/fullchain.pem |
|
|
ssl_key = </etc/ssl/$myhostname/privkey.pem |
|
|
ssl_key = </vol/ssl/mailtest.brbytes.org/privkey.pem |
|
|
|
|
|
|
|
|
# If key file is password protected, give the password here. Alternatively |
|
|
# If key file is password protected, give the password here. Alternatively |
|
|
# give it when starting dovecot with -p parameter. Since this file is often |
|
|
# give it when starting dovecot with -p parameter. Since this file is often |