Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Systerserver
doc-website
Wiki
Mailing Lists Docs
Mailing Lists Docs
· Changes
Page history
Update Mailing Lists Docs - Last steps
authored
4 years ago
by
Mara Karagianni
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Mailing-Lists-Docs.md
+28
-0
Mailing-Lists-Docs.md
with
28 additions
and
0 deletions
Mailing-Lists-Docs.md
View page @
e10cdc41
...
@@ -123,3 +123,31 @@ https://wiki.list.org/DOC/Mailman%203%20installation%20experience?action=AttachF
...
@@ -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
# Send request reminder for MM 3. Like the checkdbs job for 2.1
0 8 * * * /opt/mailman/mm/bin/mailman notify```
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
```
This diff is collapsed.
Click to expand it.
Menu
Explore
Projects
Groups
Topics
Snippets