equal
deleted
inserted
replaced
1 .\" $Id$ |
1 .\" $Id$ |
2 .TH vmm.cfg 5 "11. Jun 2008" "Pascal Volk" |
2 .TH vmm.cfg 5 "27. Aug 2008" "Pascal Volk" |
3 .SH NAME |
3 .SH NAME |
4 vmm.cfg \- configuration file for vmm |
4 vmm.cfg \- configuration file for vmm |
5 .SH SYNOPSIS |
5 .SH SYNOPSIS |
6 /usr/local/etc/vmm.cfg |
6 /usr/local/etc/vmm.cfg |
7 .SH DESCRIPTION |
7 .SH DESCRIPTION |
62 name = mailsys |
62 name = mailsys |
63 .\" ----- |
63 .\" ----- |
64 .SH MAILDIR SECTION |
64 .SH MAILDIR SECTION |
65 The \fBmaildir\fP section is used to specify some options for the Maildirs. |
65 The \fBmaildir\fP section is used to specify some options for the Maildirs. |
66 .TP |
66 .TP |
67 \fBfolder\fP (\fIString\fP) |
67 \fBname\fP (\fIString\fP) |
68 Default name of the maildir folder in users home directory. |
68 Default name of the maildir folder in users home directory. |
|
69 .TP |
|
70 \fBfolders\fP (\fIString\fP) |
|
71 A colon separated list of folder names, that should be created. |
|
72 .br |
|
73 If no folders should be created inside the Maildir, set the value of this option |
|
74 to a single colon (':'). |
69 .TP |
75 .TP |
70 \fBmode\fP (\fIInt\fP) |
76 \fBmode\fP (\fIInt\fP) |
71 Access mode for the maildir in decimal (base 10) notation. For example: |
77 Access mode for the maildir in decimal (base 10) notation. For example: |
72 \'drwx------' -> octal 0700 -> decimal 448 |
78 \'drwx------' -> octal 0700 -> decimal 448 |
73 .TP |
79 .TP |
79 Decides if the maildir should be deleted recursive when the account is deleted. |
85 Decides if the maildir should be deleted recursive when the account is deleted. |
80 .TP |
86 .TP |
81 \fBExample\fP: |
87 \fBExample\fP: |
82 [maildir] |
88 [maildir] |
83 .br |
89 .br |
84 folder = Maildir |
90 name = Maildir |
|
91 .br |
|
92 folders = Drafts:Sent:Templates:Trash:INBOX.News |
85 .br |
93 .br |
86 mode = 448 |
94 mode = 448 |
87 .br |
95 .br |
88 diskusage = false |
96 diskusage = false |
89 .br |
97 .br |