I did a clean install of mailman-2.1a4 and the web interface is working fine, but I'm having problems with sending messages. I'm running Red Hat 7.2 with Python 2.2 and sendmail 8.11. My aliases for the list I created are correct. I changed the symbolic link in /etc/smrsh to point to mailman rather than wrapper.
Here is the following error, I hope I can get some feedback on the solution to the problem.
Mar 14 15:38:46 2002 (15583) Uncaught runner exception: please run connect() first Mar 14 15:38:46 2002 (15583) Traceback (most recent call last): File "/home/mailman/Mailman/Queue/Runner.py", line 104, in __oneloop self.__onefile(msg, msgdata) File "/home/mailman/Mailman/Queue/Runner.py", line 152, in __onefile keepqueued = self._dispose(mlist, msg, msgdata) File "/home/mailman/Mailman/Queue/OutgoingRunner.py", line 61, in _dispose func(mlist, msg, msgdata) File "/home/mailman/Mailman/Handlers/SMTPDirect.py", line 101, in process conn.quit() File "/var/tmp/python2-2.2-root/usr/lib/python2.2/smtplib.py", line 671, in quit self.docmd("quit") File "/var/tmp/python2-2.2-root/usr/lib/python2.2/smtplib.py", line 352, in docmd self.putcmd(cmd,args) File "/var/tmp/python2-2.2-root/usr/lib/python2.2/smtplib.py", line 308, in putcmd self.send(str) File "/var/tmp/python2-2.2-root/usr/lib/python2.2/smtplib.py", line 300, in send raise SMTPServerDisconnected('please run connect() first') SMTPServerDisconnected: please run connect() first
Mar 14 15:52:54 2002 (15583) Uncaught runner exception: please run connect() first Mar 14 15:52:54 2002 (15583) Traceback (most recent call last): File "/home/mailman/Mailman/Queue/Runner.py", line 104, in __oneloop self.__onefile(msg, msgdata) File "/home/mailman/Mailman/Queue/Runner.py", line 152, in __onefile keepqueued = self._dispose(mlist, msg, msgdata) File "/home/mailman/Mailman/Queue/OutgoingRunner.py", line 61, in _dispose func(mlist, msg, msgdata) File "/home/mailman/Mailman/Handlers/SMTPDirect.py", line 101, in process conn.quit() File "/var/tmp/python2-2.2-root/usr/lib/python2.2/smtplib.py", line 671, in quit self.docmd("quit") File "/var/tmp/python2-2.2-root/usr/lib/python2.2/smtplib.py", line 352, in docmd self.putcmd(cmd,args) File "/var/tmp/python2-2.2-root/usr/lib/python2.2/smtplib.py", line 308, in putcmd self.send(str) File "/var/tmp/python2-2.2-root/usr/lib/python2.2/smtplib.py", line 300, in send raise SMTPServerDisconnected('please run connect() first') SMTPServerDisconnected: please run connect() first
-- ######################################### Kory Wheatley Academic Computing Analyst Sr. Phone 282-3874 ######################################### Everything must point to him.
"KW" == Kory Wheatley <wheakory@isu.edu> writes:
KW> I did a clean install of mailman-2.1a4 and the web interface
KW> is working fine, but I'm having problems with sending
KW> messages. I'm running Red Hat 7.2 with Python 2.2 and sendmail
KW> 8.11. My aliases for the list I created are correct. I changed
KW> the symbolic link in /etc/smrsh to point to mailman rather
KW> than wrapper.
KW> Here is the following error, I hope I can get some feedback on
KW> the solution to the problem.
Try cutting Mailman out of the loop, and just write a little script to use smtplib on the same machine to send a canned message to yourself. If you get the same exception, then try going one level down and telnetting to the smtp port directly, typicing the SMTP dialogs by hand.
I suspect it's a problem with your sendmail configuration.
-Barry
participants (2)
-
barry@zope.com
-
Kory Wheatley