Mailman 3 Service and Troubleshooting: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Service Configuration and Installation == TODO! == Manual Start and Restart == === Basics === * Mailman 3 relies on its own mailman user to handle the processing of the e...") |
No edit summary |
||
Line 1: | Line 1: | ||
== Service Configuration and Installation == | == Service Configuration and Installation == | ||
== Manual Start and Restart == | == Manual Start and Restart == | ||
Only do this when manually troubleshooting otherwise this will conflict with <code>systemctl</code> initiated services. | |||
=== Basics === | === Basics === | ||
* Mailman 3 relies on its own mailman user to handle the processing of the emails. | * Mailman 3 relies on its own mailman user to handle the processing of the emails. | ||
Line 15: | Line 17: | ||
mailman restart # stop and start mailman shorcut | mailman restart # stop and start mailman shorcut | ||
== | |||
[[Category: Email]] | [[Category: Email]] |
Revision as of 14:21, 1 January 2024
Service Configuration and Installation
Manual Start and Restart
Only do this when manually troubleshooting otherwise this will conflict with systemctl
initiated services.
Basics
- Mailman 3 relies on its own mailman user to handle the processing of the emails.
su mailman # switch to the mailman user cd # make sure you cd to mailman's home !IMPORTANT
- You're now ready to control mailman
- Everything is handled with the mailman command line tool. Do not run these commands with another user!
mailman status # report on the service mailman start # start mailman mailman stop # stop mailman mailman restart # stop and start mailman shorcut
==