[...]

Góra strony
Delete this message
Reply to this message
Autor: eximmail
Data:  
Dla: exim-users
Nowe tematy: Re: [exim] logs, Re: [exim] logs
Temat: [...]

 Content preview:  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}{}}
    [...] 


Content analysis details: (-49.4 points, 7.0 required)

  pts rule name              description
 ---- ---------------------- --------------------------------------------------
  -48 ALL_TRUSTED            Passed through trusted hosts only via SMTP
  0.5 URI_NOVOWEL            URI: URI hostname has long non-vowel sequence
 -1.9 BAYES_00               BODY: Bayes spam probability is 0 to 1%
                             [score: 0.0000]
X-Spam-Score: -0.8 (/) 
X-Spam-Status: No, score=-0.8 required=5.0 tests=AWL=0.371, BAYES_00=-1.5,
    EXIM_ACL=-1.2, EXIM_EXP_VAR=-1, RATWARE_GECKO_BUILD=1.691,
    URI_NOVOWEL=0.884 autolearn=no version=3.1.8
Subject: Re: [exim] logs
X-BeenThere: exim-users@???
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: A user list for the exim MTA <exim-users.exim.org>
List-Unsubscribe: <https://lists.exim.org/mailman/options/exim-users>,
    <mailto:exim-users-request@exim.org?subject=unsubscribe>
List-Archive: <https://lists.exim.org/lurker/list/exim-users.html>
List-Post: <mailto:exim-users@exim.org>
List-Help: <mailto:exim-users-request@exim.org?subject=help>
List-Subscribe: <https://lists.exim.org/mailman/listinfo/exim-users>,
    <mailto:exim-users-request@exim.org?subject=subscribe>
X-List-Received-Date: Fri, 04 Jan 2013 10:16:08 -0000


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?