can't send out mail using postfix with mailman
I'm having problem sending out mail using postfix with mailman, error below: Mar 02 13:29:40 2006 (6457) delivery to jnguyen@ncmir.ucsd.edu failed with code -1: (110, 'Connection timed out')
When I do a telnet localhost 25 it just stalled forever: [root@bcc-dev-0-12 ~]# telnet localhost 25 Trying 127.0.0.1...
I've checked the IP tables for port 25, looks fine:
[root@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
Postfix is also running, so any idea of the problems?
Can /anything/ on the system send mail? If not, this may not be a mailman issue.
On 3/2/06, Jana Nguyen <jnguyen@ncmir.ucsd.edu> wrote:
I'm having problem sending out mail using postfix with mailman, error below: Mar 02 13:29:40 2006 (6457) delivery to jnguyen@ncmir.ucsd.edu failed with code -1: (110, 'Connection timed out')
When I do a telnet localhost 25 it just stalled forever: [root@bcc-dev-0-12 ~]# telnet localhost 25 Trying 127.0.0.1...
I've checked the IP tables for port 25, looks fine:
[root@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
Postfix is also running, so any idea of the problems?
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/pdbogen%40gmail.com
Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
--
- Patrick Bogen
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@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@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@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@value.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (3)
-
Jana Nguyen
-
Mark Sapiro
-
Patrick Bogen