[Mailman-Users] can't send out mail using postfix with mailman

Mark Sapiro msapiro at value.net
Thu Mar 2 23:26:42 CET 2006


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 jnguyen at ncmir.ucsd.edu failed 
>with code -1: (110, 'Connection timed out')


For the same reason as

 
>When I do a telnet localhost 25 it just stalled forever:
>[root at bcc-dev-0-12 ~]# 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:
>
>[root at bcc-dev-0-12 ~]# 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 <msapiro at value.net>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan




More information about the Mailman-Users mailing list