Its back...with no changes that I can see the problem is back......
RE my first post on this issue
I am utterly stumped....
The ESMTP server accepts mail from all domains for delivery to local users but won't relay mail at all. Any attempt to connect to the ESMTP server @ 127.0.0.1 is refused. The quirky thing however is that if I use the FQND of the server or the interface IP address I can access the ESMTP server and it will relay. Since it appears that scalix uses the 127.0.0.1 address to relay mail it means my mail will not go out. I scanned the forums and checked the smtpd.cfg file , and it is set to allow relay from 127.0.0.1, checked my iptables and it also does not appear to prevent me from connecting to 127.0.0.1. Can someone tell me what else I should check?
The sever is a pretty fresh install on a Fedora core 4 machine.
Here is the entry in the /var/log/maillog
Jun 23 15:55:44 sls-ce8p3 sendmail[2621]: k5NJtgxI002621: to=<tnorwood@bitxbit.com>, delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=31137, relay=[127.0.0.1] [127.0.0.1], dsn=4.0.0, stat=Deferred: Connection refused by [127.0.0.1]
And here is what happens when I try to telnet to 25
[root@sls-ce8p3 ~]# telnet 127.0.0.1 25
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
telnet: Unable to connect to remote host: Connection refused
HELP!!!!! Why is it doing this....when it was working this morning at around noon, I sent and recieved a bunch of e-mails. Then for some reason the Sendmail started again and it all died. I stopped sendmail and used chkconfig to make sure it would not kick off during a reboot and restarted the machine but it still won't work.