• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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