• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

log rotation problem for maillog

bobiemac

New Pleskian
Hi,

The mail log rotation on one of our servers stooped working. i checked the /etc/psa/logrotate.conf and see that it is still configured to run every day.

Any ideas on where to look to find out why it stopped working?

Is there a way to force the rotation from a shell command?
 
Logrotation process related to gathering statistics in Plesk. It works only after statistics, because statistics will not be collected if logs is rotated already. There is maintenance script in cronjob /etc/cron.daily/50plesk-daily:

# install_statistics
/usr/local/psa/bin/sw-engine-pleskrun /usr/local/psa/admin/plib/DailyMaintainance/script.php >/dev/null 2>&1

You can use it or just use /usr/local/psa/admin/sbin/statistics (--help option for details)
Logs will be rotated after statistics calculation.
 
We are having the same problem. We manually compressed the mail log file that is getting to big and log stopped.
After restarting syslog service the log file started to gather information again but log rotate still does not work. Cron jobs have had no changes also.
 
Back
Top