On 29/07/20 10:38 pm, Mark Sapiro wrote:
On 7/29/20 9:33 AM, Abhijith PA via Mailman-users wrote:
mailman create -o <foo@example.com> foo-bar@lists.example.com mailman import 21 foo-bar@lists.example.com path/to/config.pck
You don't need to specify an owner for
mailman create
. The owners will be imported.
Ok, noted.
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.
It is surprising that no exception/traceback/SHUNTING message(s) are logged. That would seem to say that Mailman's
out
runner is not running.
When I restarted mailman. I got,
Jul 29 16:58:21 2020 (14473) SHUNTING: 1596041901.2833998+efbeb949a9c248bae23ea6bcc644450f497a4d8d
I think Mailman's var/ directory in the Debian package is /var/lib/mailman3/, so what does
ls -aR /var/lib/mailman3/queue
show? Is there a .pck file either in shunt/ or in out/?
There is many .pck files in /var/lib/mailman3/queue/shunt and /var/lib/mailman3/queue/out. And a lot of .psv files in /var/lib/mailman3/queue/bad
what does
ps -fwwu list
show? There should be a lot of runner processes. Is there one with argument --runner=out:0:1?
Yes. I can confirm.
--a