Add log locations

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konecny 2024-06-25 08:56:13 +02:00 committed by zlopez
parent b32a0448cc
commit 4816d8924a

View file

@ -133,6 +133,14 @@ Get the list of moderators for example@example.com:
sudo -u mailman mailman3 members -R moderator 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 <listname>
....
== Troubleshooting and Resolution == Troubleshooting and Resolution
=== List Administration === List Administration
@ -152,10 +160,7 @@ systemctl restart postfix
systemctl restart mailmanweb systemctl restart mailmanweb
.... ....
== How to delete a mailing list === Log locations
Delete a list, but keep the archives: 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`.
....
sudo -u mailman mailman3 remove <listname>
....