All,

I am getting emails that are seemingly dropped from the inbound processing.  I noticed these as I am an eBay user and my normal emails were not making it to me.  The only entries in my logs are:

 

2017-04-02 11:40:04 SMTP connection from [66.211.185.191]:37674 I=[10.10.0.150]:25 (TCP/IP connection count

= 1)

2017-04-02 11:40:06 1cukQ1-000LOe-I1 DKIM: d=ebay.com s=dkim1k c=relaxed/relaxed a=rsa-sha1 t=1491101151 [ve

rification succeeded]

2017-04-02 11:40:07 1cukQ1-000LOe-I1 H=mxphxpool1088.ebay.com [66.211.185.191]:37674 I=[10.10.0.150]:25 Warn

ing: spam-score-int: 29 (++). spamreject: 200.

 

That is from mainlog.  No entries in rejectlog or paniclog.  I have this set for logging in my exim.conf:

 

log_selector = +address_rewrite +all_parents +arguments +connection_reject +delay_delivery +delivery_size +d

nslist_defer +incoming_interface +incoming_port +lost_incoming_connection +queue_run +received_sender +recei

ved_recipients +retry_defer +sender_on_delivery +size_reject +skip_delivery +smtp_confirmation +smtp_connect

ion +smtp_protocol_error +smtp_syntax_error +subject +tls_cipher +tls_peerdn

 

Unfortunately my logs look no more verbose than ever (I noted this previously with another issue, cannot seem to get more verbose logging – maybe some help there too).  Perhaps the string is wrong somewhere.

 

exigrep tells me:

 

root@svr6:/var/log/exim # exigrep 1cukQ1-000LOe-I1 ./*

+++ 1cukQ1-000LOe-I1 has not completed +++

2017-04-02 11:40:06 1cukQ1-000LOe-I1 DKIM: d=ebay.com s=dkim1k c=relaxed/relaxed a=rsa-sha1 t=1491101151 [verification succeeded]

2017-04-02 11:40:07 1cukQ1-000LOe-I1 H=mxphxpool1088.ebay.com [66.211.185.191]:37674 I=[10.10.0.150]:25 Warning: spam-score-int: 29 (++). spamreject: 200.

 

I am finding the messages in /var/spool/exim/input, the above message is a file called ‘1cukQ1-000LOe-I1-D’.

 

If it matters in this case I am running FreeBSD.

 

Thx for any help.

 

Helmut