fix smtp relay vars
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run

This commit is contained in:
admin 2026-02-06 09:13:16 -07:00
parent eec4278f9d
commit c6c986af79

View file

@ -7,10 +7,10 @@ services:
- "2525:25" - "2525:25"
environment: environment:
# 1. THE UPSTREAM SMARTHOST (Where mail goes) # 1. THE UPSTREAM SMARTHOST (Where mail goes)
- RELAY_HOST=${RELAY_HOST} - RELAY_HOST=${SMTP_RELAY_HOST}
- RELAY_PORT=${RELAY_PORT} - RELAY_PORT=${SMTP_RELAY_PORT}
- RELAY_USERNAME=${RELAY_USER} - RELAY_USER=${SMTP_RELAY_USER}
- RELAY_PASSWORD=${RELAY_PASS} - RELAY_PASS=${SMTP_RELAY_PASS}
# 2. INTERNAL SECURITY (Who can send) # 2. INTERNAL SECURITY (Who can send)
# Allow your entire subnet (e.g., 192.168.1.0/24) to send without auth # Allow your entire subnet (e.g., 192.168.1.0/24) to send without auth