diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 3011043c6..06d71d1bb 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -29,6 +29,36 @@ the "encoding" parameter in the "echo" SSI command.
+
+
+почтовый прокси-сервер разделён на три модуля: pop3, imap и smtp.
+
+
+mail proxy was split on three modules: pop3, imap and smtp.
+
+
+
+
+
+параметры конфигурации --without-mail_pop3_module,
+--without-mail_imap_module и --without-mail_smtp_module.
+
+
+the --without-mail_pop3_module, --without-mail_imap_module,
+and --without-mail_smtp_module configuration parameters.
+
+
+
+
+
+директивы smtp_greeting_delay и smtp_client_buffer модуля ngx_mail_smtp_module.
+
+
+the "smtp_greeting_delay" and "smtp_client_buffer" directives
+of the ngx_mail_smtp_module.
+
+
+
директивы server_name и valid_referers поддерживают регулярные выражения.