From 4a5d67e3f8d9aac7c589cd26315567cf07a17713 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Sun, 31 May 2020 21:24:08 -0400 Subject: [PATCH] Fixing reports for mail --- roles/shell/files/etc/cron.daily/postfix_stats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/shell/files/etc/cron.daily/postfix_stats b/roles/shell/files/etc/cron.daily/postfix_stats index 99ba668..8eab39d 100644 --- a/roles/shell/files/etc/cron.daily/postfix_stats +++ b/roles/shell/files/etc/cron.daily/postfix_stats @@ -1,2 +1,2 @@ #!/bin/bash -/usr/sbin/pflogsumm /var/log/mail.log.1 | mail -s "Mail Report for `date +%Y/%m/%d`" postmaster@thunix.net +/usr/sbin/pflogsumm /var/log/mail.log | mail -s "Mail Report for `date +%Y/%m/%d`" postmaster@thunix.net