system-config/playbooks/roles/mailman3/templates/mailman-extra.cfg.j2
Clark Boylan ff733b0975 Set mailman3 site-owner
This was missed in the original Ansibling because unlike all the other
settings it does not use an env var to set it. Instead we have to write
a file that the container startup scripts will append to the actual
config.

The comment for this value says it should be a human so we set it to the
root address of the running host which should end up in infra rooter
inboxes.

Change-Id: I235dfcba53c029136c141382920279ab593d1f82
2022-12-05 16:20:26 -08:00

7 lines
291 B
Django/Jinja

[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: "root@{{ ansible_fqdn }}"