Skip to main content

x script question

Comments

2 comments

  • John
    Can you paste the output of exim -Mvh queue ID
    0
  • cPanelMichael
    Hello :) Try running the following command:
    awk '$3 ~ /^cwd/{print $3}' /var/log/exim_mainlog | sort | uniq -c | sed "s|^ *||g" | sort -nr
    This may help determine which directory most the SPAM is coming from. Thank you.
    0

Please sign in to leave a comment.