summaryrefslogtreecommitdiffstats
path: root/network/amavisd-new/amavisd.logrotate
diff options
context:
space:
mode:
author Nishant Limbachia2010-04-09 19:19:58 +0200
committer David Somero2010-05-15 10:26:20 +0200
commit966d49843a7d82c661e580965e810496eb9636b9 (patch)
treea167b8201126ae03cb652f0a5f66f3d4cfeb3ad6 /network/amavisd-new/amavisd.logrotate
parent6f23c76e287a083d5f479f968df38381a3b7424f (diff)
downloadslackbuilds-966d49843a7d82c661e580965e810496eb9636b9.tar.gz
network/amavisd-new: Added (MTA <--> content checker interface)
amavisd-new is an interface between message transfer agent (MTA) and one or more content checkers.
Diffstat (limited to 'network/amavisd-new/amavisd.logrotate')
-rw-r--r--network/amavisd-new/amavisd.logrotate8
1 files changed, 8 insertions, 0 deletions
diff --git a/network/amavisd-new/amavisd.logrotate b/network/amavisd-new/amavisd.logrotate
new file mode 100644
index 0000000000..c7f5342714
--- /dev/null
+++ b/network/amavisd-new/amavisd.logrotate
@@ -0,0 +1,8 @@
+/var/log/amavisd.log {
+ rotate 5
+ notifempty
+ missingok
+ size 1M
+ nocompress
+ copytruncate
+} \ No newline at end of file