Bugs item #1315417, was opened at 2005-10-07 01:23 Message generated for change (Comment added) made by dhubleizh You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1315417&group_id=103
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: mail delivery Group: 2.1 (stable) Status: Closed Resolution: Invalid Priority: 5 Submitted By: [EMAIL PROTECTED] (dhubleizh) Assigned to: Nobody/Anonymous (nobody) Summary: SMTP problem Initial Comment: Whenever I send an eamail to any list, the system tells me, the mail has been sent, the mailman archive of the list shows me the sent mail, but mailman doesn't send it out to the users. It keeps it in shunt dirrectory and whenever it tries to send it (like when unshunt invoked), I get something like this in error: Oct 07 00:53:34 2005 (20276) SHUNTING: 1128638415.450326+e1e70fc6df2adac2d6b625e2519b601c8879bacb Oct 07 01:06:13 2005 (31706) Uncaught runner exception: SMTP instance has no attribute 'sock' Oct 07 01:06:13 2005 (31706) Traceback (most recent call last): File "/tmp/B.30a581/mailman-2.1.5-root-builder/var/lib/mailman/Mailman/Queue/Runner.py", line 111, in _oneloop File "/tmp/B.30a581/mailman-2.1.5-root-builder/var/lib/mailman/Mailman/Queue/Runner.py", line 167, in _onefile File "/tmp/B.30a581/mailman-2.1.5-root-builder/var/lib/mailman/Mailman/Queue/OutgoingRunner.py", line 73, in _dispose File "/tmp/B.30a581/mailman-2.1.5-root-builder/var/lib/mailman/Mailman/Handlers/SMTPDirect.py", line 152, in process File "/tmp/B.30a581/mailman-2.1.5-root-builder/var/lib/mailman/Mailman/Handlers/SMTPDirect.py", line 362, in bulkdeliver File "/tmp/B.30a581/mailman-2.1.5-root-builder/var/lib/mailman/Mailman/Handlers/SMTPDirect.py", line 68, in sendmail File "/tmp/B.30a581/mailman-2.1.5-root-builder/var/lib/mailman/Mailman/Handlers/SMTPDirect.py", line 62, in __connect File "/usr/share/python2.4/smtplib.py", line 255, in __init__ AttributeError: SMTP instance has no attribute 'sock' Oct 07 01:06:13 2005 (31706) SHUNTING: 1128638415.450326+ff5f438f835639afd9d59480cebaf2e1b400eff1 python 2.4.2 installed ---------------------------------------------------------------------- >Comment By: [EMAIL PROTECTED] (dhubleizh) Date: 2005-10-07 11:58 Message: Logged In: YES user_id=1068178 hm - I've sent it here as a bug, cause it worked for a year now and I've recently updated mailman and python. I've added the name of lists server to /etc/hosts as 127.0.0.1. It's strange thou - cause SMTPHOST is by default set to 127.0.0.1 which already was in /etc/hosts and I have MTA='Postfix' from ages in my mm_cfg.py :/ Nevertheless - sorry bout the unecessery fuss... ---------------------------------------------------------------------- Comment By: Tokio Kikuchi (tkikuchi) Date: 2005-10-07 01:50 Message: Logged In: YES user_id=67709 This is a known symptom for invalid setings for the SMTP host/port. (Not a bug) Check your SMTP settings in Defaults.py especially for SMTPHOST. See the FAQ No 3.14 article in Mailman FAQ Wizard for more. http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.014.htp ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1315417&group_id=103 _______________________________________________ Mailman-coders mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-coders
