diff --git a/logrotate/dovecot b/logrotate/dovecot new file mode 100644 index 0000000..9154482 --- /dev/null +++ b/logrotate/dovecot @@ -0,0 +1,11 @@ +/var/log/dovecot.log { + daily + rotate 15 + missingok + notifempty + compress + delaycompress +postrotate + doveadm log reopen +endscript +} \ No newline at end of file