# HG changeset patch # User Igor Sysoev # Date 1240566880 0 # Node ID 2477b28eaccbdddc13529c83a9a30005f2223aa9 # Parent ee5de4f120f427fdbd003b5de497bbd3f0022d3e fix Auth-Method, the bug has been introduced in r2496 diff --git a/src/mail/ngx_mail_auth_http_module.c b/src/mail/ngx_mail_auth_http_module.c --- a/src/mail/ngx_mail_auth_http_module.c +++ b/src/mail/ngx_mail_auth_http_module.c @@ -139,6 +139,7 @@ ngx_module_t ngx_mail_auth_http_module static ngx_str_t ngx_mail_auth_http_method[] = { ngx_string("plain"), ngx_string("plain"), + ngx_string("plain"), ngx_string("apop"), ngx_string("cram-md5"), ngx_string("none")