[Dovecot] Fix EAS login and improve logging
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user