• 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

Recent content by Kroptokin

  1. K

    Input Enormous price increases yet again for 2025

    AS the OP poinrs out 39 USD pcm if bought direct. But they can still make a profit selling it for 12 USD pcm! That looks like over-priced to me. Even at the 12 USD multiply that by the number of installations worldwide and consider what it is - a bunch of scripts, most of which are not new...
  2. K

    Input Enormous price increases yet again for 2025

    Nonetheless everything I say is true - the main list of backups, accessed from the main Tools and Settings page just lists all the backups mixed up together. The only way to see which is which is to hover over the filename and read it in the browser toolbar! And it is also the case that there is...
  3. K

    Input Enormous price increases yet again for 2025

    Really? Plesk License Pricing Plans & Options. Plesk Discounts. my edition costs 38 Euros pcm if bought from Plesk - my ISP charges GBP 119. per year ( = 140 Euros per year or 12 Euros pcm) - so my ISP is getting (and passing on to me) a huge discount on this over-priced product,
  4. K

    Input Enormous price increases yet again for 2025

    The backup system is a Porsche 911? If so - I certainly wouldn't buy a Porsche 911. It is clunky - doesn't actually display the scheduled back ups (until you reset one) and mixes up domain backups with each other and the whole system. A total mess. if the reason it is so expensive is because of...
  5. K

    Input Enormous price increases yet again for 2025

    Yes. Hopefully I'm done with this. Just paid a bill to my ISP: £134.40 for a VPS. £119.88 for Obsidian Web Host edition. I'm going to try ISP Manager.
  6. K

    Question How to fix ssh logout time?

    How can I extend the SSH session time in Plesk? I have made changes to sshd_config e.g ClientAliveInterval ssh but it still kicks me out after about 20 minutes. Is this is Plesk thing? Can I control this in Plesk? I am talking about SSH sessions using Putty not the built into Plesk SSH client...
  7. K

    Resolved How to control smtp.mailfrom in mails sent from Plesk?

    OK. Thanks again and sorry. It turns out the mailfrom header was being set because I was forwarding the emails. domain1 => [email protected] => a personal email. Once I send the emails directly from Plesk, using the above code, with no forwarding step I see smtp.mailfrom=domain1.com
  8. K

    Resolved How to control smtp.mailfrom in mails sent from Plesk?

    thanks @scsa20 - to be honest, I already have something like this using PHPMailer, and I already tried mail() (that was why I switched to PHPMailer). I need to solve this problem, so I will keep looking. When I find the result I will post it back here.
  9. K

    Question Cannot connect to SMTP server on localhost using tls (or ssl)

    Thanks @Kaspar - it does try to connect when I use the Plesk server hostname. But now, a message about 'incorrect certificate'. I tried on ports 468 and 587, So; it looks like progress but not there yet. Will keep trying, thanks for your input.
  10. K

    Question Cannot connect to SMTP server on localhost using tls (or ssl)

    On local host I can connect to the SMTP server using basic authentication on port 25 but I cannot connect using tls or ssl. (I am trying to connect from code). I have tried ports 465 and 587. (I cannot telnet to 587 but I can to 465). I just get "Connection refused" from my client library. I...
  11. K

    Resolved How to control smtp.mailfrom in mails sent from Plesk?

    I am sending mail from a Plesk Server using PHPMailer. I have several domains on this server. I am connecting to the mail server with this code: $mail->Host = 'localhost'; $mail->SMTPAuth = true; $mail->Username = '[email protected]'...
  12. K

    Question Mail accounts simply missing

    Ok. So. Under Mail Server Settings on the main screen find Enable mail management functions in Plesk and tick it. (I did not untick it - so not sure how that happened).
  13. K

    Question Mail accounts simply missing

    Last time I logged into Plesk on the domains tab (per domain) there were 3 tabs: Dashboard, Hosting and DNS and Mail I think. Now I see 'Getting Started' which may be new The problem is when I click on the Mail tab. Previously I got a page where I could manage email accounts for the domain -...
  14. K

    Question How does Plesk handle OS updates?

    Hi This is a general question - I am trying to deepen my understanding. The question does not relate to a specific bug. I understand that Plesk (if enabled) uses Yum to get system updates. This system may also update third-party components e.g. Apache or PHP. However; it seems it does not...
Back
Top