• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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