[Mailman-Users] Mail getting stuck in queue

Brad Knowles brad at python.org
Sat Jun 7 03:04:24 CEST 2008


Laura Conrad wrote:

> OK.  It isn't completely stuck, but it's taking a lot longer to send
> out a few messages than I'd expect.  Right now, the last post in the
> post log was at 16:30, and at 17:39, "tail error" says:
> 
> Jun 06 17:37:59 2008 qrunner(14342): send:   'rcpt TO:<redacted at yahoo.com>\r\n' 
> Jun 06 17:38:29 2008 qrunner(14342): reply:   '250 ok\r\n' 
> Jun 06 17:38:29 2008 qrunner(14342): reply: retcode (250); Msg: ok 
> Jun 06 17:38:29 2008 qrunner(14342): send:   'rcpt TO:<redacted at gmail.com>\r\n' 
> Jun 06 17:38:59 2008 qrunner(14342): reply:   '250 ok\r\n' 
> Jun 06 17:38:59 2008 qrunner(14342): reply: retcode (250); Msg: ok 
> Jun 06 17:38:59 2008 qrunner(14342): send:   'rcpt TO:<redacted at yahoo.com>\r\n' 
> Jun 06 17:39:29 2008 qrunner(14342): reply:   '250 ok\r\n' 
> Jun 06 17:39:29 2008 qrunner(14342): reply: retcode (250); Msg: ok 
> Jun 06 17:39:29 2008 qrunner(14342): send:   'rcpt TO:<redacted at hotmail.com>\r\n' 
> 
> Does this tell you anything?

My guess is that you're doing DNS validation and other anti-spam checks on 
your outbound mail.  You don't want to do that.  Do those things on input, 
and then set up a separate outbound-only mail processor that avoids all of 
those checks, because you've already done them on input.

See FAQ 4.20 at <http://wiki.list.org/pages/viewpage.action?pageId=4030587>, 
and the stuff in section 6 that are specific to your MTA, and also pay 
special attention to FAQ 6.6 at 
<http://wiki.list.org/display/DOC/Mailman+Performance+Tuning+for+Mail+Delivery>.

-- 
Brad Knowles <brad at python.org>
Member of the Python.org Postmaster Team & Co-Moderator of the
mailman-users and mailman-developers mailing lists


More information about the Mailman-Users mailing list