summaryrefslogtreecommitdiff
path: root/common/smtppass.h
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2010-11-02 15:47:38 +0000
committerStef Walter <stef@thewalter.net>2011-01-23 15:47:45 -0600
commit32f0912fd6df69808bc25f012ce7694243025a35 (patch)
tree38b8cf22d612d6f6ed85beb4ba57a28619ed96ed /common/smtppass.h
parent5e0d08fd4309e37120ec851bfc2c2cb06c776964 (diff)
Track client authentication correctly.
Diffstat (limited to 'common/smtppass.h')
-rw-r--r--common/smtppass.h1
1 files changed, 1 insertions, 0 deletions
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 */
}