Laurent Lesage wrote:
>
>I'm using Debian Sarge, with postfix and apache. I'v installed mailman 
>(2.1.5.8) and everything works fine... except that the mails don't go 
>out! In fact, it seems like mailman doesn't talk to postfix at all. In 
>my "/var/log/syslog" where postfix logs his tasks, I see that the 
>messages are received and are "aliased" to mailman. Then, mailman create 
>the right email adresses but in /var/log/mailman/smtp.failure, I always 
>get :
>
>May 28 17:30:10 2005 (2104) Low level smtp error: (-2, 'Name or service 
>not known'), msgid: <[EMAIL PROTECTED]>
>May 28 17:30:10 2005 (2104) delivery to [EMAIL PROTECTED] failed 
>with code -1: (-2, 'Name or service not known')

Mailman is unable to establish an SMTP (or any) connection to port 25
on localhost. This is due to a system configuration problem outside of
Mailman. You'll probably see a similar error if you try

telnet localhost 25

at a shell prompt.

See http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq06.014.htp
for more details.

--
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