• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Finding a Spammer - Qmail

KrazyBob

Regular Pleskian
Somehwere on a Linux Plesk 8.2 server is a hole that is allowing spammers from all over the world to spam through. I am blocking IP's as fast as possible, but this isn't the solution. It seems that even with mail stopped from within Plesk the mail still flows. Stopping mail from SSH with

Code:
/usr/local/psa/admin/bin/mailmng --stop-qmail-send

does not stop the flow.

I have modified the sendmail file to show PHP senders and none seem to appear. All users are reported to have changed their passwords and by the looks of their passwords, they are secure and not dictionary.

The symptom is running out of SMTP connections and this is being logged in /var/log/messages as xinetd stopping for 30 seconds.

Code:
Jul 11 12:51:47 abb01 xinetd[13631]: Activating service smtp
Jul 11 12:51:48 abb01 xinetd[13631]: Deactivating service smtp due to excessive incoming connections.  Restarting in 30 seconds.
Jul 11 12:52:16 abb01 xinetd[13631]: Service smtp: server exit with 0 running servers
Jul 11 12:52:18 abb01 xinetd[13631]: Activating service smtp
Jul 11 12:52:18 abb01 xinetd[13631]: Deactivating service smtp due to excessive incoming connections.  Restarting in 30 seconds.

qmail-smtpd appears to be the sending mechanism.

The OS is CentOS 4.5 on Virtuozzo 3.0

running the PID using lsof -p <PID> doesn't reveal anything helpful.

I simply do not know where to look further.
 
Back
Top