Lukasz Szybalski wrote: >On 10/24/06, Mark Sapiro <[EMAIL PROTECTED]> wrote: >> >> We still don't know what causes the timeout. The smtplib debugging info >> would help. >Where would i find it or how would i get it. Error, smtp, >smtp-failure, syslog has only what i have pasted in.
The patch to SMTPDirect.py which you say you installed causes Pythons smtplib to write debugging info to stderr which in a normal Mailman environment is logged to Mailman's error log. Since you are not getting the debugging information in Mailman's error log, either you haven't applied the patch correctly or you haven't patched the correct file (see the last paragraph of <http://mail.python.org/pipermail/mailman-users/2006-October/054017.html>) or something is going wrong with logging of stderr writes to the error log. I don't think it's likely that the problem is in the logging of stderr unless this is a Debian issue that I don't know about. -- 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
