diff options
author | Jesse Young <jlyo@jlyo.org> | 2011-10-27 21:32:55 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2011-10-28 07:54:35 +0000 |
commit | 058bc3c3c636ebc11323d39a99d7f636475d36c7 (patch) | |
tree | 8bb7afd4d5ab468ce5e13b60d52b748a18302b07 /testing/exim/exim.logrotate | |
parent | dcf651a483101f741cd7e9d86c910c464fb87927 (diff) | |
download | aports-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.logrotate | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/exim/exim.logrotate b/testing/exim/exim.logrotate new file mode 100644 index 0000000000..7d99b559b7 --- /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 +} |