• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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. themew

    Question PHPMAILER option DKIM location private key

    Go to the domain you want to use and Copy your DKIM key from the DNS settings from Plesk into the DKIM PhpMailer setup file and you're done. If you don't see your DKIM listed under DNS settings, you need to turn it ON. Go to your domain mail settings and check the DKIM box which will activate...
  2. themew

    Resolved CentOS 6: adding GZIP compression to nginx

    Websites & Domains > <domain_name> > Apache & nginx Settings. Scroll down to the bottom of the page. To add custom nginx directives for a website, use the Additional nginx directives field. Copy and paste my NGINX gzip above and SAVE. You're done.
  3. themew

    Resolved CentOS 6: adding GZIP compression to nginx

    In Plesk, go into your NGINX settings and add this to the addtitional settings at the bottom of the screen. When you save the config, it will restart NGINX and you'll be set. If you only want to GZIP Javascript, you can remove the other items from the list. gzip on; gzip_proxied any...
  4. themew

    Resolved Disable access to Plesk via IP address

    It's been a while but I think putting this in your .htaccess will force the browser to use the domain rather than the IP RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} ^12\.34\.56\.789$ RewriteRule ^(.*)$ http://www.domainname.com/$1 [L,R=301]
  5. themew

    Issue Magento installation broken

    Try this > Magento 2 situation
  6. themew

    Issue 315 duplicate DKIM Signatures in one Email Header

    Thanks Igor, that's great to hear.
  7. themew

    Issue 315 duplicate DKIM Signatures in one Email Header

    Still not fixed and happens with php mail, smtp mail, any mail that is cc'd. We've got support tickets that use smtp mail with a dozen duplicate DKIM headers in them... so we wait. :)
  8. themew

    Resolved MariaDB updates

    Did you try the link in my post above which describes how to upgrade MariaDB 5.5 to 10? Should be quick and painless.
  9. themew

    Resolved MariaDB updates

    Huge speed and accuracy benefits going to MariaDB 10.1 over ancient 5.5. The update needs to happen at the server level preferably before Plesk is installed and after your OS is installed. Plesk doesn't include MariaDB, it uses whatever you have installed on your server. So, either start...
  10. themew

    Resolved [PPP-26713] DKIM after migration

    The DKIM public key is displayed in your Plesk DNS settings (even if you don't use the Plesk DNS, it's there.) Copy the DKIM signature from there to your external DNS server and you're done. You can then retrieve or check it from here > http://dkimcore.org/tools/keycheck.html
  11. themew

    Resolved admin password

    https://support.plesk.com/hc/en-us/articles/213381869-How-to-get-or-reset-password-for-admin-account-in-Plesk
  12. themew

    Issue Multiple DKIM-Signatures per Mail (when using mailman)

    Reported back in December 2016, waiting for a fix (PPPM-5476) Issue - 315 duplicate DKIM Signatures in one Email Header
  13. themew

    Issue 315 duplicate DKIM Signatures in one Email Header

    Igor -- is there a page with a list of PPPM's with status? Hoping PPPM-5476 from this thread had been fixed by now :)
  14. themew

    Question Install additional php modules for wordpress w3 Total Cache caching plugin

    Dump W3 Total Cache and use the built-in OpCache from PHP. Also, upgrade from 5.6.30 to 7.0 for a minimum 2x performance boost. W3 is for shared crowded hosting and still does less than nothing. If you really need to use a PHP 5.6, go into your SERVER SETTINGS > PHP > 5.6.30 and check the...
  15. themew

    Issue nginx http/2 chrome 49 win xp

    Add this to your NGINX section in Plesk and Chrome 49 will work: ssl_protocols TLSv1 TLSv1.1 TLSv1.2; ssl_ciphers...
  16. themew

    Resolved Yum update

    Asked and answered > https://talk.plesk.com/threads/plesk-is-not-compatible-with-libopendkim-update.340991
  17. themew

    Question anyone have troubles with centos 7.3?

    Very pleased with Onyx 17 and CentOS 7.3
  18. themew

    Question Onyx 17.0 - Magento 2 - Mysql requirement - MariaDb 5.5

    As Bulent explained, before installing Plesk and after installing CentOS and yum updating to 7.3, the following tutorial explains it. http://www.tecmint.com/upgrade-mariadb-5-5-to-10-centos-rhel-debian-ubuntu/
  19. themew

    Issue After full test pass of server still email goes to spam

    Try sending an email and checking your score here for a detailed examination of your headers > https://www.mail-tester.com/ I ran your domain through > http://mxtoolbox.com and there are problems with your headers and email DNS settings. Fix the problems found when running the 'Test Email...
  20. themew

    Resolved Cron job Issue

    No issues or errors running WHMCS 7.1 with PHP7 using the following syntax in cron: /opt/plesk/php/7.0/bin/php -q /var/www/vhosts/domain.com/crons/cron.php You should also move your cron folder below httpdocs for security > http://docs.whmcs.com/Further_Security_Steps
Back
Top