mirror of
https://github.com/darold/sendmailanalyzer.git
synced 2026-05-16 14:16:00 -06:00
6 lines
347 B
Makefile
6 lines
347 B
Makefile
# SendmailAnalyzer log reporting daily cache
|
|
0 1 * * * root /usr/bin/sa_cache > /dev/null 2>&1
|
|
# Daemon restart after mail.log logrotate (cron jobs at 6:25 every day)
|
|
26 6 * * * root /etc/init.d/sendmailanalyzer restart >/dev/null 2>&1
|
|
# On huge MTA you may want to have five minutes caching
|
|
*/5 * * * * root /usr/bin/sa_cache -a > /dev/null 2>&1
|