J
jeykalu
Guest
I try to rotate the /usr/local/psa/var/log/maillog file. The problem is that it rotates but after the maillog doesn't work. Here my logrotate.conf code, I think I have to add something in postrotate... What do you think ?
/usr/local/psa/var/log/maillog {
size=1024k
rotate 10
compress
missingok
}
Thanks.
/usr/local/psa/var/log/maillog {
size=1024k
rotate 10
compress
missingok
}
Thanks.