added dovecot imap proxy

This commit is contained in:
2026-08-21 12:33:36 +02:00
parent 6c6cfb5e12
commit 9d5c243f7d
5 changed files with 98 additions and 1 deletions

9
example.env Normal file
View File

@@ -0,0 +1,9 @@
# Dovecot
DOVECOT_VERSION=2.4.4-root
DOVECOT_CONF=./data/dovecot.conf
IMAP_EXPOSE=143
IMAPS_EXPOSE=993
# SSL certificates
SSL_CERT=/etc/letsencrypt/live/imap.example.com/fullchain.pem
SSL_KEY=/etc/letsencrypt/live/imap.example.com/privkey.pem