On Wed, 22 May 2002, Jim Van Eeckhoutte wrote: > Here they are, before and after txt files >
Your firewall is passing port 25 just fine so whatever is happening is happening outside of the firewall: Chain loc2net (1 references) pkts bytes target prot opt in out source destination 2837 252K ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED 7 336 ACCEPT tcp -- * * 0.0.0.0/0 ----------- <--- 7 packets for a total size of 336 bytes were passed from the local zone to the net zone. 0.0.0.0/0 state NEW tcp dpt:25 0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:110 187 9989 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 ----------------------------------------------------------- Your firewall is waiting for a response from my mail server which clearly is accepting connections on TCP port 25 (proof -- I received your email). tcp 6 92 SYN_SENT src=192.168.20.5 dst=206.124.146.177 sport=4611 dport=25 [UNREPLIED] src=206.124.146.177 dst=<your ip address> sport=25 dport=4611 use=1 ----------------------------------------------------------- And my firewall saw nothing: [root@gateway root]# tcpdump -ni eth0 host <your ip address> tcpdump: listening on eth0 So something outside of your firewall is blocking SMTP. How are you sending emails? -Tom -- Tom Eastep \ Shorewall - iptables made easy AIM: tmeastep \ http://www.shorewall.net ICQ: #60745924 \ [EMAIL PROTECTED] _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html