SHOW:
|
|
- or go back to the newest paste.
| 1 | # m h dom mon dow command | |
| 2 | ||
| 3 | 36 8 * * * /etc/postfix/YesterdayMailActivity | |
| 4 | ||
| 5 | ||
| 6 | ||
| 7 | # /etc/postfix/YesterdayMailActivity | |
| 8 | ||
| 9 | #!/bin/sh | |
| 10 | - | pflogsumm -d yesterday --problems_first /var/log/mail.log | mail -s "Yesterdays Mail Activity" "[email protected]" |
| 10 | + | pflogsumm -d yesterday --problems_first /var/log/mail.log | mail -s "Yesterdays Mail Activity" "[email protected] |