Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
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.
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...
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...
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...
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...
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...
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
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...
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...
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...
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.
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...
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...
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...
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...
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?
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...