summaryrefslogtreecommitdiff
path: root/warnquota.conf
blob: c957c0eafba5be3cbb7e524e4a53d5ad1911f5be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# this is an example warnquota.conf
#
; ; and # type comments are allowed
# and even blank lines

# values can be quoted:
MAIL_CMD 	= "/usr/my/sendmail/instead/sendmail -t"
FROM 		= "bas@localhost"
# but they don't have to be:
SUBJECT 	= Hey, user, clean up your account!
CC_TO 		= "sysadm@localhost"
SUPPORT 	= "support@myhost.com"
PHONE 		= "(123) 456-1111 or (222) 333-4444"
#
# end of example warnquota.conf file
#