]> git.pld-linux.org Git - packages/exim.git/blobdiff - exim.logrotate
- Updated to match exim configuration.
[packages/exim.git] / exim.logrotate
index 44e18fc62e3b0ef6de9a33b66030e8e408cdcf6c..4876d557085dcea1b3cfe0be12bba1795a13976d 100644 (file)
@@ -1,20 +1,20 @@
-/var/log/exim/mainlog {
+/var/log/exim/main.log {
     postrotate
        /usr/bin/killall -HUP exim
     endscript
 }
 
-/var/log/exim/rejectlog {
+/var/log/exim/reject.log {
     postrotate
        /usr/bin/killall -HUP exim
     endscript
 }
-/var/log/exim/paniclog {
+/var/log/exim/panic.log {
     postrotate
        /usr/bin/killall -HUP exim
     endscript
 }
-/var/log/exim/processlog {
+/var/log/exim/process.log {
     postrotate
        /usr/bin/killall -HUP exim
     endscript
This page took 0.030042 seconds and 4 git commands to generate.