From 32f0912fd6df69808bc25f012ce7694243025a35 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 2 Nov 2010 15:47:38 +0000 Subject: Track client authentication correctly. --- common/smtppass.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/smtppass.h') diff --git a/common/smtppass.h b/common/smtppass.h index 8c2a6cf..0fbe458 100644 --- a/common/smtppass.h +++ b/common/smtppass.h @@ -134,6 +134,7 @@ typedef struct spctx char* recipients; /* The email of the recipients */ char* xforwardaddr; /* The IP address proxied for */ char* xforwardhelo; /* The HELO/EHLO proxied for */ + int authenticated; /* Whether the client authenticated successfully */ int _crlf; /* Private data */ } -- cgit v1.2.3