1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-02-21 11:48:48 +00:00

Merge pull request #7022 from mailcow/feat/eas-dav-access

[Web] Allow admins to limit EAS and DAV access for mailbox users
This commit is contained in:
FreddleSpl0it
2026-01-28 09:54:47 +01:00
committed by GitHub
16 changed files with 111 additions and 57 deletions

View File

@@ -217,6 +217,12 @@ $MAILBOX_DEFAULT_ATTRIBUTES['smtp_access'] = true;
// Mailbox has sieve access by default
$MAILBOX_DEFAULT_ATTRIBUTES['sieve_access'] = true;
// Mailbox has ActiveSync/EAS access by default
$MAILBOX_DEFAULT_ATTRIBUTES['eas_access'] = true;
// Mailbox has CalDAV/CardDAV (DAV) access by default
$MAILBOX_DEFAULT_ATTRIBUTES['dav_access'] = true;
// Mailbox receives notifications about...
// "add_header" - mail that was put into the Junk folder
// "reject" - mail that was rejected