aboutsummaryrefslogtreecommitdiff
path: root/src/mail/ngx_mail.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-02-10 15:19:45 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-02-10 15:19:45 +0000
commitc43beec76f16a9bf8e050b4872b0cc3b692c7db0 (patch)
tree84ee8c9c70447b55cfee32d164351776d987eced /src/mail/ngx_mail.h
parent2c33648e52a6f355b426e617dd3fc577961c5193 (diff)
downloadnginx-c43beec76f16a9bf8e050b4872b0cc3b692c7db0.tar.gz
nginx-c43beec76f16a9bf8e050b4872b0cc3b692c7db0.zip
send HELO/EHLO after XCLIENT
patch by Maxim Dounin
Diffstat (limited to 'src/mail/ngx_mail.h')
-rw-r--r--src/mail/ngx_mail.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mail/ngx_mail.h b/src/mail/ngx_mail.h
index f813911c6..81969c9e0 100644
--- a/src/mail/ngx_mail.h
+++ b/src/mail/ngx_mail.h
@@ -140,6 +140,7 @@ typedef enum {
ngx_smtp_helo_from,
ngx_smtp_xclient,
ngx_smtp_xclient_from,
+ ngx_smtp_xclient_helo,
ngx_smtp_from,
ngx_smtp_to
} ngx_smtp_state_e;