fix smtp relay vars
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
This commit is contained in:
parent
eec4278f9d
commit
c6c986af79
1 changed files with 4 additions and 4 deletions
|
|
@ -7,10 +7,10 @@ services:
|
|||
- "2525:25"
|
||||
environment:
|
||||
# 1. THE UPSTREAM SMARTHOST (Where mail goes)
|
||||
- RELAY_HOST=${RELAY_HOST}
|
||||
- RELAY_PORT=${RELAY_PORT}
|
||||
- RELAY_USERNAME=${RELAY_USER}
|
||||
- RELAY_PASSWORD=${RELAY_PASS}
|
||||
- RELAY_HOST=${SMTP_RELAY_HOST}
|
||||
- RELAY_PORT=${SMTP_RELAY_PORT}
|
||||
- RELAY_USER=${SMTP_RELAY_USER}
|
||||
- RELAY_PASS=${SMTP_RELAY_PASS}
|
||||
|
||||
# 2. INTERNAL SECURITY (Who can send)
|
||||
# Allow your entire subnet (e.g., 192.168.1.0/24) to send without auth
|
||||
|
|
|
|||
Loading…
Reference in a new issue