• 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.

Where to find over usage 'notify' threshold?

HostaHost

Regular Pleskian
Plesk 9.2.2 we're having an issue where customers whose limits are raised continue to get over-limit messages due to a notification limit being set. I can't find where this mystery threshold is set so I can remove and/or update it. For example, customer's site started out with 300 MB limit and was updated to 1300 MB. Now they still get daily emails that state:

Disk space: 425.97 MB used / 290.00 MB notify / 1 300.00 MB limit


Where is that 290 MB notify setting coming from? I contacted support and of course get a completely unrelated reply that asks me for root access to the server instead of even attempting to answer the question.
 
First of all you can check that limits are really correct for domain or client with something like

select limit_name, value from Limits where id in (select limits_id from clients(or domains) where id=XX);
 
The notify limit doesn't appear to be stored in the Limits table:

Edit Delete 118 disk_space 1388314624
Edit Delete 118 disk_space_soft -1
Edit Delete 118 max_box 10
Edit Delete 118 max_db 4
Edit Delete 118 max_dom_aliases 100
Edit Delete 118 max_maillists 0
Edit Delete 118 max_mg 100
Edit Delete 118 max_redir 100
Edit Delete 118 max_resp 100
Edit Delete 118 max_subdom 100
Edit Delete 118 max_traffic 10737418240
Edit Delete 118 max_traffic_soft -1
Edit Delete 118 max_webapps 0
Edit Delete 118 max_wu 0
Edit Delete 118 mbox_quota 307200000

Can you tell me which table has the notification limit?

I have figured out where you normally set this in the web-admin and why I was not able to find it. Within the resource usage button, if the domain is set to "Overuse is not allowed" a new set of boxes show up for "Notify upon reaching..." next to disk space and traffic. On our server, we have it set to "Overuse IS allowed" and the notify upon reaching boxes are invisible in that case. If I change the option to not allowed to make them show up, they are empty, so somehow it has been set and I need to find where in the database that is set so I can remove it manually.
 
Back
Top