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') When I do a telnet localhost 25 it just stalled forever: [EMAIL PROTECTED] ~]# telnet localhost 25 Trying 127.0.0.1...
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 Postfix is also running, so any idea of the problems? ------------------------------------------------------ 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&file=faq01.027.htp
