Show
Ignore:
Timestamp:
07/08/03 21:43:51 (21 years ago)
Author:
jalet
Message:

Configurable warning messages.
Poor man's treshold value added.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/conf/pykota.conf.sample

    r1055 r1077  
    153153gracedelay: 7 
    154154 
     155# 
     156# Poor man's threshold 
     157# If account balance reaches below this amount, 
     158# a warning message is sent by email 
     159# 
     160# If unset, default poor man's threshold is 1.0. 
     161# This option can only appear in the global section 
     162poorman: 2.0 
     163 
     164# Poor man's warning message 
     165# The warning message that is sent if the "poorman" value is reached 
     166# Again this must appear in the global section 
     167poorwarn: Your Print Quota account balance is low.  
     168 Soon you'll not be allowed to print anymore. 
     169 
     170# Soft limit reached warning message 
     171# The warning message that is sent if the soft quota limit is reached 
     172# May appear either globally or on a per-printer basis 
     173softwarn: Your Print Quota Soft Limit is reached. 
     174 This means that you may still be allowed to print for some 
     175 time, but you must contact your administrator to purchase  
     176 more print quota. 
     177  
     178# Hard limit reached error message 
     179# The error message that is sent if the hard quota limit is reached 
     180# May appear either globally or on a per-printer basis 
     181hardwarn: Your Print Quota Hard Limit is reached. 
     182 This means that you are not allowed to print anymore. 
     183 Please contact your administrator at root@localhost 
     184 as soon as possible to solve the problem. 
     185 
    155186# one section per printer, or no other section at all if all options  
    156187# are defined globally.