diff --git a/data/web/autodiscover.php b/data/web/autodiscover.php index e5d159815..c0e69537e 100644 --- a/data/web/autodiscover.php +++ b/data/web/autodiscover.php @@ -165,7 +165,7 @@ catch(PDOException $e) { exit(0); } -// Mailbox not found or not active - return error +// Mailbox not found or not active - return generic error to prevent user enumeration if (empty($MailboxData)) { try { $json = json_encode( @@ -188,7 +188,7 @@ if (empty($MailboxData)) { 600 - Mailbox not found + Invalid Request