Open a support ticket https://tickets.cpanel.net/submit/I am having this problem on one account, I mean one user reported but it might be widely. I have latest STABLE version of cpanel.
the thing is that on this user mailbox it says that usage is 60 MB but actually it is just few MB actually. i tried everything , deleting these files , but usage is still reported at 60 MB.
What to do ?
Please try opening a support ticket at https://tickets.cpanel.net/submit/I have the same problem that dxer is having. I have tried everything mentioned in this thread, but it hasn't worked yet. Any ideas?
Please open a support ticket at https://tickets.cpanel.net/submit/ to relieve your headache pain.Hi I am using
WHM 11.15.0 cPanel 11.18.3-R21703
CENTOS Enterprise 4.6 i686 on standard - WHM X v3.1.0
Cpanel is not displaying the email quota correctly for some of the accounts, the email quota shows ZERO quota, but actually it is taking 68MB out of 60MB quota.
This is really giving me a lot of headache.
The sooner a ticket is opened at https://tickets.cpanel.net/submit/ the sooner this is resolved.same problem!!!!!
WHM 11.15.0 cPanel 11.18.3-R21703
CENTOS Enterprise 4.6 x86_64 on standard - WHM X v3.1.0
email quota are wrong!!!
please fix this problem sooooooooonnnnnn!!!!!!!!
#
#really_fix_maildirsize.sh
#
echo "This script deletes all 'maildirsize', 'diskusage_...', "
echo "and 'email_accounts.yaml/.cache' files in the /home tree, "
echo "then rebuilds maildirsize files."
read -p "Are you sure you wish to continue? (yes/no): "
if [ "$REPLY" = "yes" ]; then
echo "Deleting /home/*/.cpanel/emailaccounts.yaml ...
"
find /home/*/.cpanel/ -name email_accounts.yaml | xargs rm -f
echo "Deleting /home/*/.cpanel/emailaccounts.cache ...
"
find /home/*/.cpanel/ -name email_accounts.cache | xargs rm -f
echo "Deleting /home/*/.cpanel/datastore/diskusage_* ...
"
find /home/*/.cpanel/datastore/ -name "diskusage_*" | xargs rm -f
echo "Deleting /home/*/mail/maildirsize (this one takes a while) ...
"
find /home/*/mail/ -name maildirsize | xargs rm -f
echo "Rebuilding maildirsize files (this one takes a while) ...
"
/scripts/generate_maildirsize --force --allaccounts
echo "Done!
"
else
echo "Aborting..."
fi
Thread starter | Similar threads | Forum | Replies | Date |
---|---|---|---|---|
L | Email quotas after mailbox conversion | 1 | ||
G | Mailbox compression & quotas | 10 | ||
T | Prevent users from modifying email quotas ? | 1 | ||
W | Updating max email account quotas | 3 | ||
H | Any Exim Boffins? Quotas + Mail Queue | 0 |