mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-09-21 03:39:57 +00:00
3 lines
117 B
Bash
3 lines
117 B
Bash
#!/bin/bash
|
|
/usr/sbin/pflogsumm /var/log/mail.log | mail -s "Mail Report for `date +%Y/%m/%d`" postmaster@thunix.net
|