On August 2025 1:22 a.m. Stephan Krinetzki wrote:
And then there is a logrotate:
...
postrotate if [ -f /opt/mailman/var/master.pid ]; then /bin/systemctl restart mailman.service > /dev/null; fi
You should be aware that blindly restarting Mailman can result in duplicate messages to list members and possibly other issues. In particular if outgoing runner is processing a message and has already delivered one or more chunks to the MTA, a restart will cause outgoing runner to stop and upon restart, deliver to the entire recipient list resulting in duplicates for those recipients already sent to the MTA.
-- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan _______________________________________________ Mailman-users mailing list -- [email protected] To unsubscribe send an email to [email protected] https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/ Archived at: https://lists.mailman3.org/archives/list/[email protected]/message/N2T2JD3SNHUNT6AOAFWJ6QFHIX7PNSU7/ This message sent to [email protected]
