Hello, i test ISPConfig 3.1 and copied alle Mails from one non ispc Server to a new ispc Server. The permissions with vmail:vmail seems ok, but the panel shows different sizes as quota usesr: Folder for whole Maildir = 2.2G Mailquota in GUI = 137.5371 KB Did i miss some manual script running or is there any kind of interval for new calculation? thx
try sending the user a new email, I think dovecot rebuilds that upon delivery. possibly (likely?) also when you delete a message.
Hi, deleted again and just reading a mail is enough to recreate the .quotausage file. content with: 4787 priv/quota/storage 2316016353 seems ok, but ISPConfig GUI shows still 159.7363 KB, beside the value shown is wrong. So its an GUI thing, i think. edit: looked now after aprox. 2h again the value seems ok: 2208.7362 MB, so which intervall is used from ispc to update the stats?
Looks like it should be every 15 minutes: Code: # grep schedule /usr/local/ispconfig/server/lib/classes/cron.d/100-monitor_email_quota.inc.php // job schedule protected $_schedule = '*/15 * * * *';