Petr Gajdos
7b4ea6895c
- Create mailman user and group - Create directories for mailman and use FHS directory layout - Create initial /etc/mailman.cfg - Create /etc/mailman.d/ directory for extensions - Add systemd files OBS-URL: https://build.opensuse.org/request/show/837918 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=27
16 lines
314 B
Markdown
16 lines
314 B
Markdown
Mailman on SUSE
|
|
===============
|
|
|
|
To run the mailman command use:
|
|
|
|
sudo -u mailman mailman info
|
|
|
|
## Configuration
|
|
|
|
The main config file can be found at `/etc/mailman.cfg`. It is important to add
|
|
new sections only below the [path.fhs] section!
|
|
|
|
## Plugins
|
|
|
|
The directory for mailman plugins is `/etc/mailman.d`.
|