Skip to content

Commit f8d3145

Browse files
author
Till Brehm
committed
Merge branch 'special_use' into 'master'
adds special use and xlist See merge request ispconfig/ispconfig3!746
2 parents fc968e2 + 0fa80cc commit f8d3145

File tree

4 files changed

+65
-0
lines changed

4 files changed

+65
-0
lines changed

install/tpl/debian6_dovecot2.conf.master

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,20 @@ protocol lmtp {
6666
postmaster_address = webmaster@localhost
6767
mail_plugins = quota sieve
6868
}
69+
mail_plugins = $mail_plugins quota
70+
imap_capability=+SEPCIAL-USE XLIST
71+
namespace inbox {
72+
inbox = yes
73+
mailbox Drafts {
74+
special_use = \Drafts
75+
}
76+
mailbox Junk {
77+
special_use = \Junk
78+
}
79+
mailbox Sent {
80+
special_use = \Sent
81+
}
82+
mailbox Trash {
83+
special_use = \Trash
84+
}
85+
}

install/tpl/debian_dovecot2.conf.master

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,19 @@ protocol lmtp {
6565
mail_plugins = quota sieve
6666
}
6767
mail_plugins = $mail_plugins quota
68+
imap_capability=+SEPCIAL-USE XLIST
69+
namespace inbox {
70+
inbox = yes
71+
mailbox Drafts {
72+
special_use = \Drafts
73+
}
74+
mailbox Junk {
75+
special_use = \Junk
76+
}
77+
mailbox Sent {
78+
special_use = \Sent
79+
}
80+
mailbox Trash {
81+
special_use = \Trash
82+
}
83+
}

install/tpl/fedora_dovecot2.conf.master

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,19 @@ protocol lmtp {
6262
mail_plugins = quota sieve
6363
}
6464
mail_plugins = $mail_plugins quota
65+
imap_capability=+SEPCIAL-USE XLIST
66+
namespace inbox {
67+
inbox = yes
68+
mailbox Drafts {
69+
special_use = \Drafts
70+
}
71+
mailbox Junk {
72+
special_use = \Junk
73+
}
74+
mailbox Sent {
75+
special_use = \Sent
76+
}
77+
mailbox Trash {
78+
special_use = \Trash
79+
}
80+
}

install/tpl/opensuse_dovecot2.conf.master

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,19 @@ protocol lmtp {
6161
mail_plugins = quota sieve
6262
}
6363
mail_plugins = $mail_plugins quota
64+
imap_capability=+SEPCIAL-USE XLIST
65+
namespace inbox {
66+
inbox = yes
67+
mailbox Drafts {
68+
special_use = \Drafts
69+
}
70+
mailbox Junk {
71+
special_use = \Junk
72+
}
73+
mailbox Sent {
74+
special_use = \Sent
75+
}
76+
mailbox Trash {
77+
special_use = \Trash
78+
}
79+
}

0 commit comments

Comments
 (0)