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

12
docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
---
services:
dovecot:
image: dovecot/dovecot:${DOVECOT_VERSION}
restart: unless-stopped
ports:
- ${SUBMISSION_EXPOSE}:587
- ${SMTPS_EXPOSE}:465
volumes:
- ${DOVECOT_CONF}:/etc/dovecot/dovecot.conf:ro
- ${SSL_CERT}:/etc/dovecot/ssl/cert.pem:ro
- ${SSL_KEY}:/etc/dovecot/ssl/key.pem:ro