From f7ba904800020058ce3ab74540d4cb26f60830fd Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Sun, 29 Apr 2018 21:58:57 +0100 Subject: [PATCH] see #171 --- config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.inc.php b/config.inc.php index dc681c29..2edd54b0 100644 --- a/config.inc.php +++ b/config.inc.php @@ -193,7 +193,7 @@ $CONF['authlib_default_flavor'] = 'md5raw'; // $CONF['dovecotpw'] = "/usr/sbin/dovecotpw"; // for dovecot 2.x (dovecot 2.0.0 - 2.0.7 is not supported!) $CONF['dovecotpw'] = "/usr/sbin/doveadm pw"; -if(file_exists('/usr/bin/doveadm')) { +if(@file_exists('/usr/bin/doveadm')) { // @ to silence openbase_dir stuff; see https://github.com/postfixadmin/postfixadmin/issues/171 $CONF['dovecotpw'] = "/usr/bin/doveadm pw"; # debian }