• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Has anyone installed ClamAV and Qmail-scanner successfully on PLESK 7.5.4 reloaded?

M

miklr

Guest
Has anyone installed Clam AV and Qmail-scanner successfully on PLESK 7.5.4 reloaded?

I've been working with Mediatemple.net on trying to insure my (dv) is free from virus's, since I had to disable Dr.Web due to conflicts.

Sounds like the ClamAv is the solution, but I don't see any references to successful implementation of this since ryanz "How To" in 2003, on Plesk 6.0.
http://forum.swsoft.com/showthread.php?threadid=9730&highlight=Clam+AntiVirus

Is this still a valid installation guide via clamav's tar source?

fyi: here is the current web documentation for clamav and qmail scanner.

http://www.clamav.net/doc/latest/html/node76.html

http://qmail-scanner.sourceforge.net/

Any help/ideas appreciated.

miklr
 
I have successfully installed Clamav and Qmail-Scanner on Plesk 7.5.4 with RH9 os.

I used yum and Art's rpms as they are built to work with Plesk. If you haven't been to Art's website, goto http://atomicrocketturtle.com
 
I saw your thread, wasn't sure this was successful...

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.)
source thread: http://forum.plesk.com/showthread.php?s=&threadid=30791

Can I follow this, and get good results?

I just noticed some snags with the other user.

thanks for the quick reply, jwdick.

miklr
 
I had no problems with Clamav and Qmail-Scanner. I had problems with SpamAssassin starting the spamc daemon. If spamC is started, my SpamAssassin no longer works.

From your post, you indicated that you only wanted to install Clamav and Qmail-Scanner, that Dr.Web and Spamassassin are already removed. You should not have any problems using Art's updates. If you are going to reinstall SpamAssassin, make sure you uninstall psa-spamassassin first. If I had to do it over again, I think I would change the order of the yum updates (although I do not know if this would make any difference).

#yum install clamav qmail-scanner spamassassin

instead of #yum install clamav spamassassion qmail-scanner

Good Luck!
 
Awesome Jack...

My bad, I do have spamassassin running, but I don't have drweb installed, as I had problems with that.

I have no experience with YUM, do you recommend any good directions?

Once again, I really appreciate you taking your time to help.

miklr.
 
Yum is just an update utility like Up2date from Red Hat. Make sure you get the correct yum.conf settings from Art's website that go with your OS. Personally, I have not had any trouble with Yum, it has always given warnings about dependencies and in fact, checks for dependencies and pulls them in also for install and updates AND let's you know what it is about to do BEFORE is does anything.

Yum is probably already on your system.

#yum --help will give you a list of commands.
 
Back
Top