equal
deleted
inserted
replaced
1 .TH vmm.cfg 5 "08 Dec 2008" "Pascal Volk" |
1 .TH vmm.cfg 5 "17 Aug 2009" "Pascal Volk" |
2 .SH NAME |
2 .SH NAME |
3 vmm.cfg \- configuration file for vmm |
3 vmm.cfg \- configuration file for vmm |
4 .SH SYNOPSIS |
4 .SH SYNOPSIS |
5 vmm.cfg |
5 vmm.cfg |
6 .SH DESCRIPTION |
6 .SH DESCRIPTION |
125 Decides if users can login via pop3 by default. |
125 Decides if users can login via pop3 by default. |
126 .TP |
126 .TP |
127 \fBimap\fP (\fIBoolean\fP) |
127 \fBimap\fP (\fIBoolean\fP) |
128 Decides if users can login via imap by default. |
128 Decides if users can login via imap by default. |
129 .TP |
129 .TP |
130 \fBmanagesieve\fP (\fIBoolean\fP) |
130 \fBsieve\fP (\fIBoolean\fP) |
131 Decides if users can login via managesieve by default. |
131 Decides if users can login via managesieve by default. |
132 .TP |
132 .TP |
133 \fBExample\fP: |
133 \fBExample\fP: |
134 [services] |
134 [services] |
135 .br |
135 .br |
137 .br |
137 .br |
138 pop3 = true |
138 pop3 = true |
139 .br |
139 .br |
140 imap = false |
140 imap = false |
141 .br |
141 .br |
142 managesieve = false |
142 sieve = false |
143 .\" ----- |
143 .\" ----- |
144 .SH DOMDIR SECTION |
144 .SH DOMDIR SECTION |
145 The \fBdomdir\fP section is used to specify options for the directories of the |
145 The \fBdomdir\fP section is used to specify options for the directories of the |
146 domains. |
146 domains. |
147 .TP |
147 .TP |
206 Force deletion of accounts and aliases when a domain is deleted. |
206 Force deletion of accounts and aliases when a domain is deleted. |
207 .TP |
207 .TP |
208 \fBtransport\fP (\fIString\fP) |
208 \fBtransport\fP (\fIString\fP) |
209 Default transport for domains and accounts. |
209 Default transport for domains and accounts. |
210 .TP |
210 .TP |
|
211 \fBdovecotvers\fP (\fIInt\fP) |
|
212 The concatenated major and minor version number of the currently used Dovecot |
|
213 version. (see: dovecot --version). |
|
214 .br |
|
215 This option affects various database operations. There are some differences |
|
216 between Dovecot v1.1.x and v1.2.x. For example, when the command \fBdovecot |
|
217 --version\fP shows \fB1.1\fP.18, set the value of this option to \fB11\fP. |
|
218 .TP |
211 \fBExample\fP: |
219 \fBExample\fP: |
212 [misc] |
220 [misc] |
213 .br |
221 .br |
214 passwdscheme = CRAM-MD5 |
222 passwdscheme = CRAM-MD5 |
215 .br |
223 .br |
216 gid_mail = 8 |
224 gid_mail = 8 |
217 .br |
225 .br |
218 forcedel = false |
226 forcedel = false |
219 .br |
227 .br |
220 transport = dovecot: |
228 transport = dovecot: |
|
229 .br |
|
230 dovecotvers = 11 |
221 .\" ----- |
231 .\" ----- |
222 .SH CONFIG SECTION |
232 .SH CONFIG SECTION |
223 The \fBconfig\fP section is a internal used control section. |
233 The \fBconfig\fP section is a internal used control section. |
224 .TP |
234 .TP |
225 \fBdone\fP (\fIBoolean\fP) |
235 \fBdone\fP (\fIBoolean\fP) |