• 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 SPAM seemingly originating from userid

Robert S Tucker

New Pleskian
Hi, I am getting spam which appears to originate from a user on my server. Can someone explain if I understand this right? See mail header extract:

Received: by ws.bario.com (Postfix, from userid 30)
id 8745C2537C; Thu, 3 Sep 2020 01:48:12 +0000 (UTC)

I am interested in the "userid 30" - does this refer to a plesk userid (e.g. email account)?
 
That is the user id on the server. You can get the username using something like:

Code:
getent passwd 30
 
Back
Top