we have several problem :

one of our client want to move their mail from vpopmail to cpanel exim mail agent. our steps are :

- tar vpopmail domain "xyz"
- copy to whm server and extract that mail
- change vpopmail file owner to xyz:xyz
- run bash shell <bash move.sh username>
Code:
cp -rpf /home/cpaneladmin/xyz.com/$@/Maildir/.* /home/xyz/mail/xyz.com/$@/

cp -rpf /home/cpaneladmin/xzy.com/$@/Maildir/* /home/xyz/mail/xyz.com/$@/
- running generate_maildirsize scripts
Code:
/scripts/generate_maildirsize --allaccounts --force
when i look at email account the new mail size is still null but when we try change quota menu and update it, we can see the real mail size.

The disk quota never change anymore until we set quota again in change quota menu.

please help me find where is the fault.

sorry for my bad language...