• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Search results

  1. M

    Question Hackers are sending tons of mails

    Thank you very much for help guys! I solved the issue. I just restored the server to earlier time and applied @Mikhail_S's post. Basically, removing old phpmailer on my webpage (this was for contact page to send email by visitors to me) and adding mail sending limitation per hour solved the...
  2. M

    Question Hackers are sending tons of mails

    Hello everyone, i think hackers are abusing phpmailer script on my webpage. I received over 5000 mails in couple of minutes like this: In the not delivered mails i see this log: And in plesk i see there are 35k mails delayed but if i click it i don't see anything Under Action Logs i...
  3. M

    Question Cannot change Webmail

    Hello, i try to change webmail service from Horde to Roundcube or SoGo but it takes forever. As you can see on the SS below, "please wait" is there since 30 mins. I tried to restart server and try again but no hope. Maybe someone has idea? Many thanks!
  4. M

    Issue Can't Login to the Plesk Repair Kit

    I solved the issue above. I logged to SmarTTY (or putty, depends which SSH software you are using) with my root account. Then i typed That use "admin" as username and the password you just set up. That's it.
  5. M

    Issue Can't Login to the Plesk Repair Kit

    I have the same issue. Would someone have idea how to solve this?
  6. M

    Question Syntax Error - Update Error

    Hello everyone, I have following problem. If i try repair plesk, i get "Syntax error" Or i cannot update plesk: Any idea how to solve these issues? Many thanks!
  7. M

    run-parts: /etc/cron.daily/pleskupdate exited with return code 1

    As a strato ubuntu server user i have the same issue… I hope Strato and Plesk can find a solution together…
  8. M

    Issue My plesk server is completely down

    Hello everyone, Yesterday night everything was alright. But today morning i received following error mail from plesk: After this message i tried to log in plesk but after i clicked login, the page was not reacting. My webpage and my webmail were down. I could log in to putty but it was too...
  9. M

    Question Mail server is not working till restart

    Looks like, i don't have any issue anymore. Thank you so much @Peter Debik !
  10. M

    Question Mail server is not working till restart

    /usr/local/psa/admin/conf/templates/default/webmail/roundcube.php is the correct one, i don`t have folder named "custom". I don`t use roundcube, i like horde. I opened horde.php via "vi" command and inside looks like this: I could not find /etc/htppd folder. I am using ubuntu. But i found...
  11. M

    Question Mail server is not working till restart

    I cannot even reach the webmail page while my webpages are working. After restarting my server, webmail works again.
  12. M

    Question Mail server is not working till restart

    Hello everyone, my web pages are working without any issue. But somehow sometimes my webmail.mywebpageadress.com is not working or mails are not coming. After i restart the server via plesk everything is working again. I feel like, i need to restart server every day, if not every 2 days. What...
  13. M

    Question How can i get SSL for my ip adress for plesk?

    Hi Peter, thank you. I enabled mail autodiscover but since the mail app still tries to connect imap.mywebsite.com and smtp.mywebsite.com, it receives the SSL certificate, which i chose here:
  14. M

    Question How can i get SSL for my ip adress for plesk?

    Edit: I figured something out. The mailing apps are trying to get certificates from the "Certificates currently in use for securing plesk server". So for "Certificate for securing mail" i chose imap.website.com and after trying to login via mailing app, it has no problem for imap but then...
  15. M

    Question How can i get SSL for my ip adress for plesk?

    Hi, mailing apps prefer server like imap.domainname.com and smtp.domainname.com That's why i just created these subdomains and got SSL via Let's Encrypt for these subdomains. Now while i am logging to mail apps, the mail apps still says the SSL certificate is not valid. Maybe server needs a...
  16. M

    Question How to open port for domain?

    Hello Peter! i opened /usr/local/psa/admin/conf/templates/default/domain/DomainVirtualhost.php. and changed <VirtualHost <?php echo $OPT['ipAddress']->escapedAddress ?>:<?php echo $OPT['ssl'] ? $VAR->server->webserver->httpsPort : $VAR->server->webserver->httpPort ?> <?php echo...
  17. M

    Question How to open port for domain?

    It's all about the script i want to install on my domain... That php script needs the port 9007 open...
  18. M

    Question How to open port for domain?

    In default for example port 21 and 443 are open. I can navigate to website.com:443 But from where all these settings are coming from? I checked the files under /usr/local/psa/admin/conf/templates/ but i could not find there something which allows for example ports 21 or 443 so that i can use...
  19. M

    Question How to open port for domain?

    Hi, i want to open port for webpage.com:9007 What i did is, i just navigated to /etc/apache2/ports.conf and added Listen 9007 then restarted apache. This opened the port for ip adress of server only. But on my server i have different webpages. So this didn't help for webpage.com:9007 Then i...
  20. M

    Issue Port issue in plesk firewall

    That website for the port checker says the port 9007 is open but the script which i want to install says it is not. Because 000-default.conf can regulates the ip adress of my server only. So if i put myipadress:9007 then i can navigate to my default page. So port is for the ip open. But how can...
Back
Top