ngx_mail_pop3_module 模块

Directives

Syntax:

pop3_auth method ...;
   

Default:

pop3_auth plain;
   

Context:

mail, server
   

Sets permitted methods of authentication for POP3 clients. Supported methods are:

plain

USER/PASS, AUTH PLAIN, AUTH LOGIN

apop

APOP. In order for this method to work, the password must be stored unencrypted.

cram-md5

AUTH CRAM-MD5. In order for this method to work, the password must be stored unencrypted.

external

AUTH EXTERNAL (1.11.6).

Plain text authentication methods (USER/PASS, AUTH PLAIN, and AUTH LOGIN) are always enabled, though if the plain method is not specified, AUTH PLAIN and AUTH LOGIN will not be automatically included in pop3_capabilities.

Syntax:

pop3_capabilities extension ...;
   

Default:

pop3_capabilities TOP USER UIDL;
   

Context:

mail, server
   

Sets the POP3 protocol extensions list that is passed to the client in response to the CAPA command. The authentication methods specified in the pop3_auth directive (SASL extension) and STLS are automatically added to this list depending on the starttls 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 www.iana.org.

说说我的看法
全部评论(
没有评论
关于
本网站属于个人的非赢利性网站,转载的文章遵循原作者的版权声明,如果原文没有版权声明,请来信告知:hxstrive@outlook.com
公众号