Hi all. Have an Ubuntu install, running Apache, MySQL and Postfix. Basic mail functionality, only sends, no receiving, etc. Today I realized that none of the mail that should have been sent out by various scripts are being sent. Logging into the box, tried telnetting localhost 25, and it just sits and spins. Weird. Try pinging localhost, and again, no response. The mail errors mention that mail being "Deferred: Connection timed out with [127.0.0.1]".
Any ideas on where to look for the issue? My /etc/hosts file contains the following:
Code:
127.0.0.1 localhost localhost.localdomain
Checked /etc/network/interfaces and it looks like the loopback is being started with:
Code:
auto lo
iface lo inet loopback
Have another tech that was on the server, but no access to him now and trying to figure out what might have come unglued.
Thanks for any help,
Paul