5th September 2008

Thunderbird and Antivirus on Ubuntu

posted in Linux |

Being safe nowadays means that you need to have some form of antivirus available on your system. Linux users for years have not worried about this but being naive is not an excuse.

So, to install the solution that works with Thunderbird, you need Thunderbird and an add-on called clamdrib

To make this work under Ubuntu you need a few more steps…
You need to install clamav, which is easily done with:
sudo apt-get install clamav-daemon
..or..
sudo aptitude install clamav-daemon

You also need to make one change to the /etc/clamav/clamd.conf file from the default set up on Ubuntu, adding the lines:
TCPSocket 3310
TCPAddr localhost

You can now either reboot or just stopping the services

sudo /etc/init.d/clamav-daemon restart
sudo /etc/init.d/clamav-freshclam restart

This should now work nicely..

This entry was posted on Friday, September 5th, 2008 at 11:53 am and is filed under Linux. You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.

There is currently one response to “Thunderbird and Antivirus on Ubuntu”

Why not let us know what you think by adding your own comment! Your opinion is as valid as anyone elses, so come on... let us know what you think.

  1. 1 On October 27th, 2009, Andrew Miller said:

    THANK YOU. This works like a charm. :)