fix Auth-Method, the bug has been introduced in r2496

This commit is contained in:
Igor Sysoev 2009-04-24 09:54:40 +00:00
parent 1290cf83af
commit 7b9feda70b

View file

@ -137,6 +137,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"),