• 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!
  • 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

    Usermng failed to remove domain

    try to use the following article: http://kb.odin.com/en/2188 hope it will help you.
  2. A

    Upgrading PLESK 8.2 to 8.3, no FASTCGI ?

    You can set it up at the domain setup page. Plesk CP -> domains -> <domain_name> -> setup -> check 'php support' -> choose version -> and choose run as 'fastcgi application'.
  3. A

    Error when adding email accounts

    Please run the following commands in command prompt: cd %plesk_bin% mchk --all --fix=all This utility reconfigures MailEnable records in accordance with Plesk database
  4. A

    URGENT: Language pack Issue

    you can uninstall languages with the following command: rpm -e package where pakage is name of language rpm package.
  5. A

    New Error today, clean box still. Windows 2008

    please make sure that default domain is set in Plesk->server->Ip addresses->domains->set default domain
  6. A

    Site Preview

    please make sure that default domain is set in Plesk->server->Ip addresses->domains->set default domain
  7. A

    xinetd[16263]: warning: can't get client address: Connection reset by peer

    it is normal warning that the address of remote server could not be known. Also please check Knowledge Base article: http://kb.swsoft.com/en/987
  8. A

    mailenable smtp logs deleted by plesk

    logs are deleted by statistics, to save logs please refer to this article: http://kb.swsoft.com/en/3545
  9. A

    PHP5 Bug in Plesk 8.2

    By the way, we have the article for this issue: http://kb.swsoft.com/en/2021
  10. A

    Problems with horde

    The problem can be due to eAccelerator: # grep -i eaccelerator /etc/php5/apache2/php.ini [eAccelerator] extension="eaccelerator.so" eaccelerator.shm_size="32" eaccelerator.cache_dir="/tmp" eaccelerator.enable="1" eaccelerator.optimizer="1" eaccelerator.check_mtime="1"...
  11. A

    Failed Domain Creation & SmarterMail problems

    try to use the following article: http://kb.swsoft.com/en/1437
  12. A

    8.1.1 Migration manager does not work.

    please check the followg: http://kb.swsoft.com/en/1432 it will help you.
  13. A

    Utilisation of aspSmart components

    Please download Filemon utility using the following link: http://technet.microsoft.com/en-us/sysinternals/bb896642.aspx run it and add "access denied" in filter and check who has denied access. So you should add permissions for this user, after that aspSmartUpload should work.
  14. A

    Application vault: Table 'psa.APSClientApplicationItems' doesn't exist

    As fro table, check if APSClientApplicationItems tables persists in mysql: [root@fedora6 ~]# mysql -uadmin -p`cat /etc/psa/.psa.shadow ` psa -e "describe APSClientApplicationItems;" +-----------------+------------------+------+-----+---------+----------------+ | Field | Type...
  15. A

    mailbox stopped working how do find causes

    please try the following comamnd in command line: cd %plesk_bin% mchk.exe --domain --domain-name= domain.com This utility reconfigures MailEnable records in accordance with Plesk database.
  16. A

    SMTP server name

    as rule smtp server name is mail.mydomain.com,if you would like to check smtp mail name, go to command line: >nslookup >set type=mx >mydomain.com you will get mail exchanger name
  17. A

    New 8.3 installation, Horde not working

    >can it be used by another portb than 80? do you mean webmail? If you would like to change port for webmail please go to IIS->websites->webmail and change port there.
  18. A

    Plesk and mailenable

    if you use Mailenable please do the following in command prompt: cd %plesk_bin% mchk.exe --domain --domain-name= domain.com This utility reconfigures MailEnable records (password as well) in accordance with Plesk database.
  19. A

    Subdomain Problems

    what exact error message do yoju see when you try to see your subdomain?
  20. A

    Disk space quota

    for example you can set in event handler somethinfg like: %plesk_bin%\client.exe" --off <login_name>. Or create a bat file like: @echo off "%plesk_bin%\client.exe" --off %1 After that as soon as limit on client is reached, it will be disabled.Also I advise you to read CLI documentation...
Back
Top