• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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