diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-12-11 07:33:02 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-12-11 07:33:02 +0300 |
commit | 7af3f663df2a7ae1266722ad80831d643ba9a4cf (patch) | |
tree | 7807b7093743fc1493f76eeae77eb75eac56b9c5 /mail-mta/exim/files/exim.logrotate | |
parent | 5718cc240f2d0e0806fc1b69d33acc976f6b8a46 (diff) |
exim: added scm version to always have fresh fixes (bugs)
Diffstat (limited to 'mail-mta/exim/files/exim.logrotate')
-rw-r--r-- | mail-mta/exim/files/exim.logrotate | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail-mta/exim/files/exim.logrotate b/mail-mta/exim/files/exim.logrotate new file mode 100644 index 0000000..f54f8c4 --- /dev/null +++ b/mail-mta/exim/files/exim.logrotate @@ -0,0 +1,9 @@ +/var/log/exim/exim*.log { + daily + missingok + rotate 28 + compress + delaycompress + notifempty + create 640 mail mail +} |