Brad Knowles wrote: > At 12:17 PM -0400 4/19/07, Richard Healy wrote: > >> Mail is being received and passed to mailman and >> placed in >> the mailman queue - where it sits. > > If the mail is getting into the Mailman queue and not being processed, > that tells me that the inbound queue runner is either not running at > all, or not working properly. > >> The ~mailman/logs/qrunner shows nothing except when I stop and restart >> mailmanctl: >> Apr 19 11:55:56 2007 (9492) VirginRunner qrunner started. >> Apr 19 11:55:56 2007 (9491) OutgoingRunner qrunner started. > > There's no "IncomingRunner" being shown. There's your problem. > > There's also a bunch of other runners that aren't being shown, which is > also a problem. The stuff you show above should look more like this: > > Apr 18 20:22:56 2007 (79940) VirginRunner qrunner started. > Apr 18 20:22:56 2007 (79936) CommandRunner qrunner started. > Apr 18 20:22:56 2007 (79939) OutgoingRunner qrunner started. > Apr 18 20:22:56 2007 (79934) ArchRunner qrunner started. > Apr 18 20:22:56 2007 (79937) IncomingRunner qrunner started. > Apr 18 20:22:56 2007 (79938) NewsRunner qrunner started. > Apr 18 20:22:56 2007 (79941) RetryRunner qrunner started. > Apr 18 20:22:56 2007 (79935) BounceRunner qrunner started. >
Apologies. I didn't copy and paste enough of the log file. Looks like all the qrunners are going (evidenced by a ps aux | grep python as well). This is what the log says: Apr 19 12:43:57 2007 (4432) ArchRunner qrunner started. Apr 19 12:43:57 2007 (4434) CommandRunner qrunner started. Apr 19 12:43:57 2007 (4435) IncomingRunner qrunner started. Apr 19 12:43:57 2007 (4433) BounceRunner qrunner started. Apr 19 12:43:58 2007 (4436) NewsRunner qrunner started. Apr 19 12:43:59 2007 (4438) VirginRunner qrunner started. Apr 19 12:43:59 2007 (4437) OutgoingRunner qrunner started. Apr 19 12:43:59 2007 (4439) RetryRunner qrunner started. So that doesn't appear to be the problem. -Rick -- Richard J. Healy :: Woods Hole Oceanographic Institution/NOSAMS http://www.nosams.whoi.edu :: email:[EMAIL PROTECTED] ph: 508-289-3514 fx: 508-457-2183 ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
