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 23176cb commit 7db4cd9Copy full SHA for 7db4cd9
install/lib/installer_base.lib.php
@@ -999,7 +999,7 @@ public function configure_dovecot() {
999
chgrp($config_dir.'/'.$configfile, 'root');
1000
1001
// Dovecot shall ignore mounts in website directory
1002
- exec("doveadm mount add '/var/www/*' ignore > /dev/null 2> /dev/null");
+ if(is_installed('doveadm')) exec("doveadm mount add '/var/www/*' ignore > /dev/null 2> /dev/null");
1003
1004
}
1005
0 commit comments