• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

HOWTO add Sinscan + ClamAV to pmy existing Plesk 8.1.0 server ?

F

fgilain

Guest
Hi all,

running a RHEL3 ES server with Plesk 8.1.0 + spamassassin (default Plesk's setup : version 3.0.4).

Is there someone that could help me upgrading SA to latest version + add Simscan + ClamAV in front of this ?

Thanks a lot

NB : i'm really not a Linux gugu, so i'm very afraid of breaking something on my production server because i am always asking if i will break something with Plesk...

Florent
 
I succeed in installing clamAV on my server (for the moment, just installed from sources and updated, not linked to my mail system...).

My problem is finally, only the simscan integration in the existing mail receiving process
 
Nobody did it ?

My question is finally : which patchs are installed on a Plesk setup for Qmail ?

is QMAILQUEUE patch applyed ? so can i use Simscan with that default setup ?

Florent
 
I havent made an rpm for simscan yet, but I have made one for qmail-scanner which does the same thing (in perl). Basically what you'll have to do is create a wrapper around qmail-queue that will call simscan (theres one in qmail-scanner), or if you go the QMAILQUEUE route, you'll need to patch qmail, and run smtpd through tcpserver instead of xinetd.
 
Hummm...this seems impossible to do for me ;-((

i think i'll start on the qmail-scanner solution then ;-))

But for the moment, my spamassassin seems to be broken since i upgraded to 3.1.7 yesterday...i have no X-spam- headers in the mails i receive anymore and i see nothing speaking about "spamd processing" when using :

tail -f /usr/local/psa/var/log/maillog

any idea of what has happen ?

here is what i did :
uninstall existing rpms :
rpm -e spamassassin... + spamassassin-tool... + psa_spamassassin...
then installed new rpms :
rpm -Uvh spamassassin... + spamassassin-tool... + psa_spamassassin...

then /etc/init.d/psa-spamassassin restart

I then had a problem with sa-update because i was missing CPAN modules, so i installed theses modules and sa-updates was working.

Florent
 
Back
Top