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

    Resolved Email encoding after upgrade to 18.0.65

    Yes, it seems to work now.
  2. TorbHo

    Resolved Email encoding after upgrade to 18.0.65

    There is an update available now. See: https://docs.plesk.com/release-notes/obsidian/change-log/?18065#plesk-18065-mu1
  3. TorbHo

    Resolved Email encoding after upgrade to 18.0.65

    We are experiencing numerous issues with this encoding bug, and the problem has persisted for over a week. Please resolve it NOW.
  4. TorbHo

    Question Mailarchive - Protect all mails from deleting

    Thank you, Peter. I would also like to vote for it, but the topic has already been rejected by Plesk.In addition, my experience with feature requests is that it takes several years for Plesk to respond - if at all. I don't have several years to spare, so I'm looking for a solution that helps me...
  5. TorbHo

    Question Mailarchive - Protect all mails from deleting

    No solution, yet? How about a file / directory protection for this specific mailaddress via ssh? Could this lead to any problems?
  6. TorbHo

    Question Mailarchive - Protect all mails from deleting

    We need something like an email archive. Therefore, we plan to copy all emails from one mailbox to another. Is there a way to protect a specific mailbox from accidentally deleting any emails?
  7. TorbHo

    Question dist-upgrade script for other Linux distributions

    I have just found the automated script for the dist-upgrade from Ubuntu 18 to 20 as described here: https://support.plesk.com/hc/en-us/articles/12377714344983. Will there be similar scripts available for other Linux distributions like Debian as well?
  8. TorbHo

    Question Is it safe to use Dovecot ACL read-only with Plesk

    Our customers need a way to secure emails in a separate mailbox that is read-only, so the mails can be viewed but not deleted. I came across the ACL Plugin from Dovecot, which is installed by default in Plesk but not activated. Using ACL seems to achieve this. Is it safe to use this plugin, or...
  9. TorbHo

    Resolved No DKIM key generated/shown when DNS component is not installed

    #!/bin/bash /usr/local/psa/bin/domain_pref --update ${NEW_DOMAIN_NAME} -sign_outgoing_mail false @Kaspar Yes, this event seems to work as a workaround. Thank you.
  10. TorbHo

    Resolved No DKIM key generated/shown when DNS component is not installed

    @Kaspar Thank you, but your solution would result in another problem. Since we are using an external DNS server, DKIM would be enabled by default for all newly created email accounts, even if it is not set up. This behavior was introduced in one of the recent Plesk patches.
  11. TorbHo

    Resolved No DKIM key generated/shown when DNS component is not installed

    Hello, this issue has been ongoing for a few days now. Is there any workaround available to us until the patch is released? How can I obtain the required DKIM record?
  12. 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.
  13. 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
  14. TorbHo

    Issue Outgoing mail limitation

    That's just the default setting for new mail accounts. Check settings for individual mail accounts under the subscriptions.
  15. 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
  16. 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
  17. 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?
  18. 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.
  19. 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?
  20. 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...
Back
Top