Skip to content

Commit 57b3a7f

Browse files
author
Till Brehm
committed
Updated Debian9 install config.
1 parent ec1efca commit 57b3a7f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

install/dist/conf/debian90.conf.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2929
*/
3030

31-
//*** Ubuntu 16.04 default settings
31+
//*** Debian 9 default settings
3232

3333
//* Main
3434
$conf['language'] = 'en';
35-
$conf['distname'] = 'ubuntu1604';
35+
$conf['distname'] = 'debian90';
3636
$conf['hostname'] = 'server1.domain.tld'; // Full hostname
3737
$conf['ispconfig_install_dir'] = '/usr/local/ispconfig';
3838
$conf['ispconfig_config_dir'] = '/usr/local/ispconfig';
@@ -120,6 +120,10 @@
120120
$conf['mailman']['config_dir'] = '/etc/mailman';
121121
$conf['mailman']['init_script'] = 'mailman';
122122

123+
//* mlmmj
124+
$conf['mlmmj']['installed'] = false; // will be detected automatically during installation
125+
$conf['mlmmj']['config_dir'] = '/etc/mlmmj';
126+
123127
//* Getmail
124128
$conf['getmail']['installed'] = false; // will be detected automatically during installation
125129
$conf['getmail']['config_dir'] = '/etc/getmail';

0 commit comments

Comments
 (0)