Commit 7db4cd93 authored by Till Brehm's avatar Till Brehm
Browse files

Fixed doveadm warning.

parent 23176cb4
......@@ -999,7 +999,7 @@ class installer_base {
chgrp($config_dir.'/'.$configfile, 'root');
// Dovecot shall ignore mounts in website directory
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");
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment