On 8 Oct 2020, at 15:34, Cyborg via Exim-users <[email protected]> wrote: > @Devs: Maybe a nice FR to put a "421 client aborted connection from ip > x.x.x.x." in the logs.
...but if the client never managed to actually connect to Exim, there is nothing to log. You can already add the log selector "smtp_connection" to log the start & end of a session. At $workplace we use: log_selector = +smtp_syntax_error +smtp_protocol_error +incoming_interface +subject +pid +queue_time +queue_time_overall +smtp_connection Graeme -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
