Skip to content

Commit 9b68660

Browse files
author
Till Brehm
committed
And again...
1 parent 7db4cd9 commit 9b68660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/dist/lib/debian60.lib.php

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

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

123123
}
124124

0 commit comments

Comments
 (0)