/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
cat /var/log/maillog |grep -I smtp_auth | grep -I user | awk '{print $9}' | sort | uniq -c | sort -n