[Mailman-Developers] beta & smtp

Ricardo Kustner ricardo@rixhq.nu
Tue, 21 Mar 2000 21:06:35 +0100


I just upgraded the cvs version i had installed (which is a snapshot
from almost a month ago i think) and when i tried to approve
11 posts, I got a mailman error... something about a connection
refused (see below)... maybe mailman is trying more connections
than postfix allows... but the weird thing is that i never had
this problem before, so this has to do with some recent stmp changes.
I'll investigate postfix & mailman further to see if i can figure
out what exactly is going wrong...

Ricardo.

admin(32515):     mlist.HandleRequest(request_id, v, comment)
admin(32515):   File "/usr/local/mailman/Mailman/ListAdmin.py", line 124, in HandleRequest
admin(32515):     self.__handlepost(data, value, comment)
admin(32515):   File "/usr/local/mailman/Mailman/ListAdmin.py", line 174, in __handlepost
admin(32515):     self.Post(msg)
admin(32515):   File "/usr/local/mailman/Mailman/MailList.py", line 1293, in Post
admin(32515):     Mailman.Handlers.HandlerAPI.DeliverToList(self, msg)
admin(32515):   File "/usr/local/mailman/Mailman/Handlers/HandlerAPI.py", line 55, in DeliverToList
admin(32515):     func(mlist, msg)
admin(32515):   File "/usr/local/mailman/Mailman/Handlers/SMTPDirect.py", line 41, in process
admin(32515):     conn = smtplib.SMTP(mm_cfg.SMTPHOST, mm_cfg.SMTPPORT)
admin(32515):   File "/usr/local/mailman/Mailman/pythonlib/smtplib.py", line 182, in __init__
admin(32515):     (code, msg) = self.connect(host, port)
admin(32515):   File "/usr/local/mailman/Mailman/pythonlib/smtplib.py", line 216, in connect
admin(32515):     self.sock.connect(host, port)
admin(32515): error: (111, 'Connection refused')


-- 
Ricardo.

--