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

    Question limit access to email smtp via IP address.

    How about Plesk firewall rules for that? Disallow all mail access from ips other than server ip address and other servers addresses.
  2. TorbHo

    Resolved How to get ip address with apache listening to localhost

    I can now download 18.0.56 Update 2 which seems to fix that problem. https://docs.plesk.com/release-notes/obsidian/change-log/?18056#plesk-18056-mu2 Thank you
  3. TorbHo

    Issue Outgoing mail limitation

    That's just the default setting for new mail accounts. Check settings for individual mail accounts under the subscriptions.
  4. TorbHo

    Resolved Curl error: (6) Couldn't resolve host name

    Yes. Comment out all other lines with nameserver x.x.x.x 8.8.8.8 is Google DNS Server. It is intended for testing purpose if 127.0.0.1 still does not work. bind9 should work with nameserver 127.0.0.1 for resolv.conf
  5. TorbHo

    Resolved Curl error: (6) Couldn't resolve host name

    Please check the settings of /etc/resolv.conf Try adding nameserver 127.0.0.1 nameserver 8.8.8.8 and comment everything else like # nameserver 127.0.0.53
  6. TorbHo

    Resolved How to get ip address with apache listening to localhost

    I have blocked ports 7080 and 7081 in the Plesk Firewall. To me, this seems to be a better solution and so far, I haven't encountered any problems with it. Have I overlooked something? Is there any reason not to block these ports in the firewall?
  7. TorbHo

    Resolved How to get ip address with apache listening to localhost

    I'm sorry, I posted to the wrong location. This thread belongs to Plesk Obsidian for Linux, not Onyx. Yes, it is Ubuntu. Thank you, I will try it.
  8. TorbHo

    Resolved How to get ip address with apache listening to localhost

    I tried the solution for but I get the error /etc/httpd/conf/httpd.conf dir or file not found If I understand correctly, if I could do that, I had to add: RemoteIPHeader CF-Connecting-IP RemoteIPTrustedProxy 127.0.0.1 into a new file like: /etc/httpd/conf.d/localhost.conf Is that correct?
  9. TorbHo

    Resolved How to get ip address with apache listening to localhost

    Hello, we used the command plesk bin apache --listen-on-localhost true as described in https://support.plesk.com/hc/en-us/articles/17793065826839 After that we have problems, because some code needs to get the visitor's ip address with PHP $_SERVER[ 'REMOTE_ADDR' ] or with .htaccess Allow from...
  10. TorbHo

    Issue Problem with basic http auth (password protected dirs)

    Hello and thank you @Peter Debik . I will use a workaround until the final fix is released.
  11. TorbHo

    Question Transfer of DKIM Key to DNS

    Okay, thank you. I will vote for this feature.
  12. TorbHo

    Issue Problem with basic http auth (password protected dirs)

    Just to complement: when I remove the password protection from domain, everything works as expected. When I switch it on again, I receive error 404 for all files in subdirectories, not 401 as mentioned above.
  13. TorbHo

    Issue Problem with basic http auth (password protected dirs)

    Hello, I had this problem once, but I could solved it by recreating the subscription. Now I have the same problem with another subscription. We have several domains, which have password protected directories (basic httpauth). Now some files and directories could not be opened, error 401. I...
  14. TorbHo

    Question Transfer of DKIM Key to DNS

    Hello, we have the following server constellation: A: a Plesk DNS Server which synchronizes via Slave DNS Manager with B: different Linux DNS-Servers without Plesk (just BIND) C: Than we have our Mailservers, which run with Plesk (no BIND). The question is: is there an automated way, how can...
  15. TorbHo

    Resolved DKIM default settings for new subscriptions

    Thank you. It seems to work now.
  16. TorbHo

    Resolved DKIM default settings for new subscriptions

    So, if I understand correctly, this DKIM option in "Mail Settings" is still there, if I uninstall BIND on this server? I thought you could only select it, if BIND is installed and accessible.
  17. TorbHo

    Resolved DKIM default settings for new subscriptions

    For DKIM. If it is not needed, how do I get the public key, which is to be added to the DNS-records? And how are the Mails signed which are sent through the Plesk server, if DKIM is switched off?
  18. TorbHo

    Resolved DKIM default settings for new subscriptions

    We would like to enable DKIM, but for specific domains only, but we use an external DNS Service. That is why we have enabled BIND, so that we can insert the Plesk-given DKIM signature manually.
  19. TorbHo

    Resolved DKIM default settings for new subscriptions

    Thank you. We will implement DKIM in the future. By now, I'm just looking for a quick solution for this problem. I know, that I can disable DKIM for all domains with: But how can I do that for newly created Domains, only. I'm thinking about a script via event manager, which runs after a new...
  20. TorbHo

    Resolved DKIM default settings for new subscriptions

    Hi, I just discovered that the default DKIM settings for new subscriptions changed in Plesk. Was this changed by a recent update? Some time ago, when I created a new subscription, DKIM for outgoing mails was deactivated by default. Since we use an external DNS Server, this was great. If there...
Back
Top