Avoid using + for email address

using + in email add (eg email+auditd@domain.tld) would cause auditd fail to start
see #117
pull/122/head
Nima Fatemi 8 years ago committed by GitHub
parent d052cb8e77
commit 7cb2197d16

@ -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:

Loading…
Cancel
Save