Mailman3

From Run Your Own
Revision as of 13:59, 30 August 2020 by Rra (talk | contribs) (inb4 I accidentally close the tab)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Installing Mailman3 on Debian stable

gather around for I have to tell you,
a tale of trial and error,
of how a brave sysadmin one day had to do
the config of despair and terror. 

rra 

Good to have links

Update repos and install packages

Install a webserver and your database backend:

$ sudo apt install nginx mariadb

Then install mailman3 and mailman3-web

$ sudo apt install mailman3 mailman3-web --no-install-recommmends

The first package contains all the backend stuff, whilst mailman3-web contains hyperkitty and postorious web interfaces.

You will get prompted about autoconfiguring database backends, accept that for now. We can change it later.

You will find all the necessary config files in /etc/mailman3 and all the