• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue Problem with SPAM send from my server

G J K

New Pleskian
Hi

I have a Plesk 11.5 server running with Postfix. Somehow someone is managing to use my server to send spam. We have now been digging for day to see how we can stop this and how it is done.

The problem is that the headers of these mail do not reveal a lot of info.

Code:
X-No-Auth: unauthenticated sender
X-No-Relay: not in my network
Received: from localdomain.com (host.server.net [127.0.0.1])
   by host.server.net (Postfix) with ESMTP id E93FF78185D
    for <[email protected]>; Sat, 24 Sep 2016 07:32:03 +0200 (WAST)
Date: Sat, 24 Sep 2016 05:32:03 +0000 (UTC)
From: localdomain <[email protected]>
To: [email protected]
Message-ID: <[email protected]>
Subject: FW:  howre you?
MIME-Version: 1.0
Content-Type: multipart/alternative;
    boundary="----=_Part_6022060_1414746959.1474695123552"
X-mailer: Mailer v1.0


The email is sent without authentication, the server is set to do authentication.
We are unable to tie these message to any specific domain or user account.

Can someone please assist to stop this spam attack?

Thanks
 
Looks like it could be a local PHP script that is being exploited. I would log all email requests coming from httpd or nginx.
 
Back
Top