summaryrefslogtreecommitdiffstats
path: root/roles/IMAP/files/etc/dovecot/conf.d
diff options
context:
space:
mode:
Diffstat (limited to 'roles/IMAP/files/etc/dovecot/conf.d')
-rw-r--r--roles/IMAP/files/etc/dovecot/conf.d/10-mail.conf3
-rw-r--r--roles/IMAP/files/etc/dovecot/conf.d/15-mailboxes.conf8
-rw-r--r--roles/IMAP/files/etc/dovecot/conf.d/90-plugin.conf4
3 files changed, 8 insertions, 7 deletions
diff --git a/roles/IMAP/files/etc/dovecot/conf.d/10-mail.conf b/roles/IMAP/files/etc/dovecot/conf.d/10-mail.conf
index 2c5f34f..9c24645 100644
--- a/roles/IMAP/files/etc/dovecot/conf.d/10-mail.conf
+++ b/roles/IMAP/files/etc/dovecot/conf.d/10-mail.conf
@@ -81,8 +81,9 @@ namespace virtual {
prefix = virtual/
separator = /
location = virtual:/etc/dovecot/virtual:INDEX=~/virtual
- list = no
+ list = yes
hidden = no
+ subscriptions = no
}
# Example shared namespace configuration
diff --git a/roles/IMAP/files/etc/dovecot/conf.d/15-mailboxes.conf b/roles/IMAP/files/etc/dovecot/conf.d/15-mailboxes.conf
index e110f28..6aa5c22 100644
--- a/roles/IMAP/files/etc/dovecot/conf.d/15-mailboxes.conf
+++ b/roles/IMAP/files/etc/dovecot/conf.d/15-mailboxes.conf
@@ -16,19 +16,19 @@ namespace inbox {
#}
# These mailboxes are widely used and could perhaps be created automatically:
- mailbox TRASH {
+ mailbox Trash {
auto = create
special_use = \Trash
}
- mailbox DRAFTS {
+ mailbox Drafts {
auto = create
special_use = \Drafts
}
- mailbox SENT {
+ mailbox Sent {
auto = subscribe
special_use = \Sent
}
- mailbox SPAM {
+ mailbox Junk {
auto = create
special_use = \Junk
}
diff --git a/roles/IMAP/files/etc/dovecot/conf.d/90-plugin.conf b/roles/IMAP/files/etc/dovecot/conf.d/90-plugin.conf
index 6e60f0f..aed06c0 100644
--- a/roles/IMAP/files/etc/dovecot/conf.d/90-plugin.conf
+++ b/roles/IMAP/files/etc/dovecot/conf.d/90-plugin.conf
@@ -9,9 +9,9 @@
plugin {
antispam_backend = spool2dir
- antispam_trash = TRASH
+ antispam_trash = Trash
antispam_unsure_pattern_ignorecase = MailTrain;MailTrain/*
- antispam_spam = SPAM
+ antispam_spam = Junk
# The first %%lu is replaced by the current time.
# The second %%lu is replaced by a counter to generate unique names.