NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Commit

[Web] mailbox_format maildir

d533c02c
andryyy <[email protected]> 8 years ago
data/web/inc/vars.inc.php | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Diff

diff --git a/data/web/inc/vars.inc.php b/data/web/inc/vars.inc.php
index 5164333a..14ead835 100644
--- a/data/web/inc/vars.inc.php
+++ b/data/web/inc/vars.inc.php
@@ -143,5 +143,6 @@ $MAILBOX_DEFAULT_ATTRIBUTES['force_pw_update'] = false;
 // Force password change on next login (only allows login to mailcow UI)
 $MAILBOX_DEFAULT_ATTRIBUTES['sogo_access'] = true;
 
-// Default mailbox format, should not be changed, keep the trailing ":"
-$MAILBOX_DEFAULT_ATTRIBUTES['mailbox_format'] = 'mdbox:';
+// Default mailbox format, should not be changed unless you know exactly, what you do, keep the trailing ":"
+// Check dovecot.conf for further changes (e.g. shared namespace)
+$MAILBOX_DEFAULT_ATTRIBUTES['mailbox_format'] = 'maildir:';