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

How to install and configure ClamAV for Qmail

Here's what I did on Plesk 7.5.4:

I uninstalled psa-spamassassin

#rpm -e psa-spamassassin

I uninstalled spamassassin

#rpm -e spamassassin

Then installed ART's Clam AV, Spamassassin and qmail-scanner.

#yum install clamav spamassassion qmail-scanner

Stop spamassassin, run the configurator, restart spamassassin

#service spamassassin stop
#/usr/bin/qmail-scanner-reconfigure
#service spamassassin start


Then from the Updater in the control panel install
spamassassin support and make sure that only the
psa-spamassassin service is running.
It should call the proper spamd daemon.
I had problems with this as it started the spamc daemon which
blocked all email from coming in, but a simple reboot corrected this.


The mchk utility should restore the spam settings for each mailbox.by running the command

#/usr/local/psa/admin/sbin/mchk --with-spam (although this didn't work for me either.)
 
:confused: Two lines were left out of the instructions above. If you have not already removed Dr.Web do so first with the following:

rpm -e drweb
rpm -e drweb-qmail

Also, if you have already upgraded your spamassassin and installed qmail-scanner, you do not need to reinstall those. Just install clamav using ART's and yum.
 
I did the same on Plesk 7.5.4 and didn't work for me.

So i reinstall psa-spamassassin and spamassassin from plesk updater. Install clamav and qmail-scanner from ART's, reconfigure qmail-scanner and it works.

Originally posted by jwdick
Here's what I did on Plesk 7.5.4:
I uninstalled psa-spamassassin
#rpm -e psa-spamassassin
I uninstalled spamassassin
#rpm -e spamassassin
Then installed ART's Clam AV, Spamassassin and qmail-scanner.
#yum install clamav spamassassion qmail-scanner
Stop spamassassin, run the configurator, restart spamassassin
#service spamassassin stop
#/usr/bin/qmail-scanner-reconfigure
#service spamassassin start

Then from the Updater in the control panel install spamassassin support and make sure that only the psa-spamassassin service is running.
It should call the proper spamd daemon.
I had problems with this as it started the spamc daemon which
blocked all email from coming in, but a simple reboot corrected this.

The mchk utility should restore the spam settings for each mailbox.by running the command
#/usr/local/psa/admin/sbin/mchk --with-spam (although this didn't work for me either.)
 
Back
Top