You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-08-09 05:02:44 +03:00
see https://github.com/postfixadmin/postfixadmin/issues/704 - add documentation
This commit is contained in:
@@ -57,6 +57,15 @@ protocols = "imap pop3"
|
|||||||
# change to 'no' if you don't have ssl cert/keys, and comment out ssl_cert/ssl_key
|
# change to 'no' if you don't have ssl cert/keys, and comment out ssl_cert/ssl_key
|
||||||
ssl = yes
|
ssl = yes
|
||||||
|
|
||||||
|
# If you're using LetsEncrypt/certbot see e.g. /etc/letsencrypt/live/MyDomain/fullchain.pem.
|
||||||
|
#
|
||||||
|
# cat server.crt server.key > dovecot.pem
|
||||||
|
#
|
||||||
|
# Make sure dovecot can read these file(s)
|
||||||
|
#
|
||||||
|
# If you use doveadm for your PostfixAdmin hashing, the webserver will also need read access to these files
|
||||||
|
# See also : https://github.com/postfixadmin/postfixadmin/blob/master/DOCUMENTS/HASHING.md#dovecotmethod
|
||||||
|
|
||||||
ssl_cert = </etc/dovecot/private/dovecot.pem
|
ssl_cert = </etc/dovecot/private/dovecot.pem
|
||||||
ssl_key = </etc/dovecot/private/dovecot.pem
|
ssl_key = </etc/dovecot/private/dovecot.pem
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user