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