comparison src/mail/ngx_mail.h @ 2497:1ab9cef4ff6c

send HELO/EHLO after XCLIENT patch by Maxim Dounin
author Igor Sysoev <igor@sysoev.ru>
date Tue, 10 Feb 2009 15:19:45 +0000
parents a59b26eee816
children a96a8c916b0c
comparison
equal deleted inserted replaced
2496:9081bbdccda1 2497:1ab9cef4ff6c
138 ngx_smtp_helo, 138 ngx_smtp_helo,
139 ngx_smtp_helo_xclient, 139 ngx_smtp_helo_xclient,
140 ngx_smtp_helo_from, 140 ngx_smtp_helo_from,
141 ngx_smtp_xclient, 141 ngx_smtp_xclient,
142 ngx_smtp_xclient_from, 142 ngx_smtp_xclient_from,
143 ngx_smtp_xclient_helo,
143 ngx_smtp_from, 144 ngx_smtp_from,
144 ngx_smtp_to 145 ngx_smtp_to
145 } ngx_smtp_state_e; 146 } ngx_smtp_state_e;
146 147
147 148