Fixed doveadm quota report handling
The if condition was always true as 64 is not 0 and =
was used. Additionally, doveadm
never exits with a non-zero code if the operation is successful. It exits with 64, however, if called without arguments (among others). That could have been useful to check if the binary is runnable, but it's not necessary, considering the subsequent checks.