Mark Sapiro wrote: > >The problem is not the pending database. The problem is that your >outgoing MTA is returning a 'retryable' status to Mailman on Mailman's >attempt to send the invitation, so Mailman puts the notice in the >retry queue and tries again 15 minutes later.
And this in turn would indicate that your MTA is doing DNS verification during SMTP from Mailman. If it weren't, it would accept the mail with a bad domain and it would do the retries itself and eventually give up. See <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.011.htp> for more on this. It is a performance killer for Mailman. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
