mirror of
https://github.com/nginx/nginx.git
synced 2026-08-31 09:06:25 +00:00
fix Auth-Method, the bug has been introduced in r2496
This commit is contained in:
parent
1290cf83af
commit
7b9feda70b
1 changed files with 1 additions and 0 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue