Jana Nguyen wrote:

>I'm having problem sending out mail using postfix with mailman, error below:
>Mar 02 13:29:40 2006 (6457) delivery to [EMAIL PROTECTED] failed 
>with code -1: (110, 'Connection timed out')


For the same reason as

 
>When I do a telnet localhost 25 it just stalled forever:
>[EMAIL PROTECTED] ~]# telnet localhost 25
>Trying 127.0.0.1...


Postfix appears to not be listening for port 25 connects from localhost.


>I've checked the IP tables for port 25, looks fine:
>
>[EMAIL PROTECTED] ~]# iptables --list | grep 25
>iptables --list | grep 25
>ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:5825
>ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:5925


Well, I'm not sure what this is telling you, but none of the matches
you returned are actually '25'.

What do you get from

netstat -l | grep smtp

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

------------------------------------------------------
Mailman-Users mailing list
[email protected]
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