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

    ClamAV and Plesk 12 - Help

    @trialotto and everyone, As the paid solutions can be very costly, I've found ClamAV is more than enough in a majority of solutions. Having run it on multiple servers in the spamassassin + clamav + qmail combo for easily 10yrs+ at this point, I've never experienced a major issue that can't be...
  2. Matt_Auckland

    ClamAV and Plesk 12 - Help

    Hi Lapo. Sorry for the late reply, Christmas and all that. This issue normally also happens after updates to Clamd. Simply run the following: # qmail-scanner-reconfigure # service clamd start That should do it.
  3. Matt_Auckland

    Web App Edition Domain Expire Notice

    Oh right, gotcha. Kinda thought that would've be fixed during migration, as it was migrated from a Web Pro server to its own Web App server.
  4. Matt_Auckland

    Web App Edition Domain Expire Notice

    Sure. Note, domain names have be stared out to prevent spam. X-Antivirus: AVG for E-mail Received: (qmail 18125 invoked by uid 2523); 21 Oct 2015 03:10:25 +0100 X-Qmail-Scanner-Diagnostics: from unity***.org by youand******.co.uk (envelope-from <info@unity***.org>, uid 2020) with...
  5. Matt_Auckland

    Web App Edition Domain Expire Notice

    Hi, I've got a few server instances running Plesk 12 Web App Edition hosting just single domains, yet today I received an expiry email from one of the servers, even though there are no service plans or options to set, or extend expiry dates. A feature you tend to find in the Web Pro Edition (I...
  6. Matt_Auckland

    After update to Plesk 12.0.18 Scheduled Task not running

    In an update to this question, the following works, although I now added -O - -q to prevent cron from writing an output file every time the job is run. I found that out purely by mistake when running a clean up on the linux os. Took me a little while to work out what the empty files where, and...
  7. Matt_Auckland

    nginx: 413 Request Entity Too Large

    Just chucking my two cents in on this issue. I tried the steps in the following kb article: http://kb.odin.com/en/122689 Unfortunatly that didn't work, and I was still unable to add the "client_max_body_size" to Additional nginx directives field for each domain. In the end, as IgorG mentioned...
  8. Matt_Auckland

    After update to Plesk 12.0.18 Scheduled Task not running

    Hi all, Just want to chime in, as I already have a schedule task up and running to execute a PHP script. I use the following:- php -q httpdocs/cron/cron_script.php
  9. Matt_Auckland

    Plesk 12 Web Admin Edition: Cannot create extra domain

    You lot are lucky, the Add New Domain button is missing in my Web App Edition of Plesk 12, and no suggestions here have helped. PLUS one of the two domains subscriptions on the server has expired, even though Web App Edition doesn't have subscriptions, and there was no option to extend it. I...
  10. Matt_Auckland

    Bug: Subscription Expire Notification in Web App Edition

    Hi, I have a client running Web App Edition of Plesk 12 for Linux, latest install and updates, both Plesk and CentOS 6.x. For some odd reason he is getting "Subscription event notification: The subscription term is about to expire." emails, even though Web App Edition does not include...
  11. Matt_Auckland

    ClamAV and Plesk 12 - Help

    Honestly, not sure. General rule of thumb on a computer is never use more than one Anti-Virus, as two can greatly affect the system performance, and can return false positives. However that might not be the case on Linux. Personally though I tend to only use one, and that is ClamAV/Clamd. And...
  12. Matt_Auckland

    ClamAV and Plesk 12 - Help

    Yes, see above, although you have to remove Dr Web first, as it is also an anti-virus program.
  13. Matt_Auckland

    ClamAV and Plesk 12 - Help

    Here you go. This is the current up-to-date version of the guide: Plesk - Installing Qmail Scanner and Clam AV.pdf
  14. Matt_Auckland

    ClamAV and Plesk 12 - Help

    Well in short my answer is above. I used Plesk's Qmail, and did the install above. I did notice the other day that a Clamd update broke the virus scanning side of mail delivery, but running the qmail-scanner-reconfigure command fixed the issue. It was most likely a permissions/ownership issue...
  15. Matt_Auckland

    Installing shoutcast

    I know this is an old thread, but I came across it whilst trying to find a guide to install SHOUTcast on Plesk 12. I used this guide vpsshell.co.uk/index.php/centosrhel-installing-shoutcast-server/ to do my installation, but be aware that the install files are not same since version 2. You need...
  16. Matt_Auckland

    ClamAV and Plesk 12 - Help

    Ok it seems to be working. Some minor issues that I overcame, but I'll explain all just incase someone else has the same problems. Before I start with the explanation, is there anyway to test this is working? So kicking off I started with Plesk's Qmail and Spamassassin installed via the...
  17. Matt_Auckland

    ClamAV and Plesk 12 - Help

    Ah ok, I assumed that because I had already installed Plesks Qmail via "Updates and Upgrades", that I wouldn't need to install qmail-scanner via YUM channel. I assumed running both would break it. Another another not I'm running Plesks Spamassassin as well. I take it that won't break anything...
  18. Matt_Auckland

    ClamAV and Plesk 12 - Help

    Thanks for the reply IgorG. I've also noticed the qmail-scanner-reconfigure command doesn't work either when using the qmail installed via Plesk's "Updates and Upgrades" section. Do I need to install qmail-scanner via YUM as well as via Plesk, or not?
  19. Matt_Auckland

    ClamAV and Plesk 12 - Help

    It fails with:- # service clamd start Starting Clam AntiVirus Daemon: ERROR: Please define server type (local and/or TCP). [FAILED] When I did this on Plesk 8.6 via the ART yum channel, which I'm also using on this box, it installed...
  20. Matt_Auckland

    ClamAV and Plesk 12 - Help

    Hi all, I've got a Plesk 12 box installed and running on Digital Ocean using CentOS 6.5 64bit. I've installed Qmail Scanner and Spamassassin via Plesk's "Updates and Upgrades" section, and I installed ClamAV using the following command yum install clamd in terminal. Unlike the last time I did...
Back
Top