The real file still lives in /opt/mailman on the host for now, need to migrate whole config into Ansible.
19 lines
636 B
INI
19 lines
636 B
INI
# Override Mailman configuration settings
|
|
# See https://github.com/maxking/docker-mailman#configuration
|
|
# and https://docs.mailman3.org/projects/mailman/en/latest/src/mailman/config/docs/config.html
|
|
|
|
[mailman]
|
|
pending_request_life: 7d
|
|
|
|
# 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: listops@hamburg.ccc.de
|
|
|
|
[mta]
|
|
# remove any pre-existing DKIM headers from mails being forwarded through a
|
|
# list
|
|
remove_dkim_headers: yes
|
|
|
|
# eof
|