Skip to content

Commit 1bce29f

Browse files
committed
older dovecot requires namespace separator
1 parent 75cd4fe commit 1bce29f

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

install/tpl/debian6_dovecot2.conf.master

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ plugin {
109109
imap_capability=+SEPCIAL-USE XLIST
110110
namespace inbox {
111111
inbox = yes
112+
separator = .
112113
mailbox Drafts {
113114
special_use = \Drafts
114115
}

install/tpl/fedora_dovecot2.conf.master

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ plugin {
105105
imap_capability=+SEPCIAL-USE XLIST
106106
namespace inbox {
107107
inbox = yes
108+
separator = .
108109
mailbox Drafts {
109110
special_use = \Drafts
110111
}

install/tpl/opensuse_dovecot2.conf.master

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ plugin {
104104
imap_capability=+SEPCIAL-USE XLIST
105105
namespace inbox {
106106
inbox = yes
107+
separator = .
107108
mailbox Drafts {
108109
special_use = \Drafts
109110
}

0 commit comments

Comments
 (0)