Skip to content

Instantly share code, notes, and snippets.

@colemanjp
Created October 1, 2014 01:09
Show Gist options
  • Save colemanjp/ade6e52dd60b8ad74a9d to your computer and use it in GitHub Desktop.
Save colemanjp/ade6e52dd60b8ad74a9d to your computer and use it in GitHub Desktop.
count unique smtp auth users
awk -F, '/sendmail.*authid=/{print $3}' maillog maillog.1 | sort -u | wc -l
788
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment