new domain

This commit is contained in:
Andreas Knuth 2025-03-17 16:42:19 +01:00
parent ec2949bd99
commit b1ef230144
1 changed files with 7 additions and 1 deletions

View File

@ -38,4 +38,10 @@ mail_gid = vmail
# SSL-Konfiguration
ssl = yes
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
}