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 0d20aff commit 9ec545aCopy full SHA for 9ec545a
install/dist/lib/fedora.lib.php
@@ -279,6 +279,9 @@ public function configure_dovecot()
279
280
$config_dir = $conf['dovecot']['config_dir'];
281
282
+ //* Use /etc/dovecot as config dir if exists
283
+ if(is_dir('/etc/dovecot')) $config_dir = '/etc/dovecot';
284
+
285
//* Configure master.cf and add a line for deliver
286
if(is_file($config_dir.'/master.cf')){
287
copy($config_dir.'/master.cf', $config_dir.'/master.cf~2');
0 commit comments