Koozali.org: home of the SME Server

Obsolete Releases => SME 8.x Contribs => Topic started by: crazybob on December 09, 2013, 12:17:37 AM

Title: RoundCube stops working
Post by: crazybob on December 09, 2013, 12:17:37 AM
I have roundqube installed and it was working properly then suddenly it quit
A little investigation turns up that clam seems to think
/opt/roundcube/program/lib/Roundcube/rcube_utils.php: MBL_367798.UNOFFICIAL FOUND, and renames and moves it.
I can easily reinstall it, but it keeps happening.
I copied a fresh version to my desktop, and ran a virus scan on the file, and it comes back OK.
Any ideas?
TIA Bob
Title: Re: RoundCube stops working
Post by: stephdl on December 09, 2013, 09:36:20 AM
which version of roundcube do you have ?
Title: Re: RoundCube stops working
Post by: crazybob on December 09, 2013, 01:47:51 PM
roundcube-0.9.5-1.noarch.rpm
Title: Re: RoundCube stops working
Post by: mmccarn on December 09, 2013, 03:20:26 PM
If you're sure the file is OK you may be able to whitelist it in clam with the FilesystemScanExclude db property.

Read more here:
http://wiki.contribs.org/SME_Server:Documentation:FAQ:Section01#Virus_Scanning

I can't tell if FilesystemScanExclude accepts individual file names, or if it requires folder names.

[edit]
In case it's useful, here's what I get for the shasum of the file you mention:
Code: [Select]
# shasum /opt/roundcube/program/lib/Roundcube/rcube_utils.php
4744db5e26d7bc1ccf56727f30f5ae00360cae3a  /opt/roundcube/program/lib/Roundcube/rcube_utils.php

And here's the top of my roundcube changelog:
Code: [Select]
# head /opt/roundcube/CHANGELOG
CHANGELOG Roundcube Webmail
===========================

RELEASE 0.9.5
-------------
- Fix failing vCard import when email address field contains spaces (#1489386)
- Fix default spell-check configuration after Google suspended their spell service
- Fix vulnerability in handling _session argument of utils/save-prefs (#1489382)
- Fix iframe onload for upload errors handling (#1489379)
- Fix address matching in Return-Path header on identity selection (#1489374)
Title: Re: RoundCube stops working
Post by: crazybob on December 09, 2013, 09:04:40 PM
Doing the same checks as you have shown, I get the same response. I will try excluding it from scanning in the next few days.

Thanks

Bob