Created
April 2, 2013 16:05
-
-
Save a1phanumeric/5293430 to your computer and use it in GitHub Desktop.
Total dovecot_logins based on the latest exim_mainlog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
egrep -o 'dovecot_login[^ ]+' /var/log/exim_mainlog | sort|uniq -c|sort -nk 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment