mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-23 23:01:34 +00:00
[Dovecot] Ignore app passwords protocol access on SOGo request
This commit is contained in:
@@ -29,7 +29,7 @@ function auth_password_verify(request, password)
|
||||
insecure = true
|
||||
}
|
||||
|
||||
if c ~= 200 then
|
||||
if c ~= 200 and c ~= 401 then
|
||||
dovecot.i_info("HTTP request failed with " .. c .. " for user " .. request.user)
|
||||
return dovecot.auth.PASSDB_RESULT_INTERNAL_FAILURE, "Upstream error"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user