=encoding utf-8 =head1 NAME ngx_mail_smtp_module - Module ngx_mail_smtp_module =head1 Directives =head2 smtp_auth B smtp_auth I> ...> B I B I B I Sets permitted methods of L for SMTP clients. Supported methods are: =over =item C L =item C L =item C L. In order for this method to work, the password must be stored unencrypted. =item C L (1.11.6). =item C Authentication is not required. =back Plain text authentication methods (C and C) are always enabled, though if the C and C methods are not specified, C and C will not be automatically included in L. =head2 smtp_capabilities B smtp_capabilities I> ...> B I B I Sets the SMTP protocol extensions list that is passed to the client in response to the C command. The authentication methods specified in the L directive and L are automatically added to this list depending on the L directive value. It makes sense to specify the extensions supported by the MTA to which the clients are proxied (if these extensions are related to commands used after the authentication, when nginx transparently proxies the client connection to the backend). The current list of standardized extensions is published at L. =head2 smtp_client_buffer B smtp_client_buffer I>> B I<4kE8k> B I B I Sets the I> 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. =head2 smtp_greeting_delay B smtp_greeting_delay I>> B I<0> B I B I 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.