Files
OSIT-Mailman3/config/cron.d/mailman_logrotate
Scott Idem 8a950614ec
Some checks failed
Publish docs via GitHub Pages / Deploy docs (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
Fix: use static IP for mailman-core and update documentation
- Assign static IP 172.29.199.10 to mailman-core to ensure host Postfix can reach LMTP.
- Update MM_HOSTNAME and mailman-extra.cfg to use the static IP.
- Update README.md with correct networking recommendations for host-based MTAs.
- Add missing configuration files to repository.
2026-03-18 11:34:02 -04:00

10 lines
167 B
Plaintext

/var/log/mailman-core/*.log /var/log/mailman-web/*.log {
daily
rotate 7
compress
delaycompress
notifempty
missingok
create 0640 root adm
}