... | ... | @@ -123,3 +123,31 @@ https://wiki.list.org/DOC/Mailman%203%20installation%20experience?action=AttachF |
|
|
|
|
|
# Send request reminder for MM 3. Like the checkdbs job for 2.1
|
|
|
0 8 * * * /opt/mailman/mm/bin/mailman notify```
|
|
|
|
|
|
**M. Apache2 configurations**
|
|
|
|
|
|
Go to sites-available and create new configuration for the domain name of your lists
|
|
|
and check if proxy_http is enabled and use it for the localhost mailman-web application.
|
|
|
|
|
|
Sample here:
|
|
|
|
|
|
https://djangodeployment.readthedocs.io/en/latest/05-static-files.html?highlight=apache2#setting-up-apache
|
|
|
|
|
|
See more details:
|
|
|
|
|
|
https://djangodeployment.readthedocs.io/en/latest/04-web-server.html?highlight=apache2#configuring-apache-for-django
|
|
|
|
|
|
|
|
|
**N. Copy existing list from one server to another**
|
|
|
|
|
|
Create ssh keys for server where old lists reside.
|
|
|
Copy public key to current mailman server
|
|
|
use rsync to copy files
|
|
|
|
|
|
|
|
|
**O. Migrate lists**
|
|
|
|
|
|
```$ mailman import21 foo-list@example.com /path/to/mailman2/foo-list/config.pck
|
|
|
$ python manage.py hyperkitty_import -l foo-list@example.com $var_prefix/archives/private/foo-list.mbox/foo-list.mbox
|
|
|
https://docs.mailman3.org/en/latest/migration.html#upgrade-strategy```
|
|
|
|