new ssl configs
This commit is contained in:
parent
6b0ea3d0f8
commit
311243f44d
|
|
@ -37,11 +37,16 @@ mail_gid = vmail
|
||||||
|
|
||||||
# SSL-Konfiguration
|
# SSL-Konfiguration
|
||||||
ssl = yes
|
ssl = yes
|
||||||
ssl_cert = </etc/dovecot/ssl/dovecot.crt
|
ssl_cert = </etc/dovecot/ssl/imap.bizmatch.net/fullchain1.pem
|
||||||
ssl_key = </etc/dovecot/ssl/dovecot.key
|
ssl_key = </etc/dovecot/ssl/imap.bizmatch.net/privkey1.pem
|
||||||
|
|
||||||
# In dovecot.conf hinzufügen
|
# In dovecot.conf hinzufügen
|
||||||
local_name mail.haiky.app {
|
local_name imap.haiky.app {
|
||||||
ssl_cert = </etc/dovecot/ssl/haiky.crt
|
ssl_cert = </etc/dovecot/ssl/imap.haiky.app/fullchain1.pem
|
||||||
ssl_key = </etc/dovecot/ssl/haiky.key
|
ssl_key = </etc/dovecot/ssl/imap.haiky.app/privkey1.pem
|
||||||
|
}
|
||||||
|
|
||||||
|
local_name imap.andreasknuth.de {
|
||||||
|
ssl_cert = </etc/dovecot/ssl/imap.andreasknuth.de/fullchain1.pem
|
||||||
|
ssl_key = </etc/dovecot/ssl/imap.andreasknuth.de/privkey1.pem
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue