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

Search results

  1. Fabian H

    Issue Domain change

    Have you tried if it also redirects to the old domain if no ssl certificate is selected?
  2. Fabian H

    Issue Domain change

    Just try to run plesk repair web <domain> Don't forget to change <domain> to your desired domain. This will reconfigure the config files for the domain.
  3. Fabian H

    Question Setup reverse proxy(apache2 or nginx)

    Sorry, I forgot to mention you have to disable the "Proxy mode" within the additional apache & nginx settings" (a little above).
  4. Fabian H

    Question Setup reverse proxy(apache2 or nginx)

    I would recommend you to setup the reverse proxy without plugin, as it is easier. Just go into the "additional apache and nginx settings" for your (sub)domain and enter the following to the "additional nginx directives" (at the bottom): location / { proxy_pass http://127.0.0.1:9091/; } Just...
  5. Fabian H

    Question ImunifyAV

    Hi, as far as I know, there is no option for that.
  6. Fabian H

    Forwarded to devs Plesk migrator breaks DKIM records

    https://support.plesk.com/hc/en-us/articles/360033915534 Try the workaround as resolution, hope this helps.
  7. Fabian H

    Question German Umlaute Images URL - Apache

    I would suggest not using umlauts, even if plesk supports them. They can create some errors in different configs. For the wordpress installations, you can update the permalink within the post/page itself.
  8. Fabian H

    Question High traffic website, but from where?

    So, the traffic is measured by month. You checked above the log of one single day. You could modify the commands above to the following: mkdir /root/datastats cd /var/www/vhosts/system/<yourdomain>/logs for i in *; do find $i -mtime -30 -type f -exec cp -a {} /root/datastats \;; done cd...
  9. Fabian H

    Question High traffic website, but from where?

    How do you measure the traffic from the website? Within Plesk itself?
  10. Fabian H

    Question High traffic website, but from where?

    Hi there, if you want to find the ip addresses which are connected to the server right now, just run ss -tan state established | grep ":80\|:443" | awk '{print $4}'| cut -d':' -f1 | sort -n | uniq -c | sort -nr This output counts the connections to the whole server right now. If you want to...
  11. Fabian H

    Question How to prevent of this mail attacks?

    As I'm not very familiar with the plesk firewall, I can only speak in general. SMTP, POP3 and IMAP are the ports for mail, correct. You should better block the ports given by @Monty above, as there may be some not connected to the service names. I'm not really sure, but I think the 3rd line from...
  12. Fabian H

    Issue all my email goes to spam

    Hi, to say in general: Check that the correct domain is secured and not a subdomain or something.
  13. Fabian H

    Question How to prevent of this mail attacks?

    Should be mentioned if you use mail services o some domains, then use Fail2Ban (like mentioned above) and disable mail service for all domains which are not using it.
  14. Fabian H

    Question Plesk not using indexes in database?

    In order to speed up my database I logged all queries not using indexes. There are many queries from plesk, like this: # Time: 211217 16:22:36 # User@Host: admin[admin] @ localhost [] # Thread_id: 99564 Schema: psa QC_hit: No # Query_time: 0.000300 Lock_time: 0.000088 Rows_sent: 120...
  15. Fabian H

    Question use docker image without port mapping

    I installed the latest biospheere/promcord image as docker container. But if I disable automatic port mapping, no manual port mapping is available. As in the docs, the container does not allow ports. But I asked the author of the application for the standard port, it should be 8080. After...
  16. Fabian H

    Resolved Log rotation error

    Alright, Thanks Igor!
  17. Fabian H

    Resolved Log rotation error

    I got the following mail the second time right now, how can I fix this? /etc/cron.daily/logrotate: error: stat of /usr/local/psa/var/modules/wp-toolkit/action_logs/be90b96d-59f2-4e79-a72c-513a3dfd0040/be90b96d-59f2-4e79-a72c-513a3dfd0040.log failed: Permission denied error: stat of...
  18. Fabian H

    Issue Roundcube shows mails as forbidden

    @IgorG Do you have an idea? This error stilll occurs. Is there a way to disable modsec rules only for webmail?
  19. Fabian H

    Issue Roundcube shows mails as forbidden

    Any ideas right now?
Back
Top