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