Zimbra login errors report

Creat script and config in crontab

#!/bin/bash

cat /opt/zimbra/log/audit.log |grep -i "authentication failed" > /var/log/auth_error.log

mail -s "Login Errors Report" admin@domain.com < /var/log/auth_error.log

Create pem certificate

 Creating a .pem with the Private Key and Entire Trust Chain     Log into your DigiCert Management Console and download your Intermediate (D...

Mais vistos