You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-08-09 05:02:44 +03:00
This commit is contained in:
@@ -1017,6 +1017,9 @@ function _pacrypt_dovecot($pw, $pw_db = '') {
|
||||
# only use -t for salted passwords to be backward compatible with dovecot < 2.1
|
||||
$dovepasstest = " -t " . escapeshellarg($pw_db);
|
||||
}
|
||||
|
||||
$pipes = [];
|
||||
|
||||
$pipe = proc_open("$dovecotpw '-s' $method$dovepasstest", $spec, $pipes);
|
||||
|
||||
if (!$pipe) {
|
||||
|
Reference in New Issue
Block a user