• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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. F

    how to untar a backup on a windows workstation?

    The files are split with the Linux "split" command. try peazip as it can automatically handle split files. You may need to just rename your archives to name1.tar name2.tar or 01name.tar and 02name.tar Also search for utilities that unsplit split files. there are a couple of methods of...
  2. F

    Is there a way to find out why a subscription is locked?

    I'd love to know if this is possible. I would find it useful too.
  3. F

    yum repositories

    The atomic proftpd RPM adds clamav file upload scanning (but this is not automatic if you don't use ASL), and corrects an issue in an earlier release of the Parallels proftpd. There is no issue with the current Parallels proftpd.
  4. F

    Can´t stop an spammer...

    Just to add to this thread: If a spammer is logged in using a valid username and password, changing the password, deleting the mailbox and even restarting qmail is not sufficient to stop them continuing to send spam via the connection they are currently using (it will only prevent new attempts...
  5. F

    FTP File Overwrites

    Who owns the files in question? You can see the owner/group in the File Manager. If it is Apache and not the ftp user then the files are likely to have been created by a PHP script with PHP running as Apache_Module in the Plesk settings for that site. There's a long thread about this --...
  6. F

    migration gone bad?

    When I had this issue with an 8.4 to 10.4.4 migration, the trick I used was to change the owner of the Subscription to someone else, then change it back to the original owner. Worked like a charm. I hope it does for you too.
  7. F

    spamassassin - and my own rules

    Your .cf file needs to be in /etc/mail/spamassassin not /usr/share/spamassassin You can alternatively edit the local.cf that you'll find in the /etc/mail/spamassassin and add them there. Afterwards, do a lint and debug, checking carefully in the debug output to see your .cf or the local.cf...
  8. F

    SSL Help

    It isn't too bad - you can achieve that you want, I hope: The key is that although you can only have one SSL and one exclusive IP per Subscription, that SSL certificate will then apply to all domains in the Subscription, including the one you actually want it for. So it will then work on that...
  9. F

    SSL Help

    Assuming you have already added the exclusive IP to Plesk itself (Tools&Settings >> IP addresses), you can change which IP is used for a domain by going to Subscriptions >> domain name then click on Change Hosting Settings. You'll be able to pick which IP the domain (or more accurately the...
  10. F

    apt-get and plesk

    Laurent - when you do dist-upgrade, it is the Ubuntu equivalent of upgrading from Windows 7 to Windows 8. This is not what you want to do. What you want is to do is keep you "Windows 7" and install updates for it to keep it up to date, and not to upgrade to "Windows 8". Why? When you do a...
  11. F

    MySQL server is remote accessible?

    You just need to firewall port 3306 to prevent anyone from accessing the database remotely. Note also that someone would need a valid username/password combination to do so anyway. But by far the best option for any firewall is to deny all ports by default, and only open those that you need...
  12. F

    Plesk 11.5 Easy Install Script for Multiple PHP CentOS 6.4 x64

    I think "yum install phpABC-additional" would be wonderful enough. That way you pick what you want and are not installing things you don't really need (e.g. 5.5). Given that you are including 5.3, is this going to be Nucleus-only or what?
  13. F

    .qmail-command exit codes not working in 11.5

    Nicolay RULES. Your insight is always helpful. Thanks again.
  14. F

    Plesk 11.5 Easy Install Script for Multiple PHP CentOS 6.4 x64

    I don't think this will happen. It is too old and too buggy/insecure. You would have to use the manual method to compile and install it as outlined in this thread (great work, btw -- thank you).
  15. F

    502 Bad Gateway - Please, very urgent!!

    Nicolay's suggestion is almost certainly going to work for you: either disable selinux or set it into permissive mode. http://www.cyberciti.biz/faq/howto-turn-off-selinux/
  16. F

    PHP 5.3 modules

    I believe that php-mcrypt is available for 5.3 from the EPEL repo.
  17. F

    Smtp

    You just need to switch off email for the Subscription (note that this disables email for all domains in the Subscription, so if you have more than one then you'll need to move the one you want to switch off to its own Subscription) Mail tab > Change Settings > Untick "Activate mail service...
  18. F

    how to increase max_allowed_packet?

    Plesk doesn't touch MySQL settings so you are safe there. Indeed, as a rule of thumb, it doesn't touch any configuration file in /etc/ unless it is necessary in order to achieve what you ask it to do (e.g. /etc/named/* when you add/edit a domain, and similarly with apache). The design...
  19. F

    how to increase max_allowed_packet?

    Just add max_allowed_packet=4M in your /etc/my.cnf (in [mysqld] section) and then do: service mysqld restart (or whatever you need to do to restart MySQL in your Linux flavour)
  20. F

    Named/Bind Nightmare

    Check out # /usr/local/psa/bin/dns --help However, I have found in the past that simple making a DNS change (e.g. soa) can regenerate things.
Back
Top