Searched refs:NGX_MAIL_AUTH_NONE (Results 1 – 4 of 4) sorted by relevance
517 } else if (s->auth_method == NGX_MAIL_AUTH_NONE) { in ngx_mail_proxy_smtp_handler()574 } else if (s->auth_method == NGX_MAIL_AUTH_NONE) { in ngx_mail_proxy_smtp_handler()602 s->mail_state = (s->auth_method == NGX_MAIL_AUTH_NONE) ? in ngx_mail_proxy_smtp_handler()654 if (s->auth_method == NGX_MAIL_AUTH_NONE) { in ngx_mail_proxy_smtp_handler()
299 #define NGX_MAIL_AUTH_NONE 6 macro
759 s->auth_method = NGX_MAIL_AUTH_NONE; in ngx_mail_smtp_rcpt()
1301 if (s->auth_method == NGX_MAIL_AUTH_NONE) { in ngx_mail_auth_http_create_request()