diff --git a/logrotate/postfix b/logrotate/postfix new file mode 100644 index 0000000..b8dc9c9 --- /dev/null +++ b/logrotate/postfix @@ -0,0 +1,8 @@ +/var/log/mail.log { + daily + rotate 15 + missingok + notifempty + compress + delaycompress +} \ No newline at end of file