Skip to content

Fixed doveadm quota report handling

kobuki requested to merge kobuki/ispconfig3:kobuki-develop-patch-13818 into develop

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.

Merge request reports

Loading