# HG changeset patch # User Sergey Kandaurov # Date 1391866962 -14400 # Node ID 71e6daffa4dced1d21c21340c320d071c33c8d92 # Parent 0c5f8630fe40abbe055ecafa4a2d58e6586cc88b Documented behavior in the absence of the "server_name" directive. diff --git a/xml/en/docs/mail/ngx_mail_core_module.xml b/xml/en/docs/mail/ngx_mail_core_module.xml --- a/xml/en/docs/mail/ngx_mail_core_module.xml +++ b/xml/en/docs/mail/ngx_mail_core_module.xml @@ -284,7 +284,10 @@ is turned on. + + +If the directive is not specified, the machine’s hostname is used. diff --git a/xml/ru/docs/mail/ngx_mail_core_module.xml b/xml/ru/docs/mail/ngx_mail_core_module.xml --- a/xml/ru/docs/mail/ngx_mail_core_module.xml +++ b/xml/ru/docs/mail/ngx_mail_core_module.xml @@ -283,7 +283,10 @@ resolver_timeout 5s; + + +Если директива не указана, используется имя хоста (hostname) машины.