Skip to content

Commit f0822ae

Browse files
author
jwarnier
committed
move dovecot init_script line where appropriate
1 parent 41021df commit f0822ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/dist/conf/debian40.conf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@
125125
$conf['courier']['courier-imap-ssl'] = 'courier-imap-ssl';
126126
$conf['courier']['courier-pop'] = 'courier-pop';
127127
$conf['courier']['courier-pop-ssl'] = 'courier-pop-ssl';
128-
$conf['dovecot']['init_script'] = 'dovecot';
129128

130129
//* Dovecot
131130
$conf['dovecot']['installed'] = false; // will be detected automatically during installation
132131
$conf['dovecot']['config_dir'] = '/etc/dovecot';
132+
$conf['dovecot']['init_script'] = 'dovecot';
133133

134134
//* SASL
135135
$conf['saslauthd']['installed'] = false; // will be detected automatically during installation
@@ -186,4 +186,4 @@
186186
$conf['cron']['crontab_dir'] = '/etc/cron.d';
187187
$conf['cron']['wget'] = '/usr/bin/wget';
188188

189-
?>
189+
?>

0 commit comments

Comments
 (0)