Prince - ConsultorPC wrote: > Hello Jeremy, > > Thanks for your quick reply. > > Can you please give some tips, how I can solve this problem? Also why the > logs shows localhost.somedomain.com, like - localhost.slay.com or > localhost.worldview.com ? > Is that seems to be the dns issue ?
Those addition domain names are either in your /etc/resolv.conf as search domains, in your /etc/hosts file as aliases for localhost, or in your 0.0.127.rev zone files. Very much a DNS/resolver issue. You have a script or program sending mail via SMTP to localhost (from localhost) on your system. Every time Exim gets a SMTP connection it does a reverse DNS lookup and then forward lookup of each of the answers - if it's configured to do so. -- The Exim Manual http://www.exim.org/docs.html http://docs.exim.org/current/ -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
