• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Generate Maildirsize

EnriqueR

Regular Pleskian
I have Plesk 12 with Postfix and Dovecot installed. Currently I use a SCRIPT to delete old emails using the 'rm' command linux. The problem is that deleting emails, the file 'maildirsize' is not updated and the quota remains the same. I tried to 'upgrade usage statistics' on the subscription without success.

Is there any command in Plesk from SSH to update this file to an email account?
 
Try to use something like:

# plesk bin mail --recalculate-mailboxes-usage domain.com
 
Back
Top