trying again
This commit is contained in:
parent
0251ffd2d7
commit
b36ead6237
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue