SOLVED:
Debian: Linux web-92.domain.com 2.6.32-5-686 #1 SMP Tue Mar 8 21:36:00 UTC 2011 i686 GNU/Linux
I changed the FQDN hostname of the servers.
From: domain.com
To: web-[IP].domain.com
Edit: /etc/exim4/update-exim4.conf.conf
Code:
dc_other_hostnames='web-92.domain.com'
dc_local_interfaces='x.x.x.92'
dc_readhost='web-92.domain.com'
# update-exim4.conf
# /etc/init.d/exim4 restart
Test with:
#exim -bt [user]@domain.com
You should get something like this
Code:
R: dnslookup for [user]@domain.com
[user]@domain.com
router = dnslookup, transport = remote_smtp
host smtp.mailserver.com [x.x.x.x] MX=0
Hope this helps...