/ Published in: Bash
Expand |
Embed | Plain Text
cat /var/log/maillog |grep -I smtp_auth | grep -I user | awk '{print $9}' | sort | uniq -c | sort -n
You need to login to post a comment.
cat /var/log/maillog |grep -I smtp_auth | grep -I user | awk '{print $9}' | sort | uniq -c | sort -n
You need to login to post a comment.