if you use syslog for imail, you can use the same method, just placing those
unix executables on your local machine and using UNC paths to the log file
and change the {print $6} to {print $9}
grep -i "smtpd.*connect"
\\machinename\sharename\path-to-logfile\syslogcatchall.txt | gawk "{print
$9}" | sort | uniq -ci
you can use sharename or the C$ administrative share of course
