are you sure you have a 'gateway' setup on your mail server?
make sure your gateway is set to your router, aka your firewall to the internet.
run sendmail from the commandline on your server. ie - sendmail your @email.com ....then hit enter, type some stuff, then end a line with a .
if this works, there is something with your email clients, etc.
if it does not, then something on the server..
either way, the best thing to do here, is check your log files, they speak the world about what is happening.
so, look in /var/log/maillog, and see what is happening with that mail....it may be possible that your /etc/resolv.conf is not setup correctly (DNS nameservers), or, your hostname/domainname is not setup correctly....other MTA's require that this stuff be setup properly.
|