Use the right env vars

This commit is contained in:
decentral1se 2021-05-14 15:47:36 +02:00
parent 3837c6cb55
commit 499101451a
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ lmtp_host: {{ env "MAILMAN_HOSTNAME" }}
lmtp_port: 8024
# Postfix server's hostname or IP from mailman-core
smtp_host: {{ env "CORE_SMTP_HOSTNAME" }}
smtp_port: {{ env "CORE_SMTP_PORT" }}
smtp_host: {{ env "SMTP_HOST" }}
smtp_port: {{ env "SMTP_PORT" }}
configuration: /etc/postfix-mailman.cfg
[mailman]