diff options
Diffstat (limited to 'files/postfix/logrotate')
-rw-r--r-- | files/postfix/logrotate | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/files/postfix/logrotate b/files/postfix/logrotate new file mode 100644 index 0000000..86dc743 --- /dev/null +++ b/files/postfix/logrotate @@ -0,0 +1,13 @@ +/var/log/postfix.log { + missingok + notifempty + weekly + rotate 3 + compress + compresscmd /bin/bzip2 + compressext .bz2 + sharedscripts + postrotate + /etc/init.d/postfix reload > /dev/null 2>&1 || true + endscript +} |