|
44 | 44 | $conf['cron_tab'] = '/var/spool/cron/root'; |
45 | 45 | $conf['pam'] = '/etc/pam.d'; |
46 | 46 |
|
| 47 | +//* Services provided by this server, this selection will be overridden by the expert mode |
| 48 | +$conf['services']['mail'] = true; |
| 49 | +$conf['services']['web'] = true; |
| 50 | +$conf['services']['dns'] = true; |
| 51 | +$conf['services']['file'] = true; |
| 52 | +$conf['services']['db'] = true; |
| 53 | +$conf['services']['vserver'] = true; |
| 54 | + |
47 | 55 | //* MySQL |
| 56 | +$conf['mysql']['installed'] = false; // will be detected automatically during installation |
48 | 57 | $conf['mysql']['init_script'] = 'mysqld'; |
49 | 58 | $conf['mysql']['host'] = 'localhost'; |
50 | 59 | $conf['mysql']['ip'] = '127.0.0.1'; |
|
64 | 73 | $conf['mysql']['master_ispconfig_password'] = md5 (uniqid (rand())); |
65 | 74 |
|
66 | 75 | //* Apache |
| 76 | +$conf['apache']['installed'] = false; // will be detected automatically during installation |
67 | 77 | $conf['apache']['user'] = 'apache'; |
68 | 78 | $conf['apache']['group'] = 'apache'; |
69 | 79 | $conf['apache']['init_script'] = 'httpd'; |
|
73 | 83 | $conf['apache']['vhost_port'] = '8080'; |
74 | 84 |
|
75 | 85 | //* Postfix |
| 86 | +$conf['postfix']['installed'] = false; // will be detected automatically during installation |
76 | 87 | $conf['postfix']['config_dir'] = '/etc/postfix'; |
77 | 88 | $conf['postfix']['init_script'] = 'postfix'; |
78 | 89 | $conf['postfix']['user'] = 'postfix'; |
|
81 | 92 | $conf['postfix']['vmail_username'] = 'vmail'; |
82 | 93 | $conf['postfix']['vmail_groupid'] = '5000'; |
83 | 94 | $conf['postfix']['vmail_groupname'] = 'vmail'; |
84 | | -$conf['postfix']['vmail_mailbox_base'] = '/home/vmail'; |
| 95 | +$conf['postfix']['vmail_mailbox_base'] = '/var/vmail'; |
85 | 96 |
|
86 | 97 | //* Getmail |
| 98 | +$conf['getmail']['installed'] = false; // will be detected automatically during installation |
87 | 99 | $conf['getmail']['config_dir'] = '/etc/getmail'; |
88 | 100 | $conf['getmail']['program'] = '/usr/bin/getmail'; |
89 | 101 |
|
90 | 102 | //* Courier |
| 103 | +$conf['courier']['installed'] = false; // will be detected automatically during installation |
91 | 104 | $conf['courier']['config_dir'] = '/etc/authlib'; |
92 | 105 | $conf['courier']['courier-authdaemon'] = 'courier-authlib'; |
93 | 106 | $conf['courier']['courier-imap'] = 'courier-imap'; |
|
96 | 109 | $conf['courier']['courier-pop-ssl'] = ''; |
97 | 110 |
|
98 | 111 | //* SASL |
| 112 | +$conf['saslauthd']['installed'] = false; // will be detected automatically during installation |
99 | 113 | $conf['saslauthd']['config'] = '/etc/sysconfig/saslauthd'; |
100 | 114 | $conf['saslauthd']['init_script'] = 'saslauthd'; |
101 | 115 |
|
102 | 116 | //* Amavisd |
| 117 | +$conf['amavis']['installed'] = false; // will be detected automatically during installation |
103 | 118 | $conf['amavis']['config_dir'] = '/etc/amavisd'; |
104 | 119 | $conf['amavis']['init_script'] = 'amavisd'; |
105 | 120 |
|
106 | 121 | //* ClamAV |
| 122 | +$conf['clamav']['installed'] = false; // will be detected automatically during installation |
107 | 123 | $conf['clamav']['init_script'] = 'clamd'; |
108 | 124 |
|
109 | 125 | //* Pureftpd |
| 126 | +$conf['pureftpd']['installed'] = false; // will be detected automatically during installation |
110 | 127 | $conf['pureftpd']['config_dir'] = '/etc/pure-ftpd'; |
111 | 128 | $conf['pureftpd']['init_script'] = 'pure-ftpd'; |
112 | 129 |
|
113 | 130 | //* MyDNS |
| 131 | +$conf['mydns']['installed'] = false; // will be detected automatically during installation |
114 | 132 | $conf['mydns']['config_dir'] = '/etc'; |
115 | 133 | $conf['mydns']['init_script'] = 'mydns'; |
116 | 134 |
|
117 | 135 | //* Jailkit |
| 136 | +$conf['jailkit']['installed'] = false; // will be detected automatically during installation |
118 | 137 | $conf['jailkit']['config_dir'] = '/etc/jailkit'; |
119 | 138 | $conf['jailkit']['jk_init'] = 'jk_init.ini'; |
120 | 139 | $conf['jailkit']['jk_chrootsh'] = 'jk_chrootsh.ini'; |
|
0 commit comments