Skip to main content

Email account

Comments

5 comments

  • cPanelMichael
    Hello :) You may find this thread helpful: Find scripts responsible for sending out spam Thank you.
    0
  • Ivo Danic
    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
  • cPanelMichael
    Did you access SSH as the "root" user when attempting to run the command? Thank you.
    0
  • Ivo Danic
    Yeap! i access as the root!
    0
  • cPanelMichael
    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.