From e4d23b7887903b2aebcab51a5c5a8e7a5f17457f Mon Sep 17 00:00:00 2001 From: andryyy Date: Tue, 7 Dec 2021 13:56:56 +0100 Subject: [PATCH] [Web] Add default sieve accessq --- data/web/inc/vars.inc.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/web/inc/vars.inc.php b/data/web/inc/vars.inc.php index 91d2145d..94d32df9 100644 --- a/data/web/inc/vars.inc.php +++ b/data/web/inc/vars.inc.php @@ -175,6 +175,9 @@ $MAILBOX_DEFAULT_ATTRIBUTES['pop3_access'] = true; // Mailbox has SMTP access by default $MAILBOX_DEFAULT_ATTRIBUTES['smtp_access'] = true; +// Mailbox has sieve access by default +$MAILBOX_DEFAULT_ATTRIBUTES['sieve_access'] = true; + // Mailbox receives notifications about... // "add_header" - mail that was put into the Junk folder // "reject" - mail that was rejected