Michael Duffy wrote:
>
>Here goes.  I've just installed mailman on a freebsd 6 machine, running
>with qmail.  Everything *seems* to be working except that posts are not
>delivered, and the following entry is made in to mailman's smtp log.
>
>Nov 28 11:02:20 2005 (720) Low level smtp error: (61, 'Connection
>refused'), msgid: <[EMAIL PROTECTED]>
>Nov 28 11:02:20 2005 (720) delivery to [EMAIL PROTECTED] failed
>with code -1: (61, 'Connection refused')
>
>No entry in made in to the qmail mail log.


Mailman is attempting to connect to an SMTP server at address SMTPHOST
(default = 'localhost') and port SMTPPORT (default = 0 which means use
the default SMTP port = 25). qmail is not listening or not accepting
the connect.

See
<http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq06.014.htp>
for some diagnostics you can run from Python, but the most likely
explanation is qmail isn't listening on localhost (127.0.0.1) port 25.

-- 
Mark Sapiro <[EMAIL PROTECTED]>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to