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
| [global]
| webserver=apache
| mailserver=exim
| dnsserver=mydns
|
| [mail]
| module=exim_mysql
| maildir_path=/var/spool/mail/[domain]/[localpart]
| mailuser_uid=0
| mailuser_gid=0
|
| [web]
| module=generic
|
| [dns]
| module=generic
|
| [db]
| module=generic
|
| [file]
| module=generic
|
| [vserver]
| module=generic
|
|