Jason R. Mastaler wrote,
> Michael Shuldman <[EMAIL PROTECTED]> writes:
> 
> > File "/usr/local/lib/python2.3/smtplib.py", line 317, in send
> >     raise SMTPServerDisconnected('please run connect() first')
> > SMTPServerDisconnected: please run connect() first
> 
> Can you do me a favour and apply the attached patch to your TMDA/
> directory which contains the file SMTP.py?  Let me know if it solves
> this problem or not.

Thanks for the reply.  I applied the patch successfully and ran
./compileall, stopped qmail and made sure no tmda processes were
any longer running (just in case any old processes were still using
the unpatched file) and then started qmail again.

Unfortunately the problem seems to remain:
(please Cc me on replies)

Uncaught Python 2.3b1 Exception (Mon Sep  1 11:13:58 2003):
-----------------------------------------------------------
Traceback (most recent call last):
  File "/usr/local/tmda/bin/tmda-filter", line 53, in ?
    execfile(os.path.join(execdir, 'tmda-rfilter'))
  File "/usr/local/tmda/bin/tmda-rfilter", line 805, in ?
    main()
  File "/usr/local/tmda/bin/tmda-rfilter", line 740, in main
    verify_confirm_cookie(cookie_value, 'accept')
  File "/usr/local/tmda/bin/tmda-rfilter", line 503, in verify_confirm_cookie
    release_pending(confirm_timestamp, confirm_pid, msg)
  File "/usr/local/tmda/bin/tmda-rfilter", line 429, in release_pending
    Util.sendmail(Util.msg_as_string(msg), recipient, return_path)
  File "./TMDA/Util.py", line 559, in sendmail
  File "./TMDA/SMTP.py", line 61, in sendmail
  File "/usr/local/lib/python2.3/smtplib.py", line 688, in sendmail
    (code,resp) = self.data(msg)
  File "/usr/local/lib/python2.3/smtplib.py", line 485, in data
    self.send(q)
  File "/usr/local/lib/python2.3/smtplib.py", line 315, in send
    raise SMTPServerDisconnected('Server not connected')
SMTPServerDisconnected: Server not connected



-- 
  _ // 
  \X/ -- Michael Shuldman <[EMAIL PROTECTED]>

_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to