Home
last modified time | relevance | path

Searched refs:NGX_MAIL_AUTH_LOGIN_ENABLED (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_smtp_module.c22 { ngx_string("login"), NGX_MAIL_AUTH_LOGIN_ENABLED },
163 |NGX_MAIL_AUTH_LOGIN_ENABLED)); in ngx_mail_smtp_merge_srv_conf()
H A Dngx_mail_imap_module.c30 { ngx_string("login"), NGX_MAIL_AUTH_LOGIN_ENABLED },
H A Dngx_mail_pop3_module.c147 conf->auth_methods |= NGX_MAIL_AUTH_LOGIN_ENABLED; in ngx_mail_pop3_merge_srv_conf()
H A Dngx_mail.h303 #define NGX_MAIL_AUTH_LOGIN_ENABLED 0x0004 macro