B
Bertan Linson
Guest
It appears as though my /usr/local/psa/etc/logrotate.conf is not running. My maillog is HUGE and I am getting errors because of it.
My logrotate.conf looks like this. Files are not rotating, they are just getting bigger!
include /usr/local/psa/etc/logrotate.d
/usr/local/psa/var/log/xferlog.processed {
missingok
rotate 3
size 10M
compress
nocreate
}
/usr/local/psa/var/log/maillog.processed {
missingok
rotate 3
size 10M
compress
nocreate
}
/usr/local/psa/var/log/psi.log {
missingok
daily
rotate 3
size 10M
compress
nocreate
}
/usr/local/psa/admin/logs/*_log {
weekly
rotate 12
missingok
notifempty
copytruncate
compress
}
/usr/local/psa/var/webalizer.cache {
missingok
rotate 0
size 512M
nocreate
}
Where can I look to insure this runs?
My logrotate.conf looks like this. Files are not rotating, they are just getting bigger!
include /usr/local/psa/etc/logrotate.d
/usr/local/psa/var/log/xferlog.processed {
missingok
rotate 3
size 10M
compress
nocreate
}
/usr/local/psa/var/log/maillog.processed {
missingok
rotate 3
size 10M
compress
nocreate
}
/usr/local/psa/var/log/psi.log {
missingok
daily
rotate 3
size 10M
compress
nocreate
}
/usr/local/psa/admin/logs/*_log {
weekly
rotate 12
missingok
notifempty
copytruncate
compress
}
/usr/local/psa/var/webalizer.cache {
missingok
rotate 0
size 512M
nocreate
}
Where can I look to insure this runs?
Last edited by a moderator: