exim issue : ratelimit database not available

Fix Please remove the following corrupted files from exim database and restart exim. removed `/var/spool/exim/db/ratelimit’ removed `/var/spool/exim/db/ratelimit.lockfile’ removed `/var/spool/exim/db/retry’ removed `/var/spool/exim/db/retry.lockfile’ removed `/var/spool/exim/db/wait-dk_remote_smtp’ removed `/var/spool/exim/db/wait-dk_remote_smtp.lockfile’ removed `/var/spool/exim/db/wait-remote_smtp’ removed `/var/spool/exim/db/wait-remote_smtp.lockfile’ restarted exim

R1soft issue : Socket timed out after waiting for more than 1,800 seconds to read/write

Steps to increase the timeout value: ==================================== --Edit the following file on the Backup Manager: /usr/sbin/r1soft/conf/server.properties --Change the following line to read: agent-network-connection-timeout=36000 --Save and exit the file. --Place the Server Backup manager into maintenance mode and let the running jobs complete then Restart the Backup Manager: # /etc/init.d/cdp-server restart

ClamAV/ClamTK install in linux

ClamAV is an open source and cross-platform command line antivirus app for detecting Trojans, viruses, and other malicious codes. ClamTk is its GUI front-end. Install ClamAV/ClamTk on Ubuntu and Debian, using following commands. # sudo apt-get install clamav # sudo apt-get install clamtk