This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
mailman3/mailman-extra.cfg.tmpl

20 lines
647 B
Cheetah
Raw Normal View History

2021-05-08 19:58:01 +00:00
[mta]
incoming: mailman.mta.postfix.LMTP
outgoing: mailman.mta.deliver.deliver
# mailman-core hostname or IP from the Postfix server
2021-05-08 20:29:15 +00:00
lmtp_host: {{ env "MAILMAN_HOSTNAME" }}
2021-05-08 19:58:01 +00:00
lmtp_port: 8024
# Postfix server's hostname or IP from mailman-core
2021-05-14 13:47:36 +00:00
smtp_host: {{ env "SMTP_HOST" }}
smtp_port: {{ env "SMTP_PORT" }}
2021-05-08 19:58:01 +00:00
configuration: /etc/postfix-mailman.cfg
[mailman]
# This address is the "site owner" address. Certain messages which must be
# delivered to a human, but which can't be delivered to a list owner (e.g. a
# bounce from a list owner), will be sent to this address. It should point to
# a human.
site_owner: {{ env "MAILMAN_ADMIN_EMAIL" }}