|
From: Jamie C. <jca...@we...> - 2006-06-29 16:19:26
|
On 29/Jun/2006 03:35 Murray Trainer wrote .. > On Thu, 2006-06-29 at 01:41 -0500, Jamie Cameron wrote: > > On 29/Jun/2006 00:52 Murray Trainer wrote .. > > > Hi Jamie, > > > > > > Where is the "Email message for users over quota" stored. On SuSE > 10.0 > > > the warnquota conf file is /etc/warnquota.conf. I modified the message > > > in the Webmin module config and saved it but I have no idea where it > is > > > being saved. Shouldn't it save it in the the warnquota.conf file? > > > > The message gets saved in the /etc/webmin/quota/config file. I couldn't > really > > use warnquota.conf, as this is not standard across all Unix variants.. > > > > - Jamie > > Normally warnquota is run by a cron job and reads /etc/warnquota.conf. > The format of /etc/webmin/quota/config is different. How do you use the > info in the Webmin module to check the user's quotas each night and send > a warning if required? Using warnquota or something else? Webmin actually does all the work itself - I wrote my own code for getting the list of users, checking their quotas and sending out email. So the warnquota program is not needed by Webmin at all. - Jamie |