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

Recent content by themaxx32000

  1. T

    Resolved nginx/apache proxy issue on all domains and webmail / ubuntu 22.04 on arm / external ip instead of localhost

    Can't tell for sure. The server, the backup was taken from, went offline yesterday night, so I guess it would be either the latest .60 or .59
  2. T

    Resolved nginx/apache proxy issue on all domains and webmail / ubuntu 22.04 on arm / external ip instead of localhost

    ok I fixed the issue but this needs to be implemeted in the restore routine: disabling and re-enabling the Localhost Mode fixes the configs: plesk bin apache --listen-on-localhost false && plesk bin apache --listen-on-localhost true
  3. T

    Resolved nginx/apache proxy issue on all domains and webmail / ubuntu 22.04 on arm / external ip instead of localhost

    alright, one step further: https://support.plesk.com/hc/en-us/articles/17793065826839-Enhancing-Security-with-Apache-Localhost-Mode-in-Plesk-18-0-56-PPP-43250 with Apache Localhost Mode introduced in Plesk 18.0.56 apache is set to listen to localhost only. thats fine and good but this must then...
  4. T

    Resolved nginx/apache proxy issue on all domains and webmail / ubuntu 22.04 on arm / external ip instead of localhost

    on another x86 Plesk Server running 18.0.59, apache is listening on 0.0.0.0:7080 / 0.0.0.0:7081 instead of localhost / 127.0.0.1 (which of course would also fix the issue, however the configuration on the new server is different and I need to know how to fix this).
  5. T

    Resolved nginx/apache proxy issue on all domains and webmail / ubuntu 22.04 on arm / external ip instead of localhost

    more structured as I cannot edit my first message anymore: Info: Ubuntu 22.04 on ARM fresh install with restored backup on a new machine (new IP) Facts: all Websites and their Webmail-Subdomains throw 502`s by nginx disabling nginx-proxying fixes the Websites but not webmail (as it is always...
  6. T

    Resolved nginx/apache proxy issue on all domains and webmail / ubuntu 22.04 on arm / external ip instead of localhost

    - Ubuntu 22.04 on ARM - Fresh install with restored backup on a new machine (new IP) - all Websites and their Webmail-Subdomains throw 502`s by nginx - disabling nginx-proxying fixes the Websites but not webmail (as it is always using apache) - proxy_error_log shows connect() failed (111...
  7. T

    Issue Dovecot IMAP Mail error - No SSL-Connection over Port 993

    also check cat /proc/user_beancounters | grep numproc for the numproc limit on your machine. DefaultTasksMax must be equal or smaller than numproc limit and you have to be aware that setting DefaultTasksMax == numproc limit basically means: One process can use all of the available ressources...
  8. T

    Issue Dovecot IMAP Mail error - No SSL-Connection over Port 993

    @ciB check systemctl show --property DefaultTasksMax which is set to 60 on my end. I increased this value to 300 through /etc/systemd/system.conf on another system which seems to work fine now.
  9. T

    Issue Unable to send emails after upgrading to 18.0.34

    same here (18.0.34 / Debian 9.13). changing chroot flag in master.cf and removing compatibility_level = 2 in main.cf fixed the issues. thanks @hschramm and @Andri. @plesk Team: How is it that there is not a huge "Fix 18.0.34" sticky-thread on top of the forum? Apart from srewing up the mails...
  10. T

    Webmail shows only text after changing link

    This is my temporary workaround: 1) create the desired webmail address as a subdomain (i.e. mail.xyz.com) 2) go to webserver settings of the just created subdomain and use the settings below for http and https UseCanonicalName Off DocumentRoot "/usr/share/psa-horde" Alias /horde/...
  11. T

    Webmail shows only text after changing link

    any idea what needs to be changed?
  12. T

    502 Bad Gateway after upgrade on subscriptions

    This solved the issue for me: http://kb.odin.com/en/121094
  13. T

    502 Bad Gateway after upgrade on subscriptions

    well but I did not upgrade from 6 to 7 and do have the exact same issue..
  14. T

    502 Bad Gateway after upgrade on subscriptions

    exact same issue on two servers here! "/opt/psa/admin/bin/httpdmng --reconfigure-domain AAAAA.de" throws a "Segmentation fault" also "/usr/local/psa/bootstrapper/pp12.0.18-bootstrapper/bootstrapper.sh repair" throws the exact same...
Back
Top