Fixing reports for mail
This commit is contained in:
parent
b7059fc0c4
commit
4a5d67e3f8
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
/usr/sbin/pflogsumm /var/log/mail.log.1 | mail -s "Mail Report for `date +%Y/%m/%d`" postmaster@thunix.net
|
/usr/sbin/pflogsumm /var/log/mail.log | mail -s "Mail Report for `date +%Y/%m/%d`" postmaster@thunix.net
|
||||||
|
|
Loading…
Reference in New Issue