config->get('password_dbmail_args', ''); $command = "$curdir/chgdbmailusers -c $username -w $password $args"; exec($command, $output, $return_value); if ($return_value == 0) { return PASSWORD_SUCCESS; } rcube::raise_error([ 'code' => 600, 'file' => __FILE__, 'line' => __LINE__, 'message' => "Password plugin: Unable to execute $curdir/chgdbmailusers" ], true, false ); return PASSWORD_ERROR; } }