Pass in env vars

This commit is contained in:
decentral1se 2021-05-14 15:19:30 +02:00
parent 8404f87ecb
commit 713fb9b169
No known key found for this signature in database
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: smtp.example.com
smtp_port: 25
smtp_host: {{ env "CORE_SMTP_HOSTNAME" }}
smtp_port: {{ env "CORE_SMTP_PORT" }}
configuration: /etc/postfix-mailman.cfg
[mailman]