Hello
You can try using a command like this one to track down the source of SPAM:
Code:
awk '/cwd=\/home\// {print $3}' /var/log/exim_mainlog|sort|uniq -c|sort -n
Thank you.
Translation:
Olá
Você pode tentar usar um comando como este para rastrear a origem do Spam:
Code:
awk '/cwd=\/home\// {print $3}' /var/log/exim_mainlog|sort|uniq -c|sort -n
Obrigado.