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 7db4cd9 commit 9b68660Copy full SHA for 9b68660
install/dist/lib/debian60.lib.php
@@ -118,7 +118,7 @@ public function configure_dovecot()
118
chgrp($config_dir.'/'.$configfile, 'root');
119
120
// Dovecot shall ignore mounts in website directory
121
- exec("doveadm mount add '/var/www/*' ignore");
+ if(is_installed('doveadm')) exec("doveadm mount add '/var/www/*' ignore > /dev/null 2> /dev/null");
122
123
}
124
0 commit comments