• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

How can we delete disk quota with Licence Web Admin

ErwanG

Regular Pleskian
Hello,

We have a lot of server with Plesk Panel 30 domains.
We have migrated a website with a 2 Go disk space quota on a virtual server with Web Admin Plesk Panel Licence.

So, we don't have field (or we don't find...) to update this value (or delete it). The website disk usage is now 2.1 Go. Every day, we have an email alert.

How can i resolve it ? Thanls a lot.
 
Try to update it in CLI with

# plesk bin subscription -u subscr_name -mbox_quota <number>[B|K|M|G|T]
 
Sorry, my mistake.

Use

#plesk bin subscription_settings -u subscr_name -mbox_quota 10G

-1 for unlimited
 
Ok, but...

# plesk bin subscription_settings -u subscr_name -mbox_quota 10G

> Wrong syntax for command's '-update' parameter
 
Works fine for me:

# plesk bin subscription_settings -u raynorolson.ppu12-0.demo.pp.plesk.ru -mbox_quota 10G
SUCCESS: Update of domain 'raynorolson.ppu12-0.demo.pp.plesk.ru' completed.
 
Igor, an another pb with the licence modification i think:
How can i change the default administrator email in the db?
I've change email in the user settings but i always receive for example "health" alert on the default administrator email.

I've search this default administrator email in mysql tables but non results.
 
Thank you Igor.
"admin_email" is correct but i always receive alert on root@<old_hostname>.
I have change server hostname on Plesk and #hostname is correct. Where can i found the <old_hostname>?
 
Sorry for the long time....

We always have the 2 problems : quota alert and email on root@<old_hostname>.

About quota alert
We have made command:
# plesk bin subscription_settings -u <domain> -mbox_quota 10G
SUCCESS: Update of domain '<domain>' completed.

Since every day, we have an email alert about quota. No change.

>> Notification: Resource usage by subscription has exceeded the allotments.
>> The 'domain' subscription, owned by user <name>', is approaching or already exceeded the resource usage limits... 2 Go.

Is there another field/information that we can change?
 
Back
Top