15 lines
238 B
Plaintext
15 lines
238 B
Plaintext
/var/log/postfix.log
|
|
{
|
|
rotate 30
|
|
daily
|
|
missingok
|
|
notifempty
|
|
compress
|
|
delaycompress
|
|
extension log
|
|
create 0644 postfix postfix
|
|
postrotate
|
|
supervisorctl restart postfix
|
|
endscript
|
|
}
|