Re: [Mailman-Users] SMTPDirect issues (Name or service not known)

2005-06-11 Thread Meike Aulbach
-pz-Nf Completed What about the .py[co] files? Why aren't they re-created? Is something wrong with the ownership of the files? I did a "chmod list.list *" in /var/lib/mailman/Mailman/Handlers (and restarted mailman) and it still fails.. With best wishes, Meike -- Meike Au

Re: [Mailman-Users] SMTPDirect issues (Name or service not known)

2005-06-11 Thread Meike Aulbach
ctivity. It seems to me that my changes to the python code somehow are not regarded even though I do a mailman-restart every time I change something. I also restarted syslog. Any hints left...? :) Best wishes, Meike -- Meike Aulbach <[EMAIL PROTECTED]> --

Re: [Mailman-Users] SMTPDirect issues (Name or service not known)

2005-06-10 Thread Meike Aulbach
x27;[EMAIL PROTECTED]' >>> x = smtplib.SMTP() >>> x.connect(SMTPHOST,SMTPPORT) (220, 'mx..net ESMTP Exim 4.50 Fri, 10 Jun 2005 19:21:13 +0200') >>> x.sendmail(env,rcpts,msg) {} >>> x.quit() >>> [EMAIL PROTECTED]:/$ So it unfo

[Mailman-Users] SMTPDirect issues (Name or service not known)

2005-06-10 Thread Meike Aulbach
not delivered. I really know nothing about python, so maybe this is due because SMTPDirect.py is compiled to SMTPDirect.pyo and SMTPDirect.pyc, so my changes to SMTPDirect.py are never regarded by the program? I don't really want to ma