Skip to content

Commit 7db4cd9

Browse files
author
Till Brehm
committed
Fixed doveadm warning.
1 parent 23176cb commit 7db4cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/lib/installer_base.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,7 @@ public function configure_dovecot() {
999999
chgrp($config_dir.'/'.$configfile, 'root');
10001000

10011001
// Dovecot shall ignore mounts in website directory
1002-
exec("doveadm mount add '/var/www/*' ignore > /dev/null 2> /dev/null");
1002+
if(is_installed('doveadm')) exec("doveadm mount add '/var/www/*' ignore > /dev/null 2> /dev/null");
10031003

10041004
}
10051005

0 commit comments

Comments
 (0)