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

    Application Vault and ASP Catalog error

    You need to link the appropriate application file with the application itself. You can find this in : /usr/local/psa/var/apspkgarc/archive-index.xml Basically you have to remove a file like this (not necessarely this naming as some have proper naming): app_dSVkBq.app.zip from the...
  2. B

    Can not access domains by ftp

    Hi, you need to post some error messages. Is port 21 up at all ? Whats the behaviour of the ftp server? Can connect, but not authenticate?
  3. B

    Unable to update hosting preferences. User xxxx already exists

    Hello, indeed the username exist either in plesk database or in the passwd file. So check the sys_users table and the /etc/passwd .
  4. B

    Migration problem 8.2 to 8.6

    Hello, I'd change the version parameters of the plesk server and force upgrade the plesk to 8.6. That may help.
  5. B

    Plesk shows 0 mysql databases

    Hello, I'd check plesk database if the databses are present in the psa database: mysql -u admin -p`cat/etc/psa/.psa.shadow` psa select * from data_bases; If this returns empty then you have to recreate the databses from plesk or insert the records manually(I wouldnt recommend the...
  6. B

    How do I increase the number of log qmail archives

    Hi, you can do it here : /usr/local/psa/etc/logrotate.conf edit the file and you'll see the options:)
  7. B

    how to install plesk 9.2.2 .rpm.tar.gz

    Hi, a tar file is unpacked with tar xvf . tar xzvf means that its gzipped as well so the standard filename would be xx.tar.gz.
  8. B

    .php Files load down

    Hi, In domains setup you need to enable php support. Then restart apache and also browser if it caches:)
  9. B

    DNS Woes

    Hi, Setting up private nameservers can be done at your registrar. You need to create 2 A records for ex ns1.domain and ns2.domain . Define these two as nameservers for the domain. The A records have to point to the ips of your server. If you have a com domain then you can use one ip for both...
  10. B

    Pleskrestore is broken, how to fix?

    HI, I fixed this with yum update perl-DBI the backup log should point you to the right directions though.
  11. B

    FTP Not Working

    HI, Try this: /etc/init.d/xinetd reastart the following command should give you this answer : [root@server ~]# netstat -tnalp | grep 21 tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN 3265/xinetd
  12. B

    Resource sharing: client vs domain

    Hello, As far as I know its not possible and it may never be implemented. That would disturb the order on a plesk server seriously. What you could do is to give the client unlimited resources (whatever they need - disk-space, bandwith etc) then give the domain unlimited resources . Fix...
  13. B

    Is Plesk 8.4 migration manager compatible with Plesk earlier version ???

    Hi, Unable to connect to host xx.xx.xx.xx Connection refused" ? Did you check ssh connectivity from the 8.4 server to the 8.1? Seems to me like ssh on the target server is either down, using an other port or firewalled.
  14. B

    cPanel to Plesk mail messages

    You can work around this if the mailboxes are created. I find it strange that your cpanel uses mbox as it is an ancient technology and as far as I know cpanel advises that mboxes should be converted to maildirs. Anyway .. I don't know the errors , but I would make the following...
  15. B

    Cannot upgrade from 7.5.4 to 8.4.0

    You need to update in steps. First you update to plesk 8 from the command line Then you ask for swsoft for a new license. After that the upgrade has to be simple.
  16. B

    Web adress for new client ?

    Hello, here is an idea, but it needs scripting. Use Event manager and bind to Client Account Created. You can transmit the client name as parameter to a script that uses that to set up a subdomain as a domain using your domain name.. You need to dig a bit arround plesk shell commands...
  17. B

    SMTP service not starting

    Hello, I don't really follow that exim restart.. Exim has nothing to do on a plesk server up tp psa 8.3.
  18. B

    SMTP service not starting

    Hi, what about the init script from ssh? does it start stop the service?
  19. B

    Update Problem 8.2.0 --> 8.3

    Yes, you are right > suse can update using rug, yast and apt :) yum is for centos fedora
  20. B

    SMTP authentication for 3rd party domains

    Well yes. You could set up a subdomain as a domain from plesk, create that mailname and you are good to go for sending. If you make a proper dns set-up you can even recieve mails and later these can be synced with the "real" email from webmails fetch-mail. Anyway this setup seems a bit...
Back
Top