[Dovecot] Fix EAS login and improve logging

This commit is contained in:
FreddleSpl0it
2025-04-15 10:49:56 +02:00
parent 766c5e8580
commit c4d0f35008
2 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ if ($isSOGoRequest) {
}
if ($result === false){
// If it's a SOGo Request, don't check for protocol access
$service = (isSOGoRequest) ? false : array($post['service'] => true);
$service = ($isSOGoRequest) ? false : array($post['service'] => true);
$result = apppass_login($post['username'], $post['password'], $service, array(
'is_internal' => true,
'remote_addr' => $post['real_rip']