mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 07:33:52 +02:00
Avoid using + for email address
using + in email add (eg email+auditd@domain.tld) would cause auditd fail to start see #117
This commit is contained in:
parent
d052cb8e77
commit
7cb2197d16
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@ users:
|
||||||
- dan
|
- dan
|
||||||
- jack
|
- 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
|
auditd_action_mail_acct: email@example.com
|
||||||
|
|
||||||
# Exported certificates will be protected by the password below:
|
# Exported certificates will be protected by the password below:
|
||||||
|
|
Loading…
Add table
Reference in a new issue