From 4816d8924a420b0ec672e0f2189ab83ef465dbf2 Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Tue, 25 Jun 2024 08:56:13 +0200 Subject: [PATCH] Add log locations Signed-off-by: Michal Konecny --- modules/sysadmin_guide/pages/mailman.adoc | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) 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`.