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

    After mu#23 - plesk sendmail[]: Trying to resolve the e-mail alias:

    I've got automated processes written in PHP that aren't sending any email messages at all at the moment. Which is a major component of the service I'm trying to provide. I hope that this gets resolved quickly. CentOS 6.9, MTA of Postfix using Plesk 17.5.3...
  2. SacAutos

    Issue After mu#23 - plesk sendmail[]: Trying to resolve the e-mail alias:

    Forgot to mention: Plesk 17.5.3 on CentOS 6.9
  3. SacAutos

    Issue After mu#23 - plesk sendmail[]: Trying to resolve the e-mail alias:

    Not to pile on, but I've started seeing this myself this morning. Seems to happen whenever an automated process attempts to send an email message using the mail verb in PHP: plesk sendmail[21664]: Trying to resolve the e-mail alias: inside postalias: option requires an argument -- 'q'...
  4. SacAutos

    Resolved CentOS 6: adding GZIP compression to nginx

    I'm delighted that, with help from the members of this forum, we were able to get this working. I have to wonder aloud, though, why the inclusion of the gzip.conf file for nginx system-wide didn't work. Was it the wrong options? Should the Knowledge Base article be updated? I'm grateful that I...
  5. SacAutos

    Resolved CentOS 6: adding GZIP compression to nginx

    That works! Victory!!
  6. SacAutos

    Resolved CentOS 6: adding GZIP compression to nginx

    The previous entry might be in error, so I adjusted it to look like this instead: location ~* \.(js|css|png|jpg|jpeg|gif|ico)$ { expires 7d; add_header Pragma public; add_header Cache-Control "public"; try_files $uri @fallback; } gzip on; gzip_disable "MSIE [1-6]\.(?!.*SV1)"...
  7. SacAutos

    Resolved CentOS 6: adding GZIP compression to nginx

    I've always been clicking on the far-right link to "Manage in Customer Panel." When I click on the actual Subscription link on the left side, I get more options! Here is what I found already stored in the nginx settings. The options are exactly as I have set them in my vhost_nginx.conf file...
  8. SacAutos

    Resolved CentOS 6: adding GZIP compression to nginx

    When I log in as admin, I click on the subscriptions menu on the left. I select the subscription that I want to update. Then I click on the Apache / nginx settings that you see.
  9. SacAutos

    Resolved CentOS 6: adding GZIP compression to nginx

    I am logged in as the admin.
  10. SacAutos

    Resolved CentOS 6: adding GZIP compression to nginx

    I don't have that option. See my screenshot.
  11. SacAutos

    Resolved CentOS 6: adding GZIP compression to nginx

    Thank you for your suggestion. I'm running Plesk Onyx 17.5.3. I don't see any place where I can enter additional nginx settings. What's the menu path?
  12. SacAutos

    Resolved CentOS 6: adding GZIP compression to nginx

    The Knowledgebase article is one of the ones that I referenced. And the Check GZIP compression website was the one that I used to check whether it was working. So we're in sync on that. Unfortunately, I still don't have compression working. :(
  13. SacAutos

    Resolved CentOS 6: adding GZIP compression to nginx

    I have a domain that just servers javascript (.js) files as part of my overall CDN scheme. I realized the other day that I could improve my website performance if I enabled GZIP for nginx. I found several useful posts on the internet that stated, in summary, if I added these directives: gzip...
  14. SacAutos

    The dump rotation is failed with code 151

    Great suggestion. It took me a little while to figure out the option for sending the password for pmm-ras. However, I was eventually able to get the command to work. I think the problem, more that anything, was that I didn't have passive mode turned on. Once I did that, the warning messages have...
  15. SacAutos

    The dump rotation is failed with code 151

    I've been having this same issue on my CentOS 6 server for years. Now I've noticed a bunch of numbered checknn files (check0, check1, check2, etc.) in my FTP directory. What the hell??
  16. SacAutos

    Strange error message from midnight last night

    Hurray! No more errors. That was the fix!!
  17. SacAutos

    Strange error message from midnight last night

    Following up. Last night an identical error list was generated. This morning I removed and reinstalled Plesk News. Let's see if that solves the problem. We back tomorrow with the report...
  18. SacAutos

    Strange error message from midnight last night

    Interesting. I must have installed it months ago. This was the first time it misbehaved. Sounds non-critical, so I'll let it go and see if I get more errors tonight.
  19. SacAutos

    Strange error message from midnight last night

    I awoke this morning to find a lengthy error message emailed to me from my CentOS 6.7 server with the latest Plesk. I begins like this and goes on similarly for quite a while. Any ideas what's up? This is the first time I've ever seem these kind of errors: PHP Warning: simplexml_load_string()...
  20. SacAutos

    Can't Start Reverse Proxy Server (nginx) - All websites down

    This has happened a couple of times to me. Try this command: /usr/local/psa/admin/bin/nginxmng --enable
Back
Top