From 769f46743d11a4723ef59b018cef0aa6b6c062a6 Mon Sep 17 00:00:00 2001 From: Jan Kara Date: Thu, 12 Sep 2019 10:18:01 +0200 Subject: warnquota: Clarify that CC_TO gets resolved through LDAP Clarify that CC_TO field from warnquota.conf gets resolved through LDAP lookup similarly to normal message recifient. Signed-off-by: Jan Kara --- warnquota.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/warnquota.conf b/warnquota.conf index 60b0672..5bbd0ab 100644 --- a/warnquota.conf +++ b/warnquota.conf @@ -25,6 +25,8 @@ MAIL_CMD = "/usr/lib/sendmail -t" # Standard mail fields FROM = "root@localhost" SUBJECT = "Your account quota has exceeded!" +# Note that if LDAP is configured, the name in CC_TO gets looked up in LDAP +# to obtain email address similarly to email recipient address. CC_TO = "root@localhost" # 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, -- cgit v1.2.1