• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Recent content by goldahamster

  1. G

    how to see which user is running a php spam script

    ok - thanks again As far as I can see the problem in detail is an old one from 2006: http://forum.parallels.com/showthread.php?290730-Spam-from-hole-in-Plesk so ... finally I could find the SPAMMER virus today: it really was an "admin.php" file in var/vhost/www of hte same Domain...
  2. G

    how to see which user is running a php spam script

    no way ... still SPAM is send by that php and I can not find it. sasl_username I could not find - any idea? The header always looks like this: Received: by our-server.de (Postfix, from userid 502) id 07EE0D4; Mon, 28 Apr 2014 07:42:23 +0200 (CEST) To: anyone@aol.com Subject: RE: Hi...
  3. G

    how to see which user is running a php spam script

    Thanks a lot ... it really helps ! yes ... got the tail of the maillog on the screen the last days and tried to read this - for me new - language of the postfix. Another 5000 mails came into the queue the last 6 hours. All from a sender address using different names before @ and a domain...
  4. G

    how to see which user is running a php spam script

    many thanks - it helps not to be totally alone with that theme! ... more than the kb ;-) yes ... I got the tail of the Maillog on the screen the last days and try to read this - for me - new language. the last 6 hours another 5000 mails were kept in the queue ... in other words: I...
  5. G

    how to see which user is running a php spam script

    many thanks! true - you are right output after grep with UID 502 is: psaftp:x:501:502:anonftp psa user:/:/sbin/nologin apache:x:502:503:Apache server:/:/sbin/nologin sorry - all this is new to me ... normally I'm into db programming with FileMaker ... something totally different :-) in which...
  6. G

    how to see which user is running a php spam script

    I tried, but it shows only, that the user is not loged in. I guess I found a solution by using the msql psa database with this selection: select domains.name,sys_users.login,accounts.password,sys_users.account_id from domains,sys_users,hosting,accounts where domains.id=hosting.dom_id and...
  7. G

    how to see which user is running a php spam script

    our server uses postfix and runs an php script sending out SPAM mails to mostly aol.com accounts which fills up the mail queue the detail of each mail says X-PHP-Originating-Script: 502:admin.php in other words: user with the UID 502 is sending out mails using a PHP...
Back
Top