Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
cpanel:quota-notification-emails-not-sent [2009-10-02 18:39:12]
ndcadmin Approved
cpanel:quota-notification-emails-not-sent [2010-03-03 19:55:39]
shaun.reitan
Line 1: Line 1:
 +=====Why does cPanel not send quota notification emails?=====
 +
 The first thing to check if these are not being sent is if the appropriate options are enabled. In **Main >> Server Configuration >> Tweak Settings** there is a section for Notifications in which you will want to enable the various options as to your liking, e.g.: The first thing to check if these are not being sent is if the appropriate options are enabled. In **Main >> Server Configuration >> Tweak Settings** there is a section for Notifications in which you will want to enable the various options as to your liking, e.g.:
  
Line 9: Line 11:
 On a new, blank line in this file (hit the Insert key to enter text entry mode if using vim), enter the following: On a new, blank line in this file (hit the Insert key to enter text entry mode if using vim), enter the following:
  
-<code console>**0 3 * * * /scripts/quotacheck > /dev/null 2>&1**</code>+<code console>0 3 * * * /scripts/quotacheck > /dev/null 2>&1</code>
  
 This will have the quota check script run nightly at 3:00AM local time. Save the file and quit the editor (:wq in vim)and your new crontab will be installed. This will have the quota check script run nightly at 3:00AM local time. Save the file and quit the editor (:wq in vim)and your new crontab will be installed.
  
-{{tag>quotas notifications}}+{{tag>quotas notifications cpanel}}