![](https://secure.gravatar.com/avatar/68e0e20debfaaa45c3109e9b03890f15.jpg?s=120&d=mm&r=g)
Hey guys-
I don't mean to give you such a tough problem but I really need some expert help here. I've moved my mailman install across a few servers and as of recent it's been exhibiting some strange behavior.
Key Problem - Monthly reminders aren't being sent out to some lists; I have several configured to do so. I've checked logs/smtp, logs/smtp-failure, and logs/error and I can't even see an attempt to mail reminders, let alone any errors to provide an explanation. In all other regards, lists seem to be working wonderfully, and I've really not begun to tackle this problem after 2 months because I've been so blessed.
The one thing I can see that seems to coincide with the trouble is that any action on these lists isn't being properly logged in logs/smtp. Whereas I would properly see something logged like so:
Jan 31 00:47:35 2005 (1192) <mailman.0.1107154053.16170.list@lists.iddx.net> smtp for 538 recips, completed in 1.197 seconds
...when I see activity on the "questionable" lists, I see this:
Feb 01 02:01:36 2005 (1192) n/a smtp for 22 recips, completed in 2.479 seconds
n/a? :) I can't seem to locate any explanation for this. Help!
Furthermore, is there a way to manually generate password reminders? I'd like to be able to manually kick out a reminder once I get this all fixed up.
My configuration of Mailman is v2.1.5, upgraded a few minor revisions after a more-or-less filewise rsync from the previous host. It is talking and receiving mail via some horrible qmail/vpopmail system, and mail is delivered to the lists via .qmail-list-function aliases in my lists.iddx.net virtual mail domain. It works pretty nice, I guess, if it weren't qmail I'd be happier. :P
Any information you can provide is warmly received and I appreciate the effort. Best regards,
-Matt
Matthew Anderson Executor Internet Distributed Data Exchange - IDDX.NET
![](https://secure.gravatar.com/avatar/746f7519ba02fb0d815e59f305c53fa2.jpg?s=120&d=mm&r=g)
Matthew R Anderson wrote:
Key Problem - Monthly reminders aren't being sent out to some lists; I have several configured to do so. I've checked logs/smtp, logs/smtp-failure, and logs/error and I can't even see an attempt to mail reminders, let alone any errors to provide an explanation. In all other regards, lists seem to be working wonderfully, and I've really not begun to tackle this problem after 2 months because I've been so blessed.
The one thing I can see that seems to coincide with the trouble is that any action on these lists isn't being properly logged in logs/smtp. Whereas I would properly see something logged like so:
Jan 31 00:47:35 2005 (1192) <mailman.0.1107154053.16170.list@lists.iddx.net> smtp for 538 recips, completed in 1.197 seconds
...when I see activity on the "questionable" lists, I see this:
Feb 01 02:01:36 2005 (1192) n/a smtp for 22 recips, completed in 2.479 seconds
n/a? :) I can't seem to locate any explanation for this. Help!
The n/a means the message object has no message-id attribute. As to why, I don't know. Is there a Message-Id: header in the posts received from the list?
Furthermore, is there a way to manually generate password reminders? I'd like to be able to manually kick out a reminder once I get this all fixed up.
Yes. Just run cron/mailpasswds. In fact, to try to diagnose this further, what happens if you manually run
cron/mailpasswds --listname=<list>
where <list> is one of the problem lists?
-- Mark Sapiro <msapiro@value.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
![](https://secure.gravatar.com/avatar/68e0e20debfaaa45c3109e9b03890f15.jpg?s=120&d=mm&r=g)
Mark- Thanks for the reply!
-----Original Message----- The n/a means the message object has no message-id attribute. As to why, I don't know. Is there a Message-Id: header in the posts received from the list?
Yes, there's an ID on the outbound posts on the list. I'm willing to ignore this for now, though.
Yes. Just run cron/mailpasswds. In fact, to try to diagnose this further, what happens if you manually run
cron/mailpasswds --listname=<list>
where <list> is one of the problem lists?
This led me to discover my crontab for user mailman was broken in a very odd manner. Wiping it out and installing from crontab.in fixed the problem. I'm sorry for this being mundane, I half expected the crontab entries to be managed from mailmanctl and didn't look deeper than seeing if crontab -l looked as expected.
Big problem solved! Everyone knows their password now. Best regards,
-Matt
participants (2)
-
Mark Sapiro
-
Matthew R Anderson