brokenhalo
IS-IT--Management
Hello guys. I am having an issue that is completely driving me nuts. I have had sendmail working perfectly on this server for over 3 years. I use it only for outbound mail to send out the contents of a web form and internal server alerts (forwarding root's mail via /etc/aliases). I had some unrelated issues last weekend and rebooted the server - now mail will not send to any outbound address (internal mail seems to be working).
I uninstalled sendmail and installed Exim4 (which I've been wanting to do anyways) hoping the change in MTA and default configuration would help, but it didn't. FYI: I setup exim using dpkg-reconfigure exim4-config and choosing "Internet site" and mainly defaults.
/var/log/exim4/mainlog is giving me the following issues...
After an amount of time, message will eventually fail with...
I am able to telnet to the remote server above (email.com) and send a test message as well as receive the test message...
There has to be something simple I am missing. Any help is greatly appreciated.
Brad L.
Systems Engineer
Prestige Technologies
bradlaszlo[at]prestigetech.com
"Some things Man was never meant to know. For everything else, there's Google.
I uninstalled sendmail and installed Exim4 (which I've been wanting to do anyways) hoping the change in MTA and default configuration would help, but it didn't. FYI: I setup exim using dpkg-reconfigure exim4-config and choosing "Internet site" and mainly defaults.
/var/log/exim4/mainlog is giving me the following issues...
Code:
1REwQ8-0006QU-7H == some@email.com R=dnslookup T=remote_smtp defer (-53): retry time not reached for any host
After an amount of time, message will eventually fail with...
Code:
1REwQ8-0006QU-7H == some@email.com R=dnslookup T=remote_smtp defer (110): Connection timed out
I am able to telnet to the remote server above (email.com) and send a test message as well as receive the test message...
Code:
telnet mail.email.com 25
Trying **.**.**.**...
Connected to mail.email.com.
Escape character is '^]'.
220 mail.email.com ESMTP Exim 4.67 Sat, 15 Oct 2011 01:14:51 -0400
ehlo my.server.org
250-mail.email.com Hello my.server.org [**.**.**.**]
250-SIZE 31457280
250-PIPELINING
250-AUTH PLAIN LOGIN
250-STARTTLS
250 HELP
mail from: root@my.server.org
250 OK
rcpt to: some@email.com
250 Accepted
data
354 Enter message, ending with "." on a line by itself
Test Message
.
250 OK id=1REwbi-0007Sf-Jd
quit
221 mail.email.com closing connection
Connection closed by foreign host.
There has to be something simple I am missing. Any help is greatly appreciated.
Brad L.
Systems Engineer
Prestige Technologies
bradlaszlo[at]prestigetech.com
"Some things Man was never meant to know. For everything else, there's Google.