From bd1787ac65408a7ae35e676de550046e4b49ed02 Mon Sep 17 00:00:00 2001 From: Petr Pisar Date: Mon, 28 Feb 2011 14:16:59 +0100 Subject: 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 --- warnquota.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'warnquota.conf') 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 -- cgit v1.2.3