Change confirmation lifetime to 7d
All checks were successful
/ build (push) Successful in 27s
/ Ansible Lint (push) Successful in 3m2s

This commit is contained in:
Stefan Bethke 2026-08-16 09:28:42 +02:00
commit 53c1801eba
3 changed files with 9 additions and 0 deletions

View file

@ -37,6 +37,7 @@ services:
- database:database
volumes:
- /opt/mailman/web:/opt/mailman-web-data
- ./configs/mailman-extra.cfg:/opt/mailman/core/mailman-extra.cfg
- ./configs/settings_local.py:/opt/mailman-web/settings_local.py
- ./files/templates:/opt/mailman-web/templates
environment:

View file

@ -0,0 +1,6 @@
# 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