We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41021df commit f0822aeCopy full SHA for f0822ae
install/dist/conf/debian40.conf.php
@@ -125,11 +125,11 @@
125
$conf['courier']['courier-imap-ssl'] = 'courier-imap-ssl';
126
$conf['courier']['courier-pop'] = 'courier-pop';
127
$conf['courier']['courier-pop-ssl'] = 'courier-pop-ssl';
128
-$conf['dovecot']['init_script'] = 'dovecot';
129
130
//* Dovecot
131
$conf['dovecot']['installed'] = false; // will be detected automatically during installation
132
$conf['dovecot']['config_dir'] = '/etc/dovecot';
+$conf['dovecot']['init_script'] = 'dovecot';
133
134
//* SASL
135
$conf['saslauthd']['installed'] = false; // will be detected automatically during installation
@@ -186,4 +186,4 @@
186
$conf['cron']['crontab_dir'] = '/etc/cron.d';
187
$conf['cron']['wget'] = '/usr/bin/wget';
188
189
-?>
+?>
0 commit comments