Add log locations
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
b32a0448cc
commit
4816d8924a
1 changed files with 11 additions and 6 deletions
|
@ -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 <listname>
|
||||
....
|
||||
|
||||
== 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 <listname>
|
||||
....
|
||||
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`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue