=encoding utf-8 =head1 NAME ngx_mail_pop3_module - Module ngx_mail_pop3_module =head1 Directives =head2 pop3_auth B pop3_auth I> ...> B I B I B I Sets permitted methods of authentication for POP3 clients. Supported methods are: =over =item C LPASS|https://datatracker.ietf.org/doc/html/rfc1939>, L, L =item C L. In order for this method to work, the password must be stored unencrypted. =item C L. In order for this method to work, the password must be stored unencrypted. =item C L (1.11.6). =back Plain text authentication methods (CPASS>, C, and C) are always enabled, though if the C method is not specified, C and C will not be automatically included in L. =head2 pop3_capabilities B pop3_capabilities I> ...> B I B I B I Sets the L extensions list that is passed to the client in response to the C command. The authentication methods specified in the L directive (L extension) and L are automatically added to this list depending on the L directive value. It makes sense to specify the extensions supported by the POP3 backends 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.