Home
last modified time | relevance | path

Searched refs:NGX_MAIL_AUTH_NONE_ENABLED (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_smtp_module.c25 { ngx_string("none"), NGX_MAIL_AUTH_NONE_ENABLED },
H A Dngx_mail.h307 #define NGX_MAIL_AUTH_NONE_ENABLED 0x0040 macro
H A Dngx_mail_smtp_handler.c684 if (!(sscf->auth_methods & NGX_MAIL_AUTH_NONE_ENABLED)) { in ngx_mail_smtp_mail()