Postfix-Reporting mit Pflogsum

apt-get install pflogsum

/usr/local/bin/postfix_report.sh

#!/bin/bash 

/usr/sbin/pflogsumm -d yesterday --problems_first /var/log/mail.log.1 > /tmp/pflogsumm
/usr/bin/mailx -s "Automatischer Postfix-Report von $(hostname)" -r postfix-admin@station7.example.de postfix-admin@station7.example.de < /tmp/pflogsumm

/etc/cron.d/postfix_report

55 6 * * * root /usr/local/bin/postfix-report.sh



zurück