summaryrefslogtreecommitdiff
path: root/warnquota.conf
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2007-01-26 21:14:24 +0000
committerJonas Smedegaard <dr@jones.dk>2007-01-26 21:14:24 +0000
commit305bbbbda18df9fff039af64ae051223c58212ad (patch)
tree83441924bffc3c16bb0bb9baefd0fd9c8ef55900 /warnquota.conf
parent10353fd0f09ce17397aa9bfdced6155498817f62 (diff)
Add sample multilanguage warnquota.conf file.
Diffstat (limited to 'warnquota.conf')
-rw-r--r--warnquota.conf84
1 files changed, 84 insertions, 0 deletions
diff --git a/warnquota.conf b/warnquota.conf
new file mode 100644
index 0000000..ad0b41a
--- /dev/null
+++ b/warnquota.conf
@@ -0,0 +1,84 @@
+# Command used to send email
+MAIL_CMD = "/usr/bin/formail -I 'Content-Type: text/plain; charset=UTF-8; delsp=no; format=flowed' | /usr/sbin/sendmail -t"
+# From email used in generated emails
+FROM = "teknik@lists.homebase.dk"
+# Subject line
+SUBJECT = "Disk Quota usage at Homebase"
+# Send a copy to this address
+CC_TO = "hostmaster@homebase.dk"
+# Support email for assistance (included in generated mail)
+SUPPORT = "teknik@lists.homebase.dk"
+# Support phone for assistance (included in generated mail)
+PHONE = "+45 30914878"
+CC_BEFORE = "5 days"
+
+MESSAGE = "Hi,|\
+|\
+We noticed that you are in violation with the quotasystem |\
+used at Homebase. We have found the following violations:|\
+|\
+Vi har bemærket at du overtræder kvotesystemet opsat ved Homebase. Vi |\
+har fundet følgende overtrædelser:||"
+
+SIGNATURE = "|\
+We hope that you will cleanup before your grace period expires.|\
+|\
+Basically, this means that the system thinks you are using more disk |\
+space on the above partition(s) than you are allowed. If you do not |\
+delete files and get below your quota before the grace period expires, |\
+the system will prevent you from creating new files.|\
+|\
+More info here: http://support.homebase.dk/quota|\
+|\
+For additional assistance, please contact us at teknik@lists.homebase.dk |\
+or via phone at +45 30914878.|\
+|\
+|\
+Vi håber du vil rydde op før varslingstiden udløber.|\
+|\
+Enklere formuleret betyder det, at systemet mener du bruger mere |\
+diskplads på end du har lov til ovennævnte område(r). Hvis du ikke |\
+frigør plads og kommer indenfor din kvote igen før varslingstiden |\
+udløber, vil systemet forhindre dig i at oprette nye filer.|\
+|\
+Mere info her: http://support.homebase.dk/quota|\
+|\
+Har du brug for yderligere hjælp, så kontakt os venligst på |\
+teknik@lists.homebase.dk eller via telefon på nummer +45 30914878."
+
+GROUP_MESSAGE = "Hi,|\
+|\
+We noticed that the group %s you are member of violates the quotasystem |\
+used at Homebase. We have found the following violations:|\
+|\
+Vi har bemærket at gruppen %i som du er medlem af overtræder |\
+kvotesystemet opsat ved Kaospilotene. Vi har fundet følgende |\
+overtrædelser:||"
+
+SIGNATURE = "|\
+Please cleanup the group data before the grace period expires.|\
+|\
+Basically, this means that the system thinks the group is using more |\
+disk space on the above partition(s) than it is allowed. If you do not |\
+delete files and get below group quota before the grace period expires, |\
+the system will prevent you and other members of the group from creating |\
+new files owned by the group.|\
+|\
+More info here: http://support.homebase.dk/quota|\
+|\
+For additional assistance, please contact us at teknik@lists.homebase.dk |\
+or via phone at +45 30914878.|\
+|\
+|\
+Ryd venligst op i gruppens data før varslingstiden udløber.|\
+|\
+Enklere formuleret betyder det, at systemet mener gruppen bruger mere |\
+diskplads end den har lov til på ovennævnte område(r). Hvis du ikke |\
+frigør plads og kommer indenfor gruppens kvote igen før varslingstiden |\
+udløber, vil systemet forhindre dig og andre medlemmer af gruppen i at |\
+oprette nye filer ejet af gruppen.|\
+|\
+Mere info her: http://support.homebase.dk/|\
+|\
+Har du brug for yderligere hjælp, så kontakt os venligst på |\
+teknik@lists.homebase.dk eller via telefon på nummer +45 30914878."