https://bugs.exim.org/show_bug.cgi?id=1832
Bug ID: 1832
Summary: Log reason for disconnection, as returned by remote
host
Product: Exim
Version: 4.86+ HEAD
Hardware: x86-64
OS: Linux
Status: NEW
Severity: wishlist
Priority: medium
Component: Logging
Assignee: nigel@???
Reporter: sander@???
CC: exim-dev@???
Our server was on some internal blacklist, but that was a bit hard to
troubleshoot because the exim logs only showed a disconnect from the remote
host after a HELO.
below the real servername is replaced by <hostname>
=======================
exim log:
2016-05-17 17:04:00 H=mailin.kpnmail.nl [213.75.3.30]: Remote host closed
connection in response to HELO <hostname>
=======================
=======================
telnet:
# telnet 213.75.3.30 25
Trying 213.75.3.30...
Connected to 213.75.3.30.
Escape character is '^]'.
220 cpsps-ews30.kpnxchange.com kpnxchange.com Tue, 17 May 2016 17:06:12 +0200
HELO <hostname>
421 5.5.0 Your IP has been blacklisted. Please contact abuse@??? for more
information.
Connection closed by foreign host.
=======================
It would be nice if exim logged the 421 smtp error as well
--
You are receiving this mail because:
You are on the CC list for the bug.