From b8e789b9190f799d5cf6c028fed85bf484b221f8 Mon Sep 17 00:00:00 2001 From: Tobias Date: Sat, 28 Mar 2026 13:24:59 +0000 Subject: [PATCH] Add logrotate/postfix --- logrotate/postfix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 logrotate/postfix 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