Skip to main content

Bandwidth Suspension due to SMTP

Comments

3 comments

  • kodeslogic
    Possibly this may be due to spamming, Have you harden your PHP versions for scripts not to send mails using mail(), and alternative secure smtp() should be used for php scripts. I would suggest getting in touch with one of the Certified
    0
  • OwenC
    Possibly this may be due to spamming, Have you harden your PHP versions for scripts not to send mails using mail(), and alternative secure smtp() should be used for php scripts. I would suggest getting in touch with one of the Certified
    0
  • cPRex Jurassic Moderator
    I would expect there to be some type of data logged on the mail log. Do you see an increase in size of the /var/log/exim_mainlog file on the system? /var/log/maillog wouldn't show the actual email transactions, so if there was a script sending messages you may not find much there. You may also want to read through our guide on tracking down spammers here, as that could be helpful for this situation:
    0

Please sign in to leave a comment.