• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Search results

  1. J

    solved - DNS Blackhole Lists over CLI, possible?

    really really nice, it works, many tanks! One could call it differently, e.g. blackhole or dnsbl ... xD
  2. J

    spamassassin for ALL existing mailboxes

    wow very cool! Thanks!
  3. J

    solved - DNS Blackhole Lists over CLI, possible?

    Hi there, how can I update the "Blackhole Lists" using CLI (Plesk12/12.5 CentOS6/7)? I have found nothing in the manual. I mean the list under: Tools a. Settings -> Mail Server Settings -> DNS zones for DNSBL service I used Postfix. Of course I can edit /etc/postfx/main.cf, but Plesk can...
  4. J

    spamassassin for ALL existing mailboxes

    Hi there, the command "/usr/local/psa/bin/spamassassin --update [email protected] -status true" activated spamassassin only for one mailbox. How can i activate spamassassin for all existing mailboxes? many thanks Erik
  5. J

    CentOS 7.2 and Plesk 12.5 problems

    Hi there, it´s a systemD with Plesk 12.5 and nginx and presumably Virtuozzo 7 problem. My workaround: 1) edit: /usr/lib/systemd/system/nginx.service 2) edit line 3 and add line 4: After=network-online.target remote-fs.target nss-lookup.target Wants=network-online.target Line 1 to 4 looks...
  6. J

    disable automatic greylisting activation for new domains

    Hi Igor, many thanks, but my command disabled greylisting for ALL domains, only new domains should to be automatically disabled. A script and the "Event Manager" can solve the problem, but that's not what was originally intended? I have create a feature request...
  7. J

    disable automatic greylisting activation for new domains

    Hi there, how can I disable greylisting automatically for new domains in Plesk 12 and Plesk 12.5? # Enable greylisting Tools & Settings -> Spam Filter -> Switch on server-wide greylisting spam protection -> This Option activated the Checkbox in the subscriptions under Mail -> Mail Settings ->...
  8. J

    mpm_event increase MaxRequestWorkers with Plesk 12.5

    Hi Igor, many thanks. I assumed, that already one exists. In Plesk 12.5 is Event "enabled by default" and the default value 16/25 (https://httpd.apache.org/docs/2.4/en/mod/mpm_common.html) is very low. I will create a customize config file, however with: <IfModule event.c> StartServers 5...
  9. J

    mpm_event increase MaxRequestWorkers with Plesk 12.5

    Hi Igor, this means that you do not know where we can change the configuration :)? Odin writes regarding prefork and event (http://docs.plesk.com/release-notes/12.5/upgrade-notes/): (Plesk for Linux) Websites using the Apache module PHP handler do not work on Plesk for Linux servers with...
  10. J

    mpm_event increase MaxRequestWorkers with Plesk 12.5

    Hi there, with CentOS 7 and Apache 2.4, the Prefork MPM will be used by default, but with Plesk 12.5 it´s mpm_event. Where is the configuration file for mpm_event with Plesk 12.5? I have only found a file for prefork: cat /etc/httpd/conf.d/mpm_prefork.conf # prefork MPM # StartServers...
  11. J

    CentOS YUM Update failed for plesk ioncube loader

    Same problem here. Therefore normal updates (with yum) do not work. Here a workaroud, so that normal security updates can be installed: 1) mv /etc/yum.repos.d/plesk-php5.3.repo /etc/yum.repos.d/plesk-php5.3-repo 2) yum update -y 3) mv /etc/yum.repos.d/plesk-php5.3-repo...
  12. J

    Plesk 12.0.18 MU#63

    Hi Igor, commands executed: # /usr/local/psa/admin/sbin/autoinstaller --select-release-current --remove-component nginx # /usr/local/psa/admin/sbin/autoinstaller --select-release-current --install-component nginx Patches were installed successfully. The changes were applied successfully. yum...
  13. J

    Plesk 12.0.18 MU#63

    same problem with "disabled in config", but only in CentOS 6.6/6.7, CentOS 7 not affected- my workaround for CentOS 6: echo 'NGINX_ULIMIT="-n 6144"' >> /etc/sysconfig/nginx && /usr/local/psa/admin/sbin/httpdmng --reconfigure-all && /usr/local/psa/admin/bin/nginxmng --enable I have a new...
  14. J

    please speed up backup and restore system

    Hi Igor, unfortunately not help informations under: http://download1.parallels.com/Plesk/Doc/en-US/online/plesk-administrator-guide/index.htm?fileName=59263.htm An incremental Backups is faster, but the main problem remains. Has a folder a lot of files, takes the recovery very long. A shop...
  15. J

    please speed up backup and restore system

    Hi there, in Plesk 12.0.18, you can only backup everything below a subscription. For very many files the process takes more than 1 hour: /var/www/vhosts/ folder1: 114034 folder2: 123030 folder3: 206226 Unfortunately you can only restore everything. The restoration lasted 3 hours! In Confixx...
  16. J

    Plesk 12.0.18 MU#58

    same problem with multiple languages, same question - update planned?
  17. J

    Plesk 12.0.18 MU#54 and MU#55

    Hi there, the problem still exists. When will it be fixed? Greetings from Germany.
  18. J

    Plesk 12.0.18 MU#54 and MU#55

    Hi there, after the upgrade MU#54 and MU#55 Horde-WebMail mixed the languages: german and english. Attached a screenshot. 1) Login with "german" 2) mixed english "mail" - in tab german 3) click cogwheel then "Allgemeine Einstellungen" you will see in "4" everything in english 4) klick on...
  19. J

    SpamAssassin blacklist_from better reject instead score 100

    Hi there, an mail in spamassassin blacklist awards 100 points: X-Spam-Flag: YES X-Spam-Level: ************************************************** X-Spam-Status: Yes, score=100.0 required=7.0 tests=T_RP_MATCHES_RCVD, URIBL_BLOCKED,USER_IN_BLACKLIST autolearn=no version=3.3.1 X-Spam-Report: * 100...
  20. J

    CLI database server settings - access control - solved

    much easier with "replace" ... check: mysql> select host, user, db from mysql.db; +-----------+------------------+ | host | user | +-----------+------------------+ | % | web1_wp | | localhost | web1_oxid | | localhost | web1_presta | | localhost | web1_shopware |...
Back
Top