configure mail logging
This commit is contained in:
parent
17ecb3d1ca
commit
26977ade52
5 changed files with 33 additions and 5 deletions
4
files/rsyslog.d/mail-sasl.conf
Normal file
4
files/rsyslog.d/mail-sasl.conf
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Managed by Ansible
|
||||
# Write SASLS log to file
|
||||
|
||||
:msg, contains, "SASL" /var/log/mail-sasl.log
|
4
files/rsyslog.d/mail.conf
Normal file
4
files/rsyslog.d/mail.conf
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Managed by Ansible
|
||||
|
||||
module(load="mmanon")
|
||||
mail.* action(type="mmanon")
|
Loading…
Add table
Add a link
Reference in a new issue