0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
This commit is contained in:
David Goodwin 2020-08-06 20:43:47 +01:00
parent 89aebea61d
commit b0aa0141d7

View File

@ -1040,7 +1040,7 @@ function _pacrypt_dovecot($pw, $pw_db = '') {
if (!empty($stderr_output) || empty($password)) {
error_log("Failed to read password from $dovecotpw ... stderr: $stderr_output, password: $password ");
throw new Exception("$dovecotpw failed, see error log for details");
throw new Exception("$dovecotpw failed, see error log for details");
}
if (empty($dovepasstest)) {