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