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

    Installation in CentOS 7.1 with plain MySQL

    you can check the steps in this thread http://talk.plesk.com/threads/magento-2-needs-mysql-5-6-can-not-install-ans-plesk-wont-help.336442/#post-794177
  2. A

    Plesk 12.5 Email Server listed in CBL -- Shared Hosting Question

    Hello, all required Postfix configuration is performed by Plesk. This is a quote from article http://www.binarytides.com/install-postfix-dovecot-debian/ about Postfix identifying: So in other words, in your case, you can choose the option 'Send from the specified IP address' and choose your...
  3. A

    Default Parallels Plesk Page

    Hello, make sure that apache is using the required ports for your configuration: # netstat -ntpl Apache should use 7080 and 7081 if nginx is enabled and 80 if nginx is disabled. Try to enable/disable nginx proxy support: # /usr/local/psa/admin/sbin/nginxmng -e #...
  4. A

    Magento 2 needs MySQL 5.6, can not install ans plesk won't help!

    Hello, I can provide you with upgrade scenario, but you are doing this on your own risk, as this version is not officially supported by Plesk: 1. Make server backup if possible, or backup all of your MySQL databases. 2. Install Plesk updates using autoinstaller. 3. # yum update 4. Remove...
  5. A

    DKIM would not accept SmarterMail 2048 Key

    Hello, According to https://plesk.uservoice.com/forums/184549-feature-suggestions/suggestions/5947702-dkim-and-dmarc-support-for-plesk?page=2&per_page=20 It is planned to make full support of DKIM
  6. A

    What's your best nginx.conf for better performance ?

    Dear trialotto, If you want to clarify this point, please contact me personally. This statement is taken from our service team, worker_rlimit_nofile should be modified to allow nginx to work properly with huge amount of domains if file limit is reached.
  7. A

    What's your best nginx.conf for better performance ?

    It is required when default file limit is reached. This is related only for systems with huge amount of websites.
  8. A

    What's your best nginx.conf for better performance ?

    Hello, If you have only 100 websites it is not required to modify worker_rlimit_nofile
  9. A

    DKIM would not accept SmarterMail 2048 Key

    Hello, As I can see, 1024-bit key has length ~228 symbols 2048-bit key has length ~405 symbols Maximum TXT length for DNS in Plesk is 255 symbols, so 2048-bit key will be cut. Currently it is possible to insert this string manually updating Plesk database directly, but we do not recommend...
  10. A

    Email backup restore problem

    Hello, Migration between Windows and Linux is not supported. Only Windows>Windows or Linux>Linux.
  11. A

    Access Denied when logging in to Plesk (and other actions)

    Hello, To fix the issue with 'Access Denied' errors, you should apply all updates. To fix the issue with 'plesk-service-node-utilities', use this article https://kb.odin.com/en/124495 Also, as additional way: it is possible to search by plesk-service-node-utilities word in Windows registry...
  12. A

    What's your best nginx.conf for better performance ?

    Hello, Plesk Support does not provide any performance customizations for nginx and other services. I can only suggest to make sure that you have increased worker_rlimit_nofile setting in case of huge amount of websites.
  13. A

    Plesk 12.5.30 + Debian 8 (Jessie) + Mysql 5.6

    Hello, The packages that have not original name like mysql-community-server and etc may be not supported. You can install MariaDB 10.0 which is equivalent to MySQL 5.6 Do not forget to create backup before installation.
  14. A

    Number of MIME parts exceeds maximum permitted

    Hello, Could you please clarify where do you receive this error? This error occurs only with one email address or with all outgoing messages? As I can see, it may be related to antispam settings on destination mail server: "The MIME From has exceeded the number specified in the field for...
  15. A

    A Question for installation directory!

    Hello, We do not support such scenario. You can mount additional hard drive to /opt/psa directory if you don't have enough space.
  16. A

    Changing email address username causes error.

    Looks like @attachments folder is removed. You can simply recreate it and assign proper permissions on it as on other folders inside 'stevebrown' folder by default it's like this: # ll /var/qmail/mailnames/domain.tld/admin/ total 8 drwx------ 2 popuser popuser 4096 Jul 2 16:41 @attachments...
  17. A

    PHP Settings under domain

    Looks like you are using our PHP package for this domain, if yes, you should modify php.ini that located in another folder. Just list all available PHP handlers and you will see correct php.ini file for your PHP version: # /usr/local/psa/admin/bin/php_handlers_control --list It should be...
  18. A

    Problem in horde webmail_cannot open email from specific email add.

    Hello cristina, Try this workaround: # /usr/share/psa-pear/pear/pear install Math_BigInteger # cp -R /usr/share/pear/Math/ /usr/share/psa-pear/pear/php/
Back
Top