summaryrefslogtreecommitdiff
blob: f9fa335a2410a501736a6bc6bdb7256dc21ed0a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mail_plugins = $mail_plugins acl

protocol imap {
  mail_plugins = $mail_plugins imap_acl
}

plugin {
    acl_defaults_from_inbox = yes
}

# Should saving a mail to a nonexistent mailbox automatically create it?
lda_mailbox_autocreate = yes

# Should automatically created mailboxes be also automatically subscribed?
lda_mailbox_autosubscribe = yes
Powered by cgit v1.2.3 (git 2.41.0)