|
Bynari - Quotas report inconsistencies |
|
|
|
In some cases the quota limits for hard and soft may report incorrect values. They may appear to be out by an order of magnitude or seem to show bytes used and Kilobytes set as a limit.
To resolve you will need to run the quota bynari with the "-f" switch as the cyrus user.
From the man page... If the -f option is given, quota first fixes any inconsistencies in the quota subsystem, such as mailboxes with the wrong quota root or quota roots with the wrong quota usage reported.
# su cyrus -c "/opt/insight/bin/quota -f"
|