blob: be522bb71baacd0155667916448e6e09bbf4efde (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
==================================
Set up Postorius (web interface)
==================================
`Postorius`_ is Mailman 3's `Django`_-based web interface. You can
run Mailman 3 without it, but most people prefer to use the web interface for
changing list settings, viewing information about available lists, and
subscribing or unsubscribing.
To set up Postorius, please see `the Postorius documentation`_.
.. _`Postorius`: https://gitlab.com/mailman/postorius/
.. _`Django`: http://djangoproject.org/
.. _`the Postorius documentation`: https://postorius.readthedocs.io
|