diff --git a/modules/sysadmin_guide/pages/mailman.adoc b/modules/sysadmin_guide/pages/mailman.adoc index 49ff3fd..553e501 100644 --- a/modules/sysadmin_guide/pages/mailman.adoc +++ b/modules/sysadmin_guide/pages/mailman.adoc @@ -133,6 +133,14 @@ Get the list of moderators for example@example.com: sudo -u mailman mailman3 members -R moderator example@example.com .... +== How to delete a mailing list + +Delete a list, but keep the archives: + +.... +sudo -u mailman mailman3 remove +.... + == Troubleshooting and Resolution === List Administration @@ -152,10 +160,7 @@ systemctl restart postfix systemctl restart mailmanweb .... -== How to delete a mailing list +=== Log locations -Delete a list, but keep the archives: - -.... -sudo -u mailman mailman3 remove -.... +Most of the logs are located in `/var/log/mailman3/`. In case you are looking for +postfix logs, they could be found in `/var/log/maillog`.