equal
deleted
inserted
replaced
14 pass = dbpassword |
14 pass = dbpassword |
15 ; Database name (String) |
15 ; Database name (String) |
16 name = mailsys |
16 name = mailsys |
17 |
17 |
18 # |
18 # |
19 # Maildir folder |
19 # mailbox settings |
20 # |
20 # |
21 [maildir] |
21 [mailbox] |
22 ; Default name of the Maildir folder (String) |
22 ; The mailbox format to be used for user's mailboxes. (String) |
23 name = Maildir |
23 ; Depending on the used Dovecot version there are up to four supported formats: |
24 ; A colon separated list of folder names, that should be created (String) |
24 ; * maildir - since Dovecot v1.0.0 |
|
25 ; * mbox - since Dovecot v1.0.0 |
|
26 ; * dbox - since Dovecot v1.2.0 |
|
27 ; * mdbox - comes with Dovecot v2.0.0 |
|
28 format = maildir |
|
29 ; 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> |
25 ; e.g.: folders = Drafts:Sent:Templates:Trash:Lists.Dovecot:Lists.Postfix |
33 ; e.g.: folders = Drafts:Sent:Templates:Trash:Lists.Dovecot:Lists.Postfix |
26 folders = Drafts:Sent:Templates:Trash |
34 folders = Drafts:Sent:Templates:Trash |
27 |
35 |
28 # |
36 # |
29 # Domain settings |
37 # Domain settings |