diff options
author | Igor Sysoev <igor@sysoev.ru> | 2007-09-14 13:58:49 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2007-09-14 13:58:49 +0000 |
commit | 711c36b825d5317cd31a0668f21168c986cd17c2 (patch) | |
tree | 2ce57864e23c1bdb733af0beccffff475440abdc /src/mail/ngx_mail.h | |
parent | 706ab65f5413ab77f8915e870981fbe0b0a47235 (diff) | |
download | nginx-711c36b825d5317cd31a0668f21168c986cd17c2.tar.gz nginx-711c36b825d5317cd31a0668f21168c986cd17c2.zip |
smtp_client_buffer and smtp_greeting_delay
Diffstat (limited to 'src/mail/ngx_mail.h')
-rw-r--r-- | src/mail/ngx_mail.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mail/ngx_mail.h b/src/mail/ngx_mail.h index 1d81e3516..0f5b400cf 100644 --- a/src/mail/ngx_mail.h +++ b/src/mail/ngx_mail.h @@ -75,8 +75,10 @@ typedef struct { typedef struct { ngx_msec_t timeout; + ngx_msec_t smtp_greeting_delay; size_t imap_client_buffer_size; + size_t smtp_client_buffer_size; ngx_uint_t protocol; |