equal
deleted
inserted
replaced
18 # |
18 # |
19 # mailbox settings |
19 # mailbox settings |
20 # |
20 # |
21 [mailbox] |
21 [mailbox] |
22 ; The mailbox format to be used for user's mailboxes. (String) |
22 ; The mailbox format to be used for user's mailboxes. (String) |
23 ; Depending on the used Dovecot version there are up to four supported formats: |
23 ; Depending on the used Dovecot version there are up to 3 supported formats: |
24 ; * maildir - since Dovecot v1.0.0 |
24 ; * maildir - since Dovecot v1.0.0 |
25 ; * mbox - since Dovecot v1.0.0 |
25 ; * mdbox - since Dovecot v2.0.beta1 |
26 ; * dbox - since Dovecot v1.2.0 |
26 ; * sdbox - since Dovecot v2.0.rc3 |
27 ; * mdbox - comes with Dovecot v2.0.0 |
|
28 format = maildir |
27 format = maildir |
29 ; A colon separated list of mailbox names, that should be created (String) |
28 ; A colon separated list of mailbox names, that should be created (String) |
30 ; Works currently only if the format is either 'maildir' or 'mbox' . For |
|
31 ; other formats use Dovecot's Autocreate plugin: |
|
32 ; <http://wiki.dovecot.org/Plugins/Autocreate> |
|
33 ; e.g.: folders = Drafts:Sent:Templates:Trash:Lists.Dovecot:Lists.Postfix |
29 ; e.g.: folders = Drafts:Sent:Templates:Trash:Lists.Dovecot:Lists.Postfix |
34 folders = Drafts:Sent:Templates:Trash |
30 folders = Drafts:Sent:Templates:Trash |
|
31 ; Name of the mailbox root directory in a user's home. (String) |
|
32 ; Usually used names (format: name): |
|
33 ; * maildir: Maildir |
|
34 ; * mdbox: mdbox |
|
35 ; * sdbox: sdbox |
|
36 root = Maildir |
35 |
37 |
36 # |
38 # |
37 # Domain settings |
39 # Domain settings |
38 # |
40 # |
39 [domain] |
41 [domain] |