From 7cb2197d16b2f8bcea21051afb9746c5b8b94989 Mon Sep 17 00:00:00 2001 From: Nima Fatemi Date: Fri, 28 Oct 2016 19:48:28 +0000 Subject: [PATCH] Avoid using + for email address using + in email add (eg email+auditd@domain.tld) would cause auditd fail to start see #117 --- config.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.cfg b/config.cfg index 6db3c7e..26f1458 100644 --- a/config.cfg +++ b/config.cfg @@ -5,7 +5,8 @@ users: - dan - jack -# Add an email address to send logs if you're using auditd for monitoring, +# Add an email address to send logs if you're using auditd for monitoring. +# Avoid using '+' in your email address otherwise auditd will fail to start. auditd_action_mail_acct: email@example.com # Exported certificates will be protected by the password below: