Exim is a message transfer agent (MTA) and widely used an alternative for sendmail.
Sometimes, there is no problem in sending emails but emails are not recieved at recievers end.
The first you should do is to check the exim mainlog using following command
tail -f /var/log/exim_mainlog
If you can see the error as below
2011-04-22 01:30:47 H=mail-xxx-xxx.domain.com [xx.xx.xx.xx]:48944 I=[yy.yy.yy.yy]:25F=<email@domain.com> temporarily rejected RCPT <email@example.com>: lowest numbered MX record points to local host
Fix:
The first thing is to check whether the domain exists under
/etc/localhost
or not.Read More »
