summaryrefslogtreecommitdiffstats
path: root/network/dbmail/dbmail.logrotate
blob: 40538d5b65673925b2674d9c02d29c137769d0a2 (plain)
1
2
3
4
5
6
7
8
9
/var/log/dbmail.log /var/log/dbmail.err {
        daily
        missingok
        notifempty
        rotate 10
        compress
        delaycompress
        copytruncate
}