trying again
This commit is contained in:
parent
0251ffd2d7
commit
b36ead6237
|
|
@ -5,8 +5,7 @@ services:
|
||||||
container_name: cmc-prod-postfix
|
container_name: cmc-prod-postfix
|
||||||
# Staging: relay to Mailpit (no authentication required)
|
# Staging: relay to Mailpit (no authentication required)
|
||||||
environment:
|
environment:
|
||||||
- RELAYHOST=mailpit
|
- RELAYHOST=mailpit:1025
|
||||||
- RELAYHOST_PORT=1025
|
|
||||||
- ALLOWED_SENDER_DOMAINS=*
|
- ALLOWED_SENDER_DOMAINS=*
|
||||||
# --- Gmail SMTP relay settings (uncomment for production) ---
|
# --- Gmail SMTP relay settings (uncomment for production) ---
|
||||||
# - RELAYHOST=smtp-relay.gmail.com
|
# - RELAYHOST=smtp-relay.gmail.com
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,7 @@ services:
|
||||||
container_name: cmc-stg-postfix
|
container_name: cmc-stg-postfix
|
||||||
# Staging: relay to Mailpit (no authentication required)
|
# Staging: relay to Mailpit (no authentication required)
|
||||||
environment:
|
environment:
|
||||||
- RELAYHOST=mailpit
|
- RELAYHOST=mailpit:1025
|
||||||
- RELAYHOST_PORT=1025
|
|
||||||
- ALLOWED_SENDER_DOMAINS=cmctechnologies.com.au
|
- ALLOWED_SENDER_DOMAINS=cmctechnologies.com.au
|
||||||
# --- Gmail SMTP relay settings (uncomment for production) ---
|
# --- Gmail SMTP relay settings (uncomment for production) ---
|
||||||
# - RELAYHOST=smtp-relay.gmail.com
|
# - RELAYHOST=smtp-relay.gmail.com
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue