summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--warnquota.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/warnquota.conf b/warnquota.conf
index eef6f2d..8801a88 100644
--- a/warnquota.conf
+++ b/warnquota.conf
@@ -5,15 +5,15 @@
# values can be quoted:
MAIL_CMD = "/usr/my/sendmail/instead/sendmail -t"
-FROM = "bas@localhost"
+FROM = "bas@example.com"
# but they don't have to be:
SUBJECT = Hey, user, clean up your account!
-CC_TO = "sysadm@localhost"
+CC_TO = "sysadm@example.com"
# If you set this variable CC will be used only when user has less than
# specified grace time left (examples of possible times: 5 seconds, 1 minute,
# 12 hours, 5 days)
# CC_BEFORE = 2 days
-SUPPORT = "support@myhost.com"
+SUPPORT = "support@example.com"
PHONE = "(123) 456-1111 or (222) 333-4444"
# Text in the beginning of the mail (if not specified, default text is used)
# This way text can be split to more lines