equal
deleted
inserted
replaced
5 -------------------------- |
5 -------------------------- |
6 configuration file for vmm |
6 configuration file for vmm |
7 -------------------------- |
7 -------------------------- |
8 |
8 |
9 :Author: Pascal Volk <neverseen@users.sourceforge.net> |
9 :Author: Pascal Volk <neverseen@users.sourceforge.net> |
10 :Date: 2010-01-30 |
10 :Date: 2010-02-01 |
11 :Version: vmm-0.6.0 |
11 :Version: vmm-0.6.0 |
12 :Manual group: vmm Manual |
12 :Manual group: vmm Manual |
13 :Manual section: 5 |
13 :Manual section: 5 |
14 |
14 |
15 .. contents:: |
15 .. contents:: |
56 A minimal *vmm.cfg* would be:: |
56 A minimal *vmm.cfg* would be:: |
57 |
57 |
58 [database] |
58 [database] |
59 user = me |
59 user = me |
60 pass = xxxxxxxx |
60 pass = xxxxxxxx |
61 |
|
62 [config] |
|
63 done = true |
|
64 |
61 |
65 |
62 |
66 SEARCH ORDER |
63 SEARCH ORDER |
67 ------------- |
64 ------------- |
68 By default |vmm(1)|_ looks for *vmm.cfg* in the following directories in the |
65 By default |vmm(1)|_ looks for *vmm.cfg* in the following directories in the |
193 dovecotpw = /usr/sbin/dovecotpw |
190 dovecotpw = /usr/sbin/dovecotpw |
194 du = /usr/bin/du |
191 du = /usr/bin/du |
195 postconf = /usr/sbin/postconf |
192 postconf = /usr/sbin/postconf |
196 |
193 |
197 |
194 |
198 CONFIG |
|
199 ------ |
|
200 The **config** section is an internal used control section. |
|
201 |
|
202 .. _config.done: |
|
203 |
|
204 ``done (default: false)`` : *Boolean* |
|
205 This option is set to *false* when |vmm(1)|_ is installed for the first |
|
206 time. When you edit *vmm.cfg*, set this option to *true*. This option is |
|
207 also set to *true* when you configure |vmm(1)|_ with the command |vmm |
|
208 configure|_. |
|
209 |
|
210 If this option is set to *false*, |vmm(1)|_ will start in the interactive |
|
211 configurations mode. |
|
212 |
|
213 Example:: |
|
214 |
|
215 [config] |
|
216 done = true |
|
217 |
|
218 |
|
219 DATABASE |
195 DATABASE |
220 -------- |
196 -------- |
221 The **database** section is used to specify some options required to |
197 The **database** section is used to specify some options required to |
222 connect to the database. |
198 connect to the database. |
223 |
199 |