ClamAV Consume ~500MB Memory. How do I remove it without removing roundcube?

MaXi32

Verified User
Joined
Jul 25, 2016
Messages
656
Location
The Earth
ClamAV Consume ~500MB Memory. How do I remove it without removing roundcube?
I follow this step how to remove clamAV https://help.poralix.com/articles/i-...ld-directadmin

When I did that, I notice that the roundcube also got removed. I have my backup done where I can revert everything back where ClamAV is installed. How do I remove clamAV without removing roundcube?

Or How do I just disable it from startup without removing it?

:confused:
Thank you..
 
Why not build Roundcube (again)?

Code:
cd /usr/local/directadmin/custombuild
./build update
./build set roundcube yes
./build roundcube
 
Hello,

The guide https://help.poralix.com/articles/i-want-to-remove-clamav-custombuild-directadmin does not include instructions to remove RoundCube.


It seems you have roundcube=no set and it was removed by the command

Code:
./build remove_items

Anyway, thank you for your feedback. I will correct the guide.

For your save run first:

Code:
./build list_removals

to see what will be removed with ./build remove_items.

Or simply run

Code:
./build remove_clamav


and install Roundcube as suggested above.
 
I'm sure that, even if i set roundcube=yes, when removing the clamav, it still remove the roundcube automatically. I have seen this similar issue somewhere in this forum but I forgot the link. Installing back the roundcube is Ok but my db was removed too.. i need to setting everything back. Thanks...
 
Back
Top