Here is what I have and hope people in the community can give me a hint on what's going on. I assume scalix running fine since I did telnet to my server on port 110
----
linux17{jjj}146: telnet mydomain.net 110
Trying 67.116.237.212...
Connected to mydomain.net.
Escape character is '^]'.
+OK Scalix POP3 interface ready on: linux.mydomain.net
quit
+OK POP3 Server connection terminated
Connection closed by foreign host.
----
domain : mydomain.net
DNS: I used zoneedit.com free service and pointed to my IP. I can telnet, ftp and see my apache test page. It works fine.
Here is my host file:
=========
127.0.0.1 localhost
# special IPv6 addresses
::1 localhost ipv6-localhost ipv6-loopback
fe00::0 ipv6-localnet
ff00::0 ipv6-mcastprefix
ff02::1 ipv6-allnodes
ff02::2 ipv6-allrouters
ff02::3 ipv6-allhosts
192.168.2.7 linux.mydomain.net linux
======================
192.168.2.7 is my local ip for the linux box from my router. I also have all the ports forwarded correctly. my mail server is linux.mydomain.net.
my test email is jlc.info@mydomain.net and here are the errors from yahoo, gmail and others where I sent test msg from.
with yahoo:
Hi. This is the qmail-send program at yahoo.com.
I'm afraid I wasn't able to deliver your message to the following
addresses.
This is a permanent error; I've given up. Sorry it didn't work out.
<jlc.info@mydomain.net>:
Sorry, I couldn't find a mail exchanger or IP address. (#5.4.4)
=====
with my biz email:
Reporting-MTA: dns; mail4.nec.com
Arrival-Date: Tue, 15 Aug 2006 04:26:59 -0700 (PDT)
Final-Recipient: RFC822; jlc.info@mydomain.net
Action: failed
Status: 5.1.2
Remote-MTA: DNS; linux.mydomain.net
Last-Attempt-Date: Tue, 15 Aug 2006 06:39:23 -0700 (PDT)
=====
Thanks in advance,
