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

3 lines
126 B
Plaintext
Raw Normal View History

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