11 lines
143 B
Text
11 lines
143 B
Text
|
### {{ ansible_managed }}
|
||
|
|
||
|
/var/log/{{ mail_sasl_log }} {
|
||
|
rotate 2
|
||
|
daily
|
||
|
missingok
|
||
|
notifempty
|
||
|
delaycompress
|
||
|
compress
|
||
|
}
|