Private
Public Access
1
0

fix: dev: quickfix for email sending #4
All checks were successful
Deploy to Production / deploy (push) Successful in 12s

This commit is contained in:
2026-04-14 16:38:55 +02:00
parent ed776ca75b
commit d3fa0cbbf9
3 changed files with 8 additions and 3 deletions

View File

@@ -76,8 +76,13 @@ services:
image: boky/postfix:latest
restart: unless-stopped
container_name: '${APP_NAME}-mail'
hostname: postfix.mail.${MAIL_DOMAIN:-localhost}
environment:
ALLOWED_SENDER_DOMAINS: ${MAIL_DOMAIN:-localhost}
HOSTNAME: postfix.mail.${MAIL_DOMAIN:-localhost}
POSTFIX_myhostname: postfix.mail.${MAIL_DOMAIN:-localhost}
POSTFIX_mynetworks: "127.0.0.0/8 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16"
POSTFIX_smtpd_tls_security_level: none
RELAYHOST: ${MAIL_RELAYHOST:-}
RELAYHOST_AUTH: ${MAIL_RELAYHOST_AUTH:-}
RELAYHOST_PASSWORD: ${MAIL_RELAYHOST_PASSWORD:-}