• 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

    plesk 9.0.1 not compatible with mysql 5.1x

    What exactly OS and mysql packages do you use ?
  2. dash

    POP-Before SMTP "database is locked"

    Sirs, thanks for reports, Jan 14 12:01:37 server1 relaylock: /var/qmail/bin/relaylock: Unable to delete expired smtp_poplocks: database is locked Such errors in maillog are fully inessential. update_smtp_lock: Unable to prepare SQL statement, smtp-lock will not work: database is locked...
  3. dash

    virtual.db workaround code

    /usr/lib/plesk-9.0 for i586 arch /usr/lib64/plesk-9.0 for x86_64 arch
  4. dash

    DailyMaintainance breaks usage stats

    what about domain backups? did you check it ? (they are stored in separate directory outside of domain's vhost folder)
  5. dash

    virtual.db workaround code

    Absolutely right. The root of problem is in mchk utility which is setting up the aliases by mistake (for postfix MTA only). mchk is called automatically during upgrade and breaks aliases. If you use postfix mta: To fix the problem you can try to apply the following steps to your 9.0.1...
  6. dash

    Error 12007 in web installation

    Thanks for report. The problem is fixed now.
  7. dash

    updater fails on 8.6.0

    Thanks for report. We are working on the problem. Please try to run autoinstaller utility from console with option --source http://64.131.90.31/ Does it help ?
  8. dash

    Who is the web user in Plesk?

    ftp_user is physical hosting user name on your domain.
  9. dash

    Who is the web user in Plesk?

    try to setup the following permissions/owners on the CSV file: rwx rwx --- ftp_user : psaserv
  10. dash

    DNS serial numbers set to 0 after upgrade to Plesk 8.6

    and make sure that mysql is up and running before the script executed.
  11. dash

    DNS serial numbers set to 0 after upgrade to Plesk 8.6

    Sirs, to restore dns serial number you can execute the following shell script: ftp://download1.swsoft.com/Plesk/Plesk8.6/hotfix/zone_serial/restore_serial.sh it will regenerate serial values and zone files for problem dns zones.
  12. dash

    Qmail uses incorrect IP Address

    try to use the following KB article: http://kb.odin.com/en/1190 This article will explain which ip is used by qmail for outgoing connections and how to change it.
  13. dash

    plesk skins disappeared after upgrade from 8.4 to 8.6

    and execute the following commands before cd to ports dir: #export LANG=C #export LANG_ALL=C
  14. dash

    plesk skins disappeared after upgrade from 8.4 to 8.6

    you need to install plesk-skins port #cd /usr/ports/swsoft/plesk-skins #make install
  15. dash

    How to enable DKIM-signature header ?

    At the moment DKIM signatures are not supported by Plesk. Only DomainKeys are. This will be fixed in future releases.
  16. dash

    Apache ASP and mod_perl

    Centos 4.6 repository contains mod_perl-1.99_16-4.5.i386.rpm and autoinstall.plesk.com repository(which is used by autoinstaller) also contains exactly this package. As I know 'CentOS+' contains mod_perl 2, but if you are using it - you can't use apache-asp from Plesk distribution - it is...
  17. dash

    mailmng --set-reject

    mailmng is an internal Plesk utility and it is not a part of Plesk API You should use command-line API utility domain_pref which is located in /usr/local/psa/bin/ directory. --help option is supported :) You are interested in --no_usr parameter
  18. dash

    Domain adding with template not working. Disk Space issue

    Check "Physical hosting" section in your domain template. Is there "Hard disk quota" parametr set to some numeric value or not? If it is set and hard disk quota is not supported/configured on your filesystem - than it's expected behaviour.
  19. dash

    AWstats - bugfix or not

    Try to redefine AWSTATS_TOOLS_D and AWSTATS_BIN_D in /etc/psa/psa.conf file according to your actual awstats paths. As I can see AWSTATS_BIN_D should be /var/www/cgi-bin/awstats on your server.
  20. dash

    DomainKey with domain alias : No DomainKey signature found

    Thank you for report, The issue is confirmed in our lab and will be fixed in the future releases. As a workaround you can copy private key for email signing from domain to domain alias: cp -rp /etc/domainkeys/<domain_name> /etc/domainkeys/<alias_name> (-p option to preserve ownership and...
Back
Top