diff options
author | Jonas Smedegaard <dr@jones.dk> | 2004-10-10 09:30:30 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2004-10-10 09:30:30 +0000 |
commit | f0d3c59de9716a150d3160a8916595c36a590a13 (patch) | |
tree | 34cb1d90321603d74dedd80ad0768c7749b28cc6 /amavis/logrotate.d/local-amavis | |
parent | 35671e5fb47bdb993363213126191a1d4f6e6182 (diff) |
Move cron script below cron.weekly. Add logrotate script.
Diffstat (limited to 'amavis/logrotate.d/local-amavis')
-rw-r--r-- | amavis/logrotate.d/local-amavis | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/amavis/logrotate.d/local-amavis b/amavis/logrotate.d/local-amavis new file mode 100644 index 0000000..838fd3b --- /dev/null +++ b/amavis/logrotate.d/local-amavis @@ -0,0 +1,10 @@ +/var/lib/amavis/mboxes/* { + weekly + missingok + rotate 8 + compress + delaycompress + notifempty + missingok + nocreate +} |