From b9a1238bf65b76a03e28a9f0d2fb1df95bad98db Mon Sep 17 00:00:00 2001 From: Patrick Cernko <pcernko@mpi-klsb.mpg.de> Date: Tue, 30 Jan 2024 11:21:10 +0100 Subject: [PATCH] preparations: install mailman2sympa create_list_template --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 84e0af1..315fc11 100644 --- a/README.md +++ b/README.md @@ -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 -- GitLab