First, after adding myself to a mailman group an hour later the verification message appeared.
I then added another email account I have and while the mail.log file indicates it was accepted for delivery I never received it . I have sent mail to this account to verify it does receive mail.
Below find the two delivery notifications from the mail.log file.
I think I can change the cron execution to take care of the delay.
Where is the cron file for MailMan?
As to the second mail, I don't understand why I did not receive it.
The delay is different for the two
mails. What does 'delay' mean?
First verification (received):
May 27 17:00:05 atom postfix/smtpd[20643]: 7B1779419F7: client=localhost[127.0.0 .1] May 27 17:00:05 atom postfix/cleanup[20593]: 7B1779419F7: message-id=<mailman.0. 1085695204.20646.mmodlist@atom.chem.iupui.edu> May 27 17:00:05 atom postfix/smtpd[20643]: disconnect from localhost[127.0.0.1] May 27 17:00:05 atom postfix/qmgr[20150]: 7B1779419F7: from=<mmodlist-bounces@at om.chem.iupui.edu>, size=1980, nrcpt=1 (queue active) May 27 17:00:06 atom postfix/smtp[20647]: 7B1779419F7: to=<kforsyth@iupui.edu>, relay=external-relay.iupui.edu[129.79.1.64], delay=1, status=sent (250 2.0.0 i4R LmoIx024710 Message accepted for delivery)
Second verification (not received):
May 27 21:06:56 atom postfix/smtpd[23064]: 8BEE6943C97: client=localhost[127.0.0 .1] May 27 21:06:56 atom postfix/cleanup[23087]: 8BEE6943C97: message-id=<mailman.0. 1085710015.23086.mmodlist@atom.chem.iupui.edu> May 27 21:06:56 atom postfix/smtpd[23064]: disconnect from localhost[127.0.0.1] May 27 21:06:56 atom postfix/qmgr[20150]: 8BEE6943C97: from=<mmodlist-bounces@at om.chem.iupui.edu>, size=1986, nrcpt=1 (queue active) May 27 21:06:58 atom postfix/smtp[23089]: 8BEE6943C97: to=<molmod@sbcglobal.net> , relay=sbcmx2.prodigy.net[207.115.63.85], delay=2, status=sent (250 2.0.0 i4S1t i6r048410 Message accepted for delivery)
Thanks
Kelsey
Kelsey Forsythe, PhD Director, Computational Molecular Science Facility IUPUI Chemistry LD 320 402 North Blackford St. Indianapolis, IN 46202 Ph: 317-278-2202 Fax: 317-274-4701
You need to check the Mailman's logs to see evidence of messages being handled. The information in Mailman's logs should tie in with the inbound and outbound MTA log(s) to give a fuller picture of events in the life of each message.
Assuming you are running MM 2.1.x (you do not mention what version you are running) you can also check to see if there are any messages stuck in subdirectories of the MM qfiles directory and you can verify that the MM daemons are running using the command ps -aef | grep qrunner
On 28 May 2004, at 16:13, Kelsey Forsythe wrote:
First, after adding myself to a mailman group an hour later the verification message appeared.
I then added another email account I have and while the mail.log file indicates it was accepted for delivery I never received it . I have sent mail to this account to verify it does receive mail.
Below find the two delivery notifications from the mail.log file.
I think I can change the cron execution to take care of the delay.
Where is the cron file for MailMan?As to the second mail, I don't understand why I did not receive it.
The delay is different for the two mails. What does 'delay' mean?First verification (received):
May 27 17:00:05 atom postfix/smtpd[20643]: 7B1779419F7: client=localhost[127.0.0 .1] May 27 17:00:05 atom postfix/cleanup[20593]: 7B1779419F7: message-id=<mailman.0. 1085695204.20646.mmodlist@atom.chem.iupui.edu> May 27 17:00:05 atom postfix/smtpd[20643]: disconnect from localhost[127.0.0.1] May 27 17:00:05 atom postfix/qmgr[20150]: 7B1779419F7: from=<mmodlist-bounces@at om.chem.iupui.edu>, size=1980, nrcpt=1 (queue active) May 27 17:00:06 atom postfix/smtp[20647]: 7B1779419F7: to=<kforsyth@iupui.edu>, relay=external-relay.iupui.edu[129.79.1.64], delay=1, status=sent (250 2.0.0 i4R LmoIx024710 Message accepted for delivery)
Second verification (not received):
May 27 21:06:56 atom postfix/smtpd[23064]: 8BEE6943C97: client=localhost[127.0.0 .1] May 27 21:06:56 atom postfix/cleanup[23087]: 8BEE6943C97: message-id=<mailman.0. 1085710015.23086.mmodlist@atom.chem.iupui.edu> May 27 21:06:56 atom postfix/smtpd[23064]: disconnect from localhost[127.0.0.1] May 27 21:06:56 atom postfix/qmgr[20150]: 8BEE6943C97: from=<mmodlist-bounces@at om.chem.iupui.edu>, size=1986, nrcpt=1 (queue active) May 27 21:06:58 atom postfix/smtp[23089]: 8BEE6943C97: to=<molmod@sbcglobal.net> , relay=sbcmx2.prodigy.net[207.115.63.85], delay=2, status=sent (250 2.0.0 i4S1t i6r048410 Message accepted for delivery)
Thanks
Kelsey
Kelsey Forsythe, PhD Director, Computational Molecular Science Facility IUPUI Chemistry LD 320 402 North Blackford St. Indianapolis, IN 46202 Ph: 317-278-2202 Fax: 317-274-4701
At 10:13 AM -0500 2004/05/28, Kelsey Forsythe wrote:
I think I can change the cron execution to take care of the delay. Where is the cron file for MailMan?
Mailman 2.1 doesn't use cron. It has qrunner jobs that are under
the control of mailmanctl, which runs them whenever they are needed.
As to the second mail, I don't understand why I did not receive it. The delay is different for the two mails. What does 'delay' mean?
Well, "delay=1" means that the message spent anywhere up to an
entire whole second (or there abouts) between when it come into the system and when it was accepted by the remote end. Since one second is the resolution of the clock that is used for reporting this data, you probably won't ever see much of anything shorter.
A "delay=2" means that the message spent at least an entire whole
second in the system, and closer to two entire seconds.
You should read the postfix documentation to get this kind of
information, since this mailing list is for supporting Mailman, not postfix.
Second verification (not received):
May 27 21:06:56 atom postfix/smtpd[23064]: 8BEE6943C97: client=localhost[127.0.0.1] May 27 21:06:56 atom postfix/cleanup[23087]: 8BEE6943C97: message-id=<mailman.0.1085710015.23086.mmodlist@atom.chem.iupui.edu> May 27 21:06:56 atom postfix/smtpd[23064]: disconnect from localhost[127.0.0.1] May 27 21:06:56 atom postfix/qmgr[20150]: 8BEE6943C97: from=<mmodlist-bounces@atom.chem.iupui.edu>, size=1986, nrcpt=1 (queue active) May 27 21:06:58 atom postfix/smtp[23089]: 8BEE6943C97: to=<molmod@sbcglobal.net>, relay=sbcmx2.prodigy.net[207.115.63.85], delay=2, status=sent (250 2.0.0 i4S1ti6r048410 Message accepted for delivery)
Complain to the people at sbcglobal. Give them this log
information and ask them to find out what happened to this message. No one else is going to be able to answer this question, since they would need access to the internal log data at sbcglobal.
-- Brad Knowles, <brad.knowles@skynet.be>
"They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." -Benjamin Franklin, Historical Review of Pennsylvania.
SAGE member since 1995. See <http://www.sage.org/> for more info.
participants (3)
-
Brad Knowles -
Kelsey Forsythe -
Richard Barrett