From c43beec76f16a9bf8e050b4872b0cc3b692c7db0 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 10 Feb 2009 15:19:45 +0000 Subject: send HELO/EHLO after XCLIENT patch by Maxim Dounin --- src/mail/ngx_mail.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mail/ngx_mail.h') 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; -- cgit