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

    Nginx ngx_http_realip_module for Plesk?

    Any chance of getting the Nginx ngx_http_realip_module module for the version of nginx included in Plesk 12 on CentOS 6 & 7? We have customers using Cloudflare who want the real IP in their logs from the requests handled by nginx; we can do the cloudflare mod to handle the requests apache sees.
  2. H

    All websites are back to default page!

    Just wanted to add an additional cause of this issue for anyone stumbling across the thread. Some versions of Plesk have a bug where adding an IPv6 address results in the CentOS/RHEL /etc/sysconfig/ifcfg-eth0 file having the address added with a mask of /0 instead of /64. From that point on...
  3. H

    Plesk Webmail SMTP Error (250), Authentication Failed

    UFHH01, wrong again. The output of the ehlo makes it quite obvious that this copy of postfix has been set to only allow auth after TLS. telnet localhost 25 on Plesk servers with Postfix where this has been set will look like this: # telnet localhost 25 Trying 127.0.0.1... Connected to...
  4. H

    Horde Login failed

    For the sake of anyone happening across this thread with the same issue of the local imap server accepting and closing connections to localhost, thus breaking webmail, Plesk 12 with SElinux enabled is not compatible with Courier IMAP for insecure local connections. Swapping courier out for...
  5. H

    Resolved NGINX not properly started on CentOS 7 even after MU#15;

    If you're talking a v4-only environment, there's no need to add an additional conf file since Plesk is already creating the nginx service file to begin with. The fix is the one I posted earlier, just add network-online.target as an After= and Wants=. That ensures nginx doesn't start until IPv4...
  6. H

    Current psa database schema?

    Is there a Plesk 12 database schema anywhere? Most recent version I can find is for version 10: http://kb.odin.com/en/113063
  7. H

    Why is Plesk still generating sha1 certs?!

    Most modern browsers are now flagging sha1 certs as insecure, whether it be something simple like a URL bar color change on the padlock to a caution flag, or with Chrome, clicking into the details tells you the site is using "obsolete encryption". Odin has known about the issue for at least...
  8. H

    Migration & Transfer Manager - Connection timeout.

    Correct, migration & transfer manager is broken under selinux, so of course Odin's solution is to just have you turn it off instead of actually fixing the core issue by making it work differently or creating a suitable selinux policy. Been broken for years, here's a kb http://kb.odin.com/en/122774
  9. H

    Resolved NGINX not properly started on CentOS 7 even after MU#15;

    Umm, what in that article is a solution to anything? That's an article that is, first and foremost, an explanation of what systemd is, and then gives some common commands for configuration and debugging. It is not offering a solution to any problem. It goes on to give an example of a problem...
  10. H

    Nginx Wont Start Automatically after Reboot

    This issue is a bug in Plesk 12 on CentOS 7 with systemd handling daemon startup. There's a second bug in RedHat/CentOS 7 that crops up if you're also running IPv6. See this thread for the fix and workaround...
  11. H

    Resolved NGINX not properly started on CentOS 7 even after MU#15;

    I've determined the bug causing this and have filed it with Plesk support. The issue is twofold: 1) If your server is using ONLY IPv4, then you can fix this by editing the following file: /etc/systemd/system/multi-user.target.wants/nginx.service Change this: After=nss-lookup.target...
  12. H

    Disabling TLS for qmail-send

    You need to switch to postfix; the qmail-send included with Plesk has numerous issues on today's internet; sslv3, dh keys <1024, all email goes out the first ip, etc.
  13. H

    Resolved NGINX not properly started on CentOS 7 even after MU#15;

    Any update to this? Seeing same exact issue; fresh install of P12 on CentOS 7, nginx does not start via systemd but starts fine if you manually "systemctl start nginx" nginx log shows: 2015/07/16 12:01:15 [alert] 3580#0: unlink() "/var/run/nginx.pid" failed (13: Permission denied) 2015/07/16...
  14. H

    Webmail config files go missing

    Anyone ever run into an issue where a customer's webmail.<domain>.com will return their home page instead of the webmail login screen? Traditionally, we'd fix it via /usr/local/psa/admin/bin/httpdmng --reconfigure-domain <domain> and things would work, until someone else on the same server...
  15. H

    Nginx out-dated

    Update please?
  16. H

    Plesk 12 breaks localhost smtp relaying

    The primary issue we ran into is with users who do not host their email locally. If they enable the mail service for the domain, in order to create an account to auth against, then email can't reach their domain since it will be attempted locally rather than where the MX records point. If mail...
  17. H

    Plesk 12 breaks localhost smtp relaying

    Fresh installs of Plesk 12 are not including the typical mynetworks = 127.0.0.0/8 [::1]/128 in the postfix main.cf that prior versions included. This breaks locally executing apps that use localhost as an SMTP server for outbound relay without authentication. Is there a way to correct this...
  18. H

    What is apsc (listening on port 6308)?

    How does one alter the software listening on that port to not accept SSLv3 so it doesn't cause PCI scan failures?
  19. H

    License equivalents

    Can someone tell me what version 12 license is equivalent to a version 11 "Parallels Plesk Panel 10.x/11.x and Later" license from a feature standpoint? I'm thinking those older licenses turn on the equivalent features of the 'web pro' edition since the wordpress link shows up?
  20. H

    'sort' running server out of memory

    Anyone from Parallels want to chime in on why servers are being run out of memory by the 'sort' command even when the logs are small? Here's what is currently on a site: I have the site set to rotate at 100 MB, keep 1 file, and run 50 * * * * /usr/local/psa/admin/bin/statistics...
Back
Top