[exim] Missing normal message delivery logs

Top Page
Delete this message
Reply to this message
Author: Paul Faure
Date:  
To: 'Exim-Users'
Subject: [exim] Missing normal message delivery logs
Hi All,



I have been trying to debug a delivery problem with a remote SMTP delivery,
but I noticed my logs no longer shows the "=>     normal message delivery"
entries.




This is an example of what I used to see:

2016-02-27 23:44:27 1aZtDW-0004o7-Ua <= xxxxx@???
H=xxxxx.xxxxx.xxxx.com (laptop) [123.456.789.012] P=esmtpsa
X=TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256 A=login_saslauthd_server:xxxxx
S=3137 id=002601d171e2$b45f5830$1d1e0890$@???

2016-02-27 23:44:27 1aZtDW-0004o7-Ua => yyyyyyy@??? R=dnslookup
T=remote_smtp H=mx.yyyyyy.ca [11.22.33.44] C="250 2.5.0 Ok, envelope id
0O380099WQI3R8C0@???"

2016-02-27 23:44:27 1aZtDW-0004o7-Ua Completed



This is all I get now:

2016-03-02 20:07:09 [27626] 1abHjR-0007Ba-1M <= xxxx@??? H=([123.1.2.3])
[123.456.789.012]:28175 I=[1.2.3.4]:465 P=esmtpsa
X=TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256 CV=no A=plain_saslauthd_server:xxxx
S=13321 M8S=8 id=2CA0C8AB-E046-47D6-A63C-D47B999B5E92@??? T="Re: Fwd:
Welcome" from <xxxx@???> for yyyy@??? yyyyy@???



I don't see the "2016-02-27 23:44:27 1aZtDW-0004o7-Ua =>.." Or the
"2016-02-27 23:44:27 1aZtDW-0004o7-Ua Completed", yet for the most part,
delivery of the emails is working just fine (I have one destination domain
which is causing issues.

In order to debug with the remote SMTP server, I need that envelope id and
MX host.



I have tried to enable all the logs I could see:

preserve_message_logs = true (nothing of significance shows up here)

MAIN_LOG_SELECTOR = +all +tls_peerdn +subject +received_sender
+received_recipients +sender_on_delivery +return_path_on_delivery
+smtp_confirmation (adds a log of good stuff, but not what I am looking for)



I am running Version: 4.84-8+deb8u2 from debian 8 now. My previous version
was the latest version from debian 6 squeeze. The configuration files were
largely unchanged with the exception of some port changes for spam testing.



I do see the following entries:

1aZKh4-0004z4-FG == .

1ab40O-0005ES-RC <= .



Many thanks,

Paul