diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2013-12-15 23:49:38 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:51:27 +0200 |
commit | e4c74a8f95ea5a77e4d65b9b0952ff48a0564161 (patch) | |
tree | c4558514a4740631a7a0110e2f1e8aab1b80b03c /roles/IMAP/files/etc/dovecot/conf.d/90-plugin.conf | |
parent | 7fe517c328906d0f962c3dc33d7bc773f2348bb4 (diff) |
Make the virtual mailboxes visible under RoundCube.
RoundCubes lists subscribed mailboxes only (determined using
LIST-EXTENDED by default); also, it seems to ignore new subscriptions to
mailboxes not listed by the LIST command.
Diffstat (limited to 'roles/IMAP/files/etc/dovecot/conf.d/90-plugin.conf')
-rw-r--r-- | roles/IMAP/files/etc/dovecot/conf.d/90-plugin.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ -1,21 +1,21 @@ ## ## Plugin settings ## # All wanted plugins must be listed in mail_plugins setting before any of the # settings take effect. See <doc/wiki/Plugins.txt> for list of plugins and # their configuration. Note that %variable expansion is done for all values. 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. # These two tokens MUST be present in the template! antispam_spool2dir_spam = /home/mail/spamspool/%u-%%10lu-%%06lu.spam antispam_spool2dir_notspam = /home/mail/spamspool/%u-%%10lu-%%06lu.ham } |