Thay say it fixed in 59, but the problem exists in CURENT 66. I dunno what to do. All i can do now is making unlimited quotas fo thouse buggy acounts, but they number increasing. Anyone solved this problem?
Yes - create a shell script containing the following and run it a few times each day (I called my shell script /usr/local/bin/reset.maildirsize):
Code:
#! /bin/sh
# protect us against the maildirsize bug active in cpanel
# Nov 2006 - will probably be fixed by Dec.
find /home/*/mail/ -name maildirsize | xargs rm -f
find /home/*/.cpanel-datastore/ -name "diskusage_*" | xargs rm -f
and crontab line:
Code:
12,0 10 * * * /usr/local/bin/reset.maildirsize >/dev/null 2>&1
CPanel - that this bug exists at all,
and still exists after what looks like 30+ days, is pathetic and makes both you and us look like a bunch of amateurs. I'm a big Cpanel supporter but if you do this again you will be at risk of losing my business.
Customer email is getting lost, so real customers are actually losing business over this, and I'm lucky I've got gracious customers. I don't know how to say this strongly enough, your QA simply isn't good enough, and you simply haven't taken this bug seriously enough. I've had my a** kicked hard over this so I'm simply passing it on to you. At this point it would be helpful to get a clear explanation of why this happened and has remained unfixed for so long (if indeed it actually is unfixed!!). Again, I remain a big advocate of cpanel - I still think it's the best panel around, but there are some serious process problems here that got my largest reseller very unhappy. I simply can't afford that.
If you agree with my sentiments this may not be the right thread for "me too" messages as there is still useful info in this thread! Just a thought!