Am 21.12.2013 23:11, schrieb Hans Krueger: > On 12/21/2013 05:01 PM, li...@rhsoft.net wrote: >>> *looking to receive mail only* >>> >>> port 25 is not blocked >>> >>> Ports found to be OPEN were: 25, 80 >>> >>> have port forwarding from my router to the server >>> it has worked on my old server which died >>> th old box was suse 11.2 >>> the new one is suse 12.3 >> well, then open th eport on the machines firewall >> iptables --list --numeric --verbose >> > > Chain PORTFORWARD (1 references) > pkts bytes target prot opt in out source > destination > 1934 111K DNAT tcp -- eth0 * 0.0.0.0/0 0.0.0.0/0 > tcp dpt:80 to:192.168.1.3:80 > 996 54708 DNAT tcp -- eth0 * 0.0.0.0/0 0.0.0.0/0 > tcp dpt:25 to:192.168.1.3:25
on the *server* itself you need to open *incoming* connections from the WAN and that is hardly "Chain PORTFORWARD" but "Chain INPUT"