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

    Ubuntu 12.04 + Apache 2.2 + PHP: No garbage collection for session files?

    Hello, Plesk installs it's own "garbage collection" hourly cron job: /etc/cron.hourly/plesk-php-cleanuper It's a simple shell script, so you can easily check how does it work. Also please check: http://kb.odin.com/en/119500
  2. dash

    Plesk 10.4.4 httpd.include problem after MU30

    Very good Thanks for your detailed feedback!
  3. dash

    Plesk 10.4.4 httpd.include problem after MU30

    Looks like backup signing procedure failure. What are openssl and perl versions? dpkg -l | egrep 'perl-base|openssl' Try to execute the following command: /usr/local/psa/admin/sbin/backup_sign sign /var/lib/psa/dumps/<dump name>.xml where <dump_name> is one of your dumps. It should...
  4. dash

    Plesk 10.4.4 httpd.include problem after MU30

    Hi, As I can see the problem is that fastcgi wrapper path is missed in generated apache configs. Please try to perform the following checks: 1) /usr/local/psa/admin/sbin/serverconf -l|grep CGI_PHP_BIN (or /opt/psa/... in case of Debian system) The command should return full path to...
  5. dash

    Plesk update to 10.4 error

    The problem was caused by bug in package mysqlclient15 from Atomic repo that is installed together with mysql Now fixed package is available in Atomic repository: mysqlclient15-5.0.90-2.el5.art #yum update mysqlclient15 #yum info mysqlclient15 Installed Packages Name ...
  6. dash

    Plesk's milter for Postfix crashes on a malformed email

    Why do you think this is the same problem with malformed emails from initial post?
  7. dash

    Plesk's milter for Postfix crashes on a malformed email

    Plesk microupdate 10.4.4 MU#23(with the fix included) has been released. Please check. http://kb.parallels.com/113530
  8. dash

    Plesk's milter for Postfix crashes on a malformed email

    Really good news! Thanks for your feedback. The limit means "maximum amount of identical headers per email". Identical headers means header names (not including values), like a lot of "Content-type:" in email you provided. We believe 2000 is quite reasonable limitation for real, not...
  9. dash

    Plesk's milter for Postfix crashes on a malformed email

    Thanks for report! We've investigated the issue and found solution. Attached is tar.gz archive with fixed binaries for cents5, 6 and debian 6 The fix will be delivered with nearest microupdate 1. /etc/init.d/pc-remote stop 2. extract archive and place correspondent to your OS into...
  10. dash

    Plesk 10.4.4: External emails not receiving @ mailserver

    Try to install MU#5 http://kb.parallels.com/en/112937 Similar problem was fixed there.
  11. dash

    Mail tab hangs on Chrome browser

    Hm.. The problem is not reproduced on my Chrome 11.0.696.68 (Windows7) Tristans, Could you try it again? may be it was a kind of Chrome bug that is already fixed?
  12. dash

    NEW since update /usr/local/psa/libexec/modules/watchdog/cp/pack-sysstats

    Gentlemen, Could you post here output from the following commands (run it as user root from console): uname -a cat /usr/local/psa/version cat /root/.autoinstaller/microupdates.xml This info will help us to solve the issue.
  13. dash

    Postfix

    I've just tried to play with postfix auth and emulate auth errors. the only way i can receive this exact error (warning: SASL authentication failure: cannot connect to saslauthd server: No such file or directory) is that postfix can’t connect to unix socket...
  14. dash

    Update 9.0.1 - 9.2, can't get fastcgi file info

    As I see, there are different problems with php as fast-cgi mixed here in this thread. Right now one of these problems is clear for me – apache server can’t be restarted: And the reason is that httpd.include file contains “#59 : FCGIWrapper dynamic .php†It is definitely a bug. This...
  15. dash

    Postfix

    Sirs, It’s definitely a bad idea to set r permissions for all system users to /plesk/passwd.db file. In this case any user can get access to your mail password database. Let’s try to understand what’s wrong in postfix/Plesk configuration instead. Check postfix chroot directory: Check...
  16. dash

    Error: Could not activate firewall configuration:

    Sirs, The problem is confirmed in our lab: I will post the solution here as soon as fix is ready
  17. dash

    Urgent: Need help with postfix mail delivery for local domains on external servers

    In case of mail service for domain is switched off the domain name should not persists in your virtual_domains You can check it with postmap -s /var/spool/postfix/plesk/virtual_domains or postmap -s /var/lib/plesk/mail/postfix/virtual_domains depending on your OS. (see /etc/postfix/main.cf for...
  18. dash

    virtual.db workaround code

    Let me explain: 1. you have a domain in Parallels Panel: domain.com 2. You have mailname [email protected] on this domain (or support@, abuse@, etc). mail is delivered correctly to [email protected] mailbox. 3. Now you call mchk or switch from qmail to postfix or run Plesk upgrade mchk...
  19. dash

    plesk 9.0.1 not compatible with mysql 5.1x

    Parallels Plesk Panel supports mysql server that is provided by OS vendor. In case of Fedora-8 it's a 5.0.45 (with libmysqlclient.so.15) If you want to use higher version (e.g from mysql.com) you should also download and setup package with shared compatibility libs.
Back
Top