Skip to main content

Quota checks for mailbox disk quota and usage question

Comments

6 comments

  • rpvw
    I believe that quotacheck is called once a day as part of the upcp routine
    0
  • Gino Viroli
    I believe that quotacheck is called once a day as part of the upcp routine

    Ouch, if that is true, it's quite annoying, because I set cPanel to update itself once a month, hence my upcp runs once a month. o_O It seems you are right, I looked into /usr/local/cpanel/scripts/upcp ... ...and it calls /usr/local/cpanel/scripts/maintenance script... ...that calls /usr/local/cpanel/scripts/quotacheck :mad:
    0
  • cPanelLauren
    Hello, cPanel by default does not do a "monthly" update it performs an automated maintenance update nightly. quotacheck is run as part of the maintenance script. I would absolutely not suggest manipulating the upcp cron, if you don't want cPanel to update regularly I'd modify the setting in WHM>>Server Configuration>>Update preferences though an automated "monthly" update is not something that is available.
    0
  • Gino Viroli
    Hello, cPanel by default does not do a "monthly" update it performs an automated maintenance update nightly. quotacheck is run as part of the maintenance script. I would absolutely not suggest manipulating the upcp cron, if you don't want cPanel to update regularly I'd modify the setting in WHM>>Server Configuration>>Update preferences though an automated "monthly" update is not something that is available.

    I have got it now. :-p
    0
  • Gino Viroli
    I turned on the upcp cron job, now it runs every night. Is there a way to get upcp cron stop sending the Cron Daemon mail message every night?
    0
  • cPanelLauren
    Hello, You can set that cron job to send to /dev/null so you stop getting the notification just append the following to the end like following: > /dev/null 2>&1
    0

Please sign in to leave a comment.