summaryrefslogtreecommitdiffstats
path: root/testing/exim/exim.logrotate
diff options
context:
space:
mode:
authorJesse Young <jlyo@jlyo.org>2011-10-27 21:32:55 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2011-10-28 07:54:35 +0000
commit058bc3c3c636ebc11323d39a99d7f636475d36c7 (patch)
tree8bb7afd4d5ab468ce5e13b60d52b748a18302b07 /testing/exim/exim.logrotate
parentdcf651a483101f741cd7e9d86c910c464fb87927 (diff)
downloadaports-058bc3c3c636ebc11323d39a99d7f636475d36c7.tar.bz2
aports-058bc3c3c636ebc11323d39a99d7f636475d36c7.tar.xz
testing/exim: new aport
A Message Transfer Agent http://www.exim.org/ Signed-off-by: Jesse Young <jlyo@jlyo.org>
Diffstat (limited to 'testing/exim/exim.logrotate')
-rw-r--r--testing/exim/exim.logrotate13
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/exim/exim.logrotate b/testing/exim/exim.logrotate
new file mode 100644
index 000000000..7d99b559b
--- /dev/null
+++ b/testing/exim/exim.logrotate
@@ -0,0 +1,13 @@
+/var/log/exim/exim*.log {
+ daily
+ missingok
+ rotate 28
+ compress
+ delaycompress
+ notifempty
+ create 640 mail mail
+ sharedscripts
+ postrotate
+ /etc/init.d/exim reload > /dev/null
+ endscript
+}