jwarnier
2010-09-17 f0822aec347ea27b351a4343e91ff02c584e8fc8
move dovecot init_script line where appropriate
1 files modified
4 ■■■■ changed files
install/dist/conf/debian40.conf.php 4 ●●●● patch | view | raw | blame | history
install/dist/conf/debian40.conf.php
@@ -125,11 +125,11 @@
$conf['courier']['courier-imap-ssl'] = 'courier-imap-ssl';
$conf['courier']['courier-pop'] = 'courier-pop';
$conf['courier']['courier-pop-ssl'] = 'courier-pop-ssl';
$conf['dovecot']['init_script'] = 'dovecot';
//* Dovecot
$conf['dovecot']['installed'] = false; // will be detected automatically during installation
$conf['dovecot']['config_dir'] = '/etc/dovecot';
$conf['dovecot']['init_script'] = 'dovecot';
//* SASL
$conf['saslauthd']['installed'] = false; // will be detected automatically during installation
@@ -186,4 +186,4 @@
$conf['cron']['crontab_dir'] = '/etc/cron.d';
$conf['cron']['wget'] = '/usr/bin/wget';
?>
?>