Find which users are sending email on a server Wordpress Guru › Find which users are sending email on a server › +39.0645491071 September 7, 2015 By Ovidiu Purdea Leave a Comment All you have to do is to type this: grep cwd /var/log/exim_mainlog | awk '/public_html/ {print $3}' | sort | uniq -c
Leave a Reply