On 1/4/2013 1:58 AM, eximmail wrote:
On 1/4/2013 1:24 AM, Marcin Mirosław wrote:
W dniu 04.01.2013 10:13, eximmail pisze:
Hi!
I am getting this in my log files a lot and am wondering why?
no IP address found for host phpbbspprt840.gmail.com (during SMTP
connection from unlocktheinbox.com (mail.unlocktheinbox.com)
[168.144.32.45])
no IP address found for host phpbbspprt840.gmail.com (during SMTP
connection from mout.gmx.net [74.208.4.200])
no IP address found for host phpbbspprt840.gmail.com (during SMTP
connection from strong-eds-02.klga1.s.vonagenetworks.net
[216.115.18.24])
If you notice every time an email comes in from wherever it always has
phpbbspprt840.gmail.com attached to it.
The normal email does come in and the headers from the mail does not
show this, only the logs.
Can someone help me figure this out please.
Please show content of /etc/resolv.conf , /etc/hosts
and what `hostname` says.
And I think this isn't problem with exim but with configuration of
your OS.
Marcin
I do have this setup in exim.conf.
#for stopping spam at SMTP level start:
deny message = rejected because $sender_host_address is in a local
blacklist of hosts
hosts = ${if exists {/etc/exim/senderdomains.blacklist} \
{/etc/exim/senderdomains.blacklist}{}}
and
phpbbspprt840.gmail.com
is in the list just like it is shown.
Maybe this has something to do with it?
I think I just figured it out it has something to do with this
#for stopping spam at SMTP level start:
deny message = rejected because $sender_host_address is in a local
blacklist of hosts
hosts = ${if exists {/etc/exim/senderdomains.blacklist} \
{/etc/exim/senderdomains.blacklist}{}}
I just sorted this senderdomains list and put it A-Z and now
the top name in the list is showing in the line in the log.
no IP address found for host ACHILDRESS2.COX.NET (during SMTP connection from
tahini.csx.cam.ac.uk [131.111.8.192])
So it appears that I have something wrong in my exim conf in the acl.
Maybe the last line of it?
--
## List details at https://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/