From d4bc99626fbce6099f0483501e3dcc51ad4bbb29 Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Fri, 21 Apr 2023 10:29:28 +0200 Subject: [PATCH] Ensure we log rport --- core/nginx/proxy.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/core/nginx/proxy.conf b/core/nginx/proxy.conf index 36d07322..29c4bd32 100644 --- a/core/nginx/proxy.conf +++ b/core/nginx/proxy.conf @@ -4,6 +4,7 @@ log_path = /dev/stderr auth_verbose=yes mail_debug=yes +login_log_format_elements = user=<%u> method=%m rip=%r rport=%b lip=%l lport=%a mpid=%e %c protocols = sieve postmaster_address = {{ POSTMASTER }}@{{ DOMAIN }} hostname = {{ HOSTNAMES.split(",")[0] }}