[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

insanely fast delivery reties



For some reason, scheduler(?) (up to minute CVS source) got mad: it
is retrying a few undeliverable jobs in the queue without any delay.

This is in the log (note the time does not change, and there are
thousand of these):

Apr 14 13:54:11 ajax2.sovam.com smtp[8170]: S56234AbQDMTLQ:
to=<oracle7@u450.teleross.ru>, delay=14:42:55, xdelay=00:00:00, mailer=smtp,
relay=u450.teleross.ru ([194.186.56.20|25|194.67.1.173|62150]), stat=deferred
smtp; 500 (connect to u450.teleross.ru [194.186.56.20|25|194.67.1.173|62150]:
Connection refused) cvt=UNKNOWN
Apr 14 13:54:11 ajax2.sovam.com smtp[8170]: S56234AbQDMTLQ:
to=<oracle7@u450.teleross.ru>, delay=14:42:55, xdelay=00:00:00, mailer=smtp,
relay=u450.teleross.ru ([194.186.56.20|25|194.67.1.173|62151]), stat=deferred
smtp; 500 (connect to u450.teleross.ru [194.186.56.20|25|194.67.1.173|62151]:
Connection refused) cvt=UNKNOWN
Apr 14 13:54:11 ajax2.sovam.com smtp[8170]: S56234AbQDMTLQ:
to=<oracle7@u450.teleross.ru>, delay=14:42:55, xdelay=00:00:00, mailer=smtp,
relay=u450.teleross.ru ([194.186.56.20|25|194.67.1.173|62152]), stat=deferred
smtp; 500 (connect to u450.teleross.ru [194.186.56.20|25|194.67.1.173|62152]:
Connection refused) cvt=UNKNOWN


This is in the scheduler.conf:

smtp/*
        maxchannel=199
        maxring=150
        command="smtp -s8H -l ${LOGDIR}/smtp"


Any thoughts?

Eugene

P.S. this is not be the last one for today :-) I also have all router
processes eventually fall in loop and stop processing queue.  I'll post
when I gather more information.