| Function | mailmanctl | Run mailmanctl command. |
| Function | stop_mailman | Alias for mailmanctl('stop'). |
| Function | start_mailman | Start the Mailman master qrunner. |
| Parameters | command | the command to use. |
| quiet | when this is true, no output will happen unless, an error happens. | |
| config | The LaunchpadConfig object to take configuration from. Defaults to the global one. | |
| additional_arguments | additional command arguments to pass to the mailmanctl program. | |
| Raises | RuntimeError | when quiet is True and the command failed. |
The client of start_mailman() is responsible for ensuring that stop_mailman() is called at the appropriate time.
| Parameters | quiet | when this is true, no output will happen unless, an error happens. |
| config | The LaunchpadConfig object to take configuration from. Defaults to the global one. | |
| Raises | RuntimeException | when Mailman fails to start successfully. |