blob: 9ed2617de0fa4bd8d4748e8abfe1769ef17612f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Don't forget to remove these log files from other files under
# /etc/logrotate.d/ !
/var/log/mail.log
/var/log/mail.info
{
rotate 3
daily
missingok
notifempty
compress
delaycompress
sharedscripts
postrotate
invoke-rc.d rsyslog rotate > /dev/null
endscript
}
|