summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2019-09-12 10:18:01 +0200
committerJan Kara <jack@suse.cz>2019-09-12 10:19:47 +0200
commit769f46743d11a4723ef59b018cef0aa6b6c062a6 (patch)
treef0284216600fea13e901385701cd783182edcebd
parent52ead0d37dcbce59338dcb765527712c9ee656e1 (diff)
downloadlinuxquota-769f46743d11a4723ef59b018cef0aa6b6c062a6.tar.gz
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 <jack@suse.cz>
-rw-r--r--warnquota.conf2
1 files changed, 2 insertions, 0 deletions
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,