1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
| [global]
| webserver=apache
| mailserver=postfix
| dnsserver=mydns
|
| [mail]
| module=postfix_mysql
| maildir_path=/var/spool/mail/[domain]/[localpart]/
| homedir_path=/var/spool/mail/[domain]/[localpart]/
| mailuser_uid=5000
| mailuser_gid=5000
|
| [web]
| module=generic
|
| [dns]
| module=generic
|
| [db]
| module=generic
|
| [file]
| module=generic
|
| [vserver]
| module=generic
|
|