Add logrotate/postfix

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

8
logrotate/postfix Normal file
View File

@@ -0,0 +1,8 @@
/var/log/mail.log {
daily
rotate 15
missingok
notifempty
compress
delaycompress
}