Hello.
Recently I migrated a mailman2 mailing list to mailmam3. There was one problem[1] I faced. Currently I am running Debian packaged version (3.2.2-1) which don't have this fix. But it was manually done with this[2] method.
Basically this is what I did for migration:
mailman create -o <foo@example.com> foo-bar@lists.example.com mailman import 21 foo-bar@lists.example.com path/to/config.pck
Then imported archives with
python3 manage.py hyperkitty_import --pythonpath /usr/share/mailman3-web --settings settings -l foo-list@list.example.com <path to>/foo-list.mbox
python3 manage.py update_index_one_list foo-list@example.com --pythonpath /usr/share/mailman3-web --settings settings
After everything done tried a test mail, but didn't reach any of the inbox though mail is archived. mailman.log says message is accepted
ACCEPT: <FEE2E515-C054-41E6-9853-744D3312A137@xxxxxx.org> Nothing after this.
On smtp.log we have
Jul 29 16:11:52 2020 (16161) Peer: ('127.0.0.1', 54792) Jul 29 16:11:52 2020 (16161) ('127.0.0.1', 54792) handling connection Jul 29 16:11:52 2020 (16161) ('127.0.0.1', 54792) Data: b'LHLO lists.xxxxxxx.in' Jul 29 16:11:52 2020 (16161) ('127.0.0.1', 54792) Data: b'MAIL FROM:<abhijith@xxxxxxxxx.org>' Jul 29 16:11:52 2020 (16161) ('127.0.0.1', 54792) sender: abhijith@xxxxxxx.org Jul 29 16:11:52 2020 (16161) ('127.0.0.1', 54792) Data: b'RCPT TO:<temptest@lists.xxxxxxxxxx.in>' Jul 29 16:11:52 2020 (16161) ('127.0.0.1', 54792) recip: temptest@lists.xxxxxxxxxx.in Jul 29 16:11:52 2020 (16161) ('127.0.0.1', 54792) Data: b'DATA' Jul 29 16:11:52 2020 (16161) ('127.0.0.1', 54792) Data: b'QUIT'
Please help.
Abhijith
[1] https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/thread/J...
[2] - https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message/...