Skip to content
Snippets Groups Projects
Commit b9a1238b authored by Patrick Cernko's avatar Patrick Cernko
Browse files

preparations: install mailman2sympa create_list_template

parent d6894a0d
No related merge requests found
......@@ -6,11 +6,20 @@ https://www.msapiro.net/scripts/mailman-subscribers3.py see [How do I
extract (export) a list of my list's members
(subscribers)?](https://wiki.list.org/DOC/How%20do%20I%20extract%20%28export%29%20a%20list%20of%20my%20list%27s%20members%20%28subscribers%29%3F).
Initially cloned from: https://git.fs.lmu.de/roots/mailman2sympa
# Mailman2 to Sympa migration
This setup is used to migrate mailman to sympa.
## Preparation
Copy the `mailman2sympa` dir to your sympa's `create_list_templates`
directory. This template is used for creating the Sympa list with all
migrated settings from the Mailman2 list.
## Migration
Execute for each mailinglist the command:
```sh
export MMPW='<your mailman2 list admin password>'
......@@ -27,6 +36,8 @@ can specify the new name as optional second parameter:
mm2sympa.sh MMLIST@MMDOMAIN SYMPALIST@SYMPADOMAIN
```
# Notes
For full migration support, add the [whitelist/modlist
add-in](https://github.com/sshipway/sympa-6.2-plugins/tree/master/whitelist-1.2). This
will allow migration of whitelisting and user specific moderation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment