From ee9d43a08eab4c21c038b502215429143b12b13f Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sat, 13 Nov 2010 16:44:18 +0000 Subject: Add client IP address to log line. --- common/smtppass.c | 1 + 1 file changed, 1 insertion(+) diff --git a/common/smtppass.c b/common/smtppass.c index aff8811..73600fd 100644 --- a/common/smtppass.c +++ b/common/smtppass.c @@ -723,6 +723,7 @@ static void cleanup_context(spctx_t* ctx) } ctx->logline[0] = 0; + sp_add_log(ctx, "client=", ctx->client.peername); } -- cgit v1.2.3