
Hi.
Mailman somtimes gets stuck on my installation. By stuck, I mean I get no mail and no subscription notification. Until I relaunch it.
I generally does not happen for a few months, but it is the second time this month.
Troubleshooting
http://wiki.list.org/display/DOC/4.78+Troubleshooting-+No+mail+going+out+to+...
2/ Cron/mailmanctl
ps auxww| grep mailmanctl |grep -v grep -> Nothing.
7/ Locks
/var/lib/mailman/locks -> /var/lock/mailman
ll /var/lock/mailman total 0
8/ Logs
/var/log/mailman/error : Apr 30 03:16:21 2012 mailmanctl(11685): No child with pid: 17093 Apr 30 03:16:21 2012 mailmanctl(11685): [Errno 3] No such process Apr 30 03:16:21 2012 mailmanctl(11685): Stale pid file removed.
9/ Qfiles
All queues are empty, except for "virgin" and "in".
/var/lib/mailman/qfiles/in: total 168 -rw-rw---- 1 nobody list 7080 Apr 29 08:12 1335679972.4044311+fe0d8677ff8b10bdf54bbe785264c433c40927a2.pck -rw-rw---- 1 nobody list 19014 Apr 29 09:41 1335685311.8046031+26be5e0c4630e8401808bdf46c701a1975950cec.pck -rw-rw---- 1 nobody list 13435 Apr 29 10:20 1335687645.366998+ceda98fd4ccfb8a3cc6e8bb9d41e943e0ef8ec3f.pck -rw-rw---- 1 nobody list 14010 Apr 29 12:17 1335694670.941314+ab4263a19afa990cc933e18ccf1ab3a86ef02b84.pck -rw-rw---- 1 nobody list 26875 Apr 29 14:00 1335700832.115989+38cf9b0c8d1015392d44ec8047287b9c2da44260.pck -rw-rw---- 1 nobody list 25951 Apr 29 14:02 1335700966.2184939+cf9d490300e3064c49a587a5efc0d2678e8c0b0a.pck -rw-rw---- 1 nobody list 33409 Apr 29 21:13 1335726794.7660511+a3e33986aa07f3c56214159c2644714ebecbb1ff.pck -rw-rw---- 1 nobody list 1660 Apr 29 23:25 1335734733.107975+629b7c7b1e0fab72b5b60556c4a9590971461f3d.pck -rw-rw---- 1 nobody list 1420 Apr 30 11:43 1335778989.361089+5a2c8db1b2e83fb4c56900018fd315fce62c9aa0.pck -rw-rw---- 1 nobody list 2341 Apr 30 15:20 1335792010.1874161+1e1d6b7aff6b91871fc0253416f32f040bb3b8b3.pck -rw-rw---- 1 nobody list 3225 Apr 30 20:25 1335810323.462666+60026e952d7f0bfe526ae95fe4cb2562051c93c0.pck
Debug info
Last time it got stuck, I did the modification suggested here :
http://wiki.list.org/display/DOC/4.73+How+do+I+debug+smtp-failure+problems+-...
modified /var/lib/mailman/Mailman/Handlers/SMTPDirect.py to add self.__conn.set_debuglevel(1)
Configuration
Not sure this is useful, but /etc/mailman/mm_cfg.py contains MTA='LocalPostfix' POSTFIX_STYLE_VIRTUAL_DOMAINS = ['domain1.tld', 'domain2.tld']
I would like to figure out what is happening, therefore I don't relaunch, in case there would be some more information I could get.
Any advice ?
Thanks.
-- Jérôme