• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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