trying again

This commit is contained in:
Finley Ghosh 2025-09-14 20:59:15 +10:00
parent 0251ffd2d7
commit b36ead6237
2 changed files with 2 additions and 4 deletions

View file

@ -5,8 +5,7 @@ services:
container_name: cmc-prod-postfix
# Staging: relay to Mailpit (no authentication required)
environment:
- RELAYHOST=mailpit
- RELAYHOST_PORT=1025
- RELAYHOST=mailpit:1025
- ALLOWED_SENDER_DOMAINS=*
# --- Gmail SMTP relay settings (uncomment for production) ---
# - RELAYHOST=smtp-relay.gmail.com

View file

@ -5,8 +5,7 @@ services:
container_name: cmc-stg-postfix
# Staging: relay to Mailpit (no authentication required)
environment:
- RELAYHOST=mailpit
- RELAYHOST_PORT=1025
- RELAYHOST=mailpit:1025
- ALLOWED_SENDER_DOMAINS=cmctechnologies.com.au
# --- Gmail SMTP relay settings (uncomment for production) ---
# - RELAYHOST=smtp-relay.gmail.com