new domain
This commit is contained in:
parent
ec2949bd99
commit
b1ef230144
|
|
@ -38,4 +38,10 @@ mail_gid = vmail
|
||||||
# SSL-Konfiguration
|
# SSL-Konfiguration
|
||||||
ssl = yes
|
ssl = yes
|
||||||
ssl_cert = </etc/dovecot/ssl/dovecot.crt
|
ssl_cert = </etc/dovecot/ssl/dovecot.crt
|
||||||
ssl_key = </etc/dovecot/ssl/dovecot.key
|
ssl_key = </etc/dovecot/ssl/dovecot.key
|
||||||
|
|
||||||
|
# In dovecot.conf hinzufügen
|
||||||
|
local_name mail.haiky.app {
|
||||||
|
ssl_cert = </etc/dovecot/ssl/haiky.crt
|
||||||
|
ssl_key = </etc/dovecot/ssl/haiky.key
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue