diff options
Diffstat (limited to 'network/amavisd-new/amavisd-new.logrotate')
-rw-r--r-- | network/amavisd-new/amavisd-new.logrotate | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/network/amavisd-new/amavisd-new.logrotate b/network/amavisd-new/amavisd-new.logrotate new file mode 100644 index 0000000000000..8db443ff19509 --- /dev/null +++ b/network/amavisd-new/amavisd-new.logrotate @@ -0,0 +1,8 @@ +/var/log/amavisd-new.log { + rotate 5 + notifempty + missingok + size 100k + nocompress + copytruncate +} |