[exim-dev] [Bug 2675] New: Deferred log lines does not conta…

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 2675] New: Deferred log lines does not contain interface information
https://bugs.exim.org/show_bug.cgi?id=2675

            Bug ID: 2675
           Summary: Deferred log lines does not contain interface
                    information
           Product: Exim
           Version: 4.93
          Hardware: x86-64
                OS: Linux
            Status: NEW
          Severity: bug
          Priority: medium
         Component: Logging
          Assignee: unallocated@???
          Reporter: jori.hamalainen@???
                CC: exim-dev@???


I've set up following logging selectors and in successful messages log lines
are with interface-ip information as I=[x.y.z.w]

incoming_interface           local interface on <= and => lines
outgoing_interface           local interface on => lines


And documentation also states that selectors are on "=>"-lines.

--

However I'd expect that deferred "==" lines would also have I=[...]
information, because for example on smtp_transport interface=x selection the
timeout might be due to wrong selection of interface. Also I don't know if on
'**' bounced the interface I=[] is written to log line. But I think it should.

2020-11-19 13:00:02 1kfPno-000C6V-Mx H=a.b.c.d [a.b.c.d]: SMTP error from
remote mail server after MAIL FROM:<xxx@???>: 421 Auth failed or Service not
available,Transmission closed!
2020-11-19 13:00:02 1kfPno-000C6V-Mx == bbbb@??? <bbbb@???>
R=static_route T=remote_smtp defer (-45) H=e.f.g.h [e.f.g.h]: SMTP error from
remote mail server after MAIL FROM:<+xxx/TYPE=PLMN@???>: 421 Auth failed or
Service not available,Transmission closed!

--

I am unsure if this is bug or wishlist, I considered as bug because log
selectors really should take into account all SMTP transaction behaviour also
== and ** -cases..

# exim -bV
Exim version 4.93 #29 built 08-Jan-2020 12:48:15

--
You are receiving this mail because:
You are on the CC list for the bug.