• 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.

Search results

  1. 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...
  2. 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 => test@domain2.com => 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
  3. 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.
  4. 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.
  5. 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...
  6. 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 = 'test@domain1.com'...
  7. 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).
  8. 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 -...
  9. 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...
  10. K

    Question Is Plesk blocked in Russia?

    Just in case anyone is interested: autoinstall.plesk.com is at least pingable from inside Russia but get.plesk.com (the url for a browser based install) is not So, taken with the lack of communication from Plesk on this topic, and the apparent blocking of the store website, the overall...
  11. K

    Question Is Plesk blocked in Russia?

    I haven't been able to get a straight answer out of Plesk. Their store site says that they don't accept Russian payment cards but then the actual page is blocked apparently based on geolocation. So it seems that it is not just a question of blocking payment cards but also blocking people on...
  12. K

    Question What does this domain setting do: "SSL/TLS certificate for mail "

    There is a documentation page Mail Settings of Domains but it doesn't say what this setting does. (Maybe someone from Plesk cares about this - but unfortunately experience suggests that that is low probability). Does anyone know what this setting does? Does it encrypt email I send from this...
  13. K

    Resolved Node.js 504 Gateway Time-out

    Pity no information was given about where this file is
  14. K

    Resolved Node.js 504 Gateway Time-out

    I get this. It it intermittent and not consistently repeatable. Probably the solution is to use something other than Plesk.
  15. K

    Question Running two node apps?

    If I run two 'node apps' on separate domains does this mean that there will be two instances of node.js running on the server? Does this have implications for memory? I can combine all the requests into one domain. Would this be advised? Thank you
  16. K

    Resolved Yum or dnf?

    Given my version of Plesk should I run yum or dnf to update the kernel? (Based on this post Plesk does not update the kernel: https://support.plesk.com/hc/en-us/articles/12377344546455) i am asking because I recently ran dnf update on a VPS with Plesk which may have been being updated with Yum...
  17. K

    Question How do I restore an SSL Certificate on a different server?

    Hi Peter Thanks. Once I had recreated my SSL based just on the Private Key file and the Certificate, by choosing Add New SSL and filling in what I had in the boxes, I was getting errors in the Apache logs: AH01909: domain.com:443:0 server certificate does NOT include an ID which matches the...
  18. K

    Question How do I restore an SSL Certificate on a different server?

    Does anyone from Plesk read these? Is there a way of giving feedback to Plesk?
  19. K

    Question How do I restore an SSL Certificate on a different server?

    There does not appear to be a way to do this through the interface. The only solution I can see is to go back to the provider and reissue the certificate. In my case both providers I use allow this. Luckily. (But it seems that this means there is in fact no point keeping your private key and CSR...
Back
Top