Email account
Hi,
I got some questions, but the main is, how i know wich email account is sending spam mails, does anybody have a tutorial to check this situation?
I want to check it from WHM.
Thanks for all!
-
Hello :) You may find this thread helpful: Find scripts responsible for sending out spam Thank you. 0 -
Hi! I saw the topic and i paid attention to the comment that has this code: awk '/cwd=\/home\// {print $3}' /var/log/exim_mainlog|sort|uniq -c|sort -n But my question is, where do i put this code? I logged in from shh and u run : awk '/cwd=\/home\// {print $3}' /var/log/exim_mainlog|sort|uniq -c|sort -n but this returns me this message: -bash: -c: command not found Thanks for all! 0 -
Did you access SSH as the "root" user when attempting to run the command? Thank you. 0 -
Yeap! i access as the root! 0 -
You can use the initial command, but it's not sorted so you will have to scroll through a long output and see which directories show up the most: grep cwd /var/log/exim_mainlog
Thank you.0
Please sign in to leave a comment.
Comments
5 comments