Werk #16636: check_mailboxes: fix issue with EWS distinguished folder
Komponente | Checks & agents | ||||||
Titel | check_mailboxes: fix issue with EWS distinguished folder | ||||||
Datum | 15.05.2024 | ||||||
Level | Kleine Änderung | ||||||
Klasse | Bugfix | ||||||
Kompatibilität | Kompatibel - benötigt kein manuelles Eingreifen | ||||||
Checkmk versions & editions |
|
The active check "check_mailboxes" could fail with a KeyError: 'folders'
when trying to retrieve an exchange mailbox's folders via the EWS protocol.
With this werk the used library exchangelib
is updated to v5.4.0, which prevents the underlying issue in retrieving certain exchange folders.