added dovecot smtp proxy

This commit is contained in:
2026-08-26 21:31:41 +02:00
parent 83fe880faf
commit 11f5f48f0d
5 changed files with 106 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
SUBMISSION_EXPOSE=587
SMTPS_EXPOSE=465
# SSL certificates
SSL_CERT=/etc/letsencrypt/live/smtp.example.com/fullchain.pem
SSL_KEY=/etc/letsencrypt/live/smtp.example.com/privkey.pem