[Web] mailbox_format maildir
parent
224a5ebd9a
commit
d533c02c13
|
@ -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:';
|
||||
|
|
Loading…
Reference in New Issue