From 0ac9d5a3ccd62ad96a51eda8cc9a1107a1a3eab4 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Sun, 31 May 2020 21:25:11 -0400 Subject: [PATCH] Making more better --- 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 8eab39d..a7b6c60 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 | mail -s "Mail Report for `date +%Y/%m/%d`" postmaster@thunix.net +/usr/sbin/pflogsumm -d today /var/log/mail.log | mail -s "Mail Report for `date +%Y/%m/%d`" postmaster@thunix.net