# HG changeset patch # User Yaroslav Zhuravlev # Date 1518518855 -10800 # Node ID 3d2c4bb34e8228959c5c56b5c983a872d51e58dd # Parent d7f34859645b8ad7041a45b2ceadcda96a548cc0 Documented smtp_client_buffer and smtp_greeting_delay directives. diff --git a/xml/en/docs/mail/ngx_mail_smtp_module.xml b/xml/en/docs/mail/ngx_mail_smtp_module.xml --- a/xml/en/docs/mail/ngx_mail_smtp_module.xml +++ b/xml/en/docs/mail/ngx_mail_smtp_module.xml @@ -10,7 +10,7 @@ + rev="6">
@@ -90,6 +90,36 @@ The current list of standardized extensi + + +size +4k|8k +mail +server + + +Sets the size of the buffer used for reading SMTP commands. +By default, the buffer size is equal to one memory page. +This is either 4K or 8K, depending on a platform. + + + + + + +time +0 +mail +server + + +Allows setting a delay before sending an SMTP greeting +in order to reject clients who fail to wait for the greeting before +sending SMTP commands. + + + +
diff --git a/xml/ru/docs/mail/ngx_mail_smtp_module.xml b/xml/ru/docs/mail/ngx_mail_smtp_module.xml --- a/xml/ru/docs/mail/ngx_mail_smtp_module.xml +++ b/xml/ru/docs/mail/ngx_mail_smtp_module.xml @@ -10,7 +10,7 @@ + rev="6">
@@ -91,6 +91,36 @@ SMTP-клиентов. + + +размер +4k|8k +mail +server + + +Задаёт размер буфера для чтения SMTP-команд. +По умолчанию размер одного буфера равен размеру страницы. +В зависимости от платформы это или 4K, или 8K. + + + + + + +время +0 +mail +server + + +Позволяет задать задержку перед отправкой SMTP-приветствия, +чтобы отклонить клиентов, не дожидающихся приветствия до +начала отправки SMTP-команд. + + + +