dovecot 1.version

This commit is contained in:
2025-03-14 18:14:50 +01:00
parent c87cce7255
commit 76e83d7fd1
3 changed files with 44 additions and 1 deletions

View File

@@ -78,3 +78,21 @@ api-dev.bizmatch.net {
}
}
mail.bizmatch.net {
# IMAP über TLS (IMAPS) - Port 993
reverse_proxy /imap dovecot:993 {
transport tcp
flush_interval -1
}
# Optional: Webmail-Oberfläche
# reverse_proxy /webmail webmail:80
# Logging
log {
output file /var/log/caddy/mail.bizmatch.net.log
}
# TLS wird automatisch von Caddy verwaltet
}