Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion examples/compose/addy.env
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@ MAIL_FROM_NAME=addy.io
[email protected]

POSTFIX_DEBUG=false
POSTFIX_SMTPD_TLS=false
POSTFIX_SMTP_TLS=false
POSTFIX_SMTPD_TLS=true
POSTFIX_SMTPD_TLS_CERT_FILE=/env/certs/fullchain.pem
POSTFIX_SMTPD_TLS_KEY_FILE=/env/certs/privkey.pem
1 change: 1 addition & 0 deletions examples/compose/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ services:
protocol: tcp
volumes:
- "./data:/data"
- "./env:/env/certs""
env_file:
- "./addy.env"
environment:
Expand Down