• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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. M

    Microupdates overwrite PassivePorts

    hi @trialotto no that's not the problem. I have other servers and it works properly. The problem is not my local firewall
  2. M

    Microupdates overwrite PassivePorts

    Hi @trialotto I'm not english and I thought that expression was used to show the post, sotty if it is not! No, I can connect to FTP server but only with setting "normal FTP (insecure)". If I try to set: explicit FTP over TLS if available, it does not work. File "passiveports.conf" is properly...
  3. M

    External SMTP Relay not sending email from Plesk Panel.

    Have you try to set port 25? Have you eneble "smtp authorization"?
  4. M

    Cannot log into Plesk Panel

    Try: /usr/local/psa/bootstrapper/pp12.0.18-bootstrapper/bootstrapper.sh repair Or these links can help you: http://kb.odin.com/en/118757 http://talk.plesk.com/threads/nginx-bad-gateway.261367/
  5. M

    Microupdates overwrite PassivePorts

    @trialotto I have opened my passive ports on my firewall, passiveport.conf is correct but I cannot use How can I check if there is an error?
  6. M

    Microupdates overwrite PassivePorts

    Yes but that file was modified from your partner trought a premium service. Now I have created a passiveports.conf file.
  7. M

    Microupdates overwrite PassivePorts

    Up and happy Aester :D
  8. M

    Microupdates overwrite PassivePorts

    @trialotto I have tried to add only this: PassivePorts 57000 58000 and it seems that works but I need that it works with this settings of FileZilla: use explicit FTP over TLS if available. Thank you
  9. M

    Microupdates overwrite PassivePorts

    @trialotto, excuse me, I created this file: passiveports.conf in /etc/proftpd.d/ with this settings: PassivePorts <start> 57000 58000 <end> but it does not work. How is it possible? I dont understand correctly. Thanks.
  10. M

    Microupdates overwrite PassivePorts

    @trialotto, thank you. I try to add that new file you said me. Thanks
  11. M

    Microupdates overwrite PassivePorts

    So is it useless to edit this file etc/proftpd.d/50-plesk ? That modify was done by abdi!
  12. M

    Microupdates overwrite PassivePorts

    Hi, how is it possible that if I set PassivePorts in /etc/proftp.d/vim 50-plesk.conf then they are deleted after updates? Thank's
  13. M

    How to redirect http to https?

    Hi, I have pasted it without your configuration only to controll the correct configuration of nginx.conf. Now in nginx.conf I added this strings: if ($host ~* ^orderhosting.it$) { rewrite ^(.*)$ https://orderhosting.it.de$1 permanent; } As you said and after error_log...
  14. M

    How to redirect http to https?

    #ATTENTION! # #DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY, #SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED. server { listen 192.99.36.73:443 ssl; server_name orderhosting.it; server_name www.orderhosting.it; server_name...
  15. M

    How to redirect http to https?

    Hi, I have tried to add that lines after: error_log "/var etc" but with no success. This is what I added: if ($host ~* ^orderhosting.it$) { rewrite ^(.*)$ https://orderhosting.it.de$1 permanent; } Thank you
  16. M

    How to redirect http to https?

    Hi, I receive the same error. How is it possible?
  17. M

    How to redirect http to https?

    Hi, I have tried both settings but I receive this error: ERR_TOO_MANY_REDIRECTS I have error of loop. How is it possible?
Back
Top