On 24 Nov 2006, in the Usenet newsgroup comp.os.linux.networking, in article
<(E-Mail Removed) .com>,
(E-Mail Removed) wrote:
>I've been trying to tweak sendmail on my Fedora Core 2 server so that
>I can receive mail sent from the Internet to my local mail account of
>the server.
Fedora Core 2 is quite obsolete, being unsupported at fedoralegacy.org
since July. Do you have a published MX record, or domain pointing at
your router?
>I have the Submission service running on Port 587 and I forward the port
>to the server from the router.
Most mail servers expect to find the mail server on port 25.
>When trying to Telnet to the Port using the local IP address (192.168.1.100
>587) it works fine, but when trying to use the public IP address, it
>always says the connect times out. A port scan reveals that the port is
>indeed open
Use tcpdump, and see what the packets are saying.
>I suspect this is why I am not able to receive mail.
Receive mail from who? You normally receive mail via your ISP, who is
probably allowing you to get the mail from their server using POP3 or IMAP
(a program like fetchmail). If you have your own domain registered, the
Internet expects to find your mail server listening on port 25.
>Any ideas why the Telnet attempt will not connect?
netstat -tupan Is it listening on the eth0 interface? (Look at the
Local and Foreign addresses)
Old guy