Files
ansible/roles/shell/files/etc/cron.daily/postfix_stats

3 lines
126 B
Plaintext
Raw Normal View History

2020-01-13 08:38:01 -05:00
#!/bin/bash
2020-05-31 21:25:11 -04:00
/usr/sbin/pflogsumm -d today /var/log/mail.log | mail -s "Mail Report for `date +%Y/%m/%d`" postmaster@thunix.net