summaryrefslogtreecommitdiff
path: root/warnquota.conf
diff options
context:
space:
mode:
authorPetr Pisar <ppisar@redhat.com>2011-02-28 14:16:59 +0100
committerJan Kara <jack@suse.cz>2011-03-04 17:00:10 +0100
commitbd1787ac65408a7ae35e676de550046e4b49ed02 (patch)
treef3681494a9916f3c3488bf0c08326fa99cf0bc51 /warnquota.conf
parentb8ab76ad19e3c284ac14bd0450662bfc41719e03 (diff)
Do not use real domains in warnquota example
Providing private domain names in default warnquota.conf can tend some users to reply. Owners of that domain could get mad. Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'warnquota.conf')
-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