Migrating to 3 - email address
Hi All,
I try to migrate my mailman2 listst to mailman3 based on this document https://docs.mailman3.org/en/latest/migration.html
I'm on Debian 11 and using psql as datase for mailman3 and mailman3web.
I try to run this command
sudo -u list mailman import21 korus@lists.nospam.hu /var/lib/mailman/lists/korus/config.pck
But I get the error message
Error: No such list: korus@lists.nospam.hu
The email I use is the command it exacttly the one we use to send email messages. What's wrong with it?
Should I create the list in psql before I execute this command?
Thanks, Arpad
On 12/28/21 12:45 AM, horvath.arpad.szfvar@gmail.com wrote:
Error: No such list: korus@lists.nospam.hu
The email I use is the command it exacttly the one we use to send email messages. What's wrong with it?
Should I create the list in psql before I execute this command?
You need to create the list first, but not in psql. You create the list with
sudo -u list mailman create korus@lists.nospam.hu
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
horvath.arpad.szfvar@gmail.com
-
Mark Sapiro