1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
Template: mailman3-web/emailname
Type: string
Default: localhost.local
_Description: Domain name for sender email addresses:
If the Mailman3 web interface sends emails, this domain will
be used for the sender addresses. In particular, it will be
'postorius@<domain>' for internal authentication and
'root@<domain>' for error messages.
Template: mailman3-web/superuser-name
Type: string
Default: admin
_Description: Username of the Postorius superuser:
This is the username of the Postorius superuser. It will have
global administrative access to all mailinglists.
Template: mailman3-web/superuser-mail
Type: string
Default: root@localhost
_Description: Email address of the Postorius superuser:
Template: mailman3-web/superuser-password
Type: password
Default:
_Description: Password for the Postorius superuser:
If an empty password is given, no superuser will be created
at all. It then needs to be created manually.
Template: mailman3-web/configure-webserver
Type: select
__Choices: none, apache2, nginx
Default: none
_Description: Web server(s) to configure automatically:
Mailman3-web supports any web server with uwsgi support,
however only Apache 2 and nginx can be configured
automatically.
.
Please select the web server(s) that should be configured
automatically for Mailman3-web.
Template: mailman3-web/nginx-choice
Type: note
_Description: Configuring Mailman3 in Nginx
The Mailman3 Nginx configuration file is a vhost configuration. Hence,
it comes with a server name which is set to mailman.example.com. You
will have to change it properly.
.
Please also note that Mailman3 is configured to expect the web interface
at URL subdirectory '/mailman3' per default. But in the nginx file, as
the configuration includes a vhost, the expected URL root is '/'.
.
For the Nginx vhost configuration (without '/mailman3' subdomain) to
work, you will have to edit the URL in 'base-url' at
'/etc/mailman3/mailman-hyperkitty.cfg' and in 'MAILMAN_ARCHIVER_FROM'
at '/etc/mailman3/mailman-web.py' accordingly.
.
See the comments in '/etc/mailman3/nginx.conf' for details.
Template: mailman3-web/restart-webserver
Type: boolean
Default: true
_Description: Should the webserver(s) be restarted now?
In order to activate the new configuration, the configured
web server(s) have to be restarted.
|