Add logrotate/dovecot

This commit is contained in:
2026-03-28 13:24:33 +00:00
parent d454f9c5ad
commit db5bc2589c

11
logrotate/dovecot Normal file
View File

@@ -0,0 +1,11 @@
/var/log/dovecot.log {
daily
rotate 15
missingok
notifempty
compress
delaycompress
postrotate
doveadm log reopen
endscript
}