Archive for the 'Howto' Category

Howto: Setup Thunderbird with Avast Antivirus

Hello again, this is a guide for all of you using the best e-mail client Thunderbird with Avast Antivirus. The guide is originally a blog post from avast forums but it was a bit confusing so I’m trying to make it a bit more understanding.

The problem
In order to make Avast scan the incoming and outgoing emails with Thunderbird there is some settings and setups to do. Because Thunderbird encrypts the emails using SSL or TLS Avast cant scan them for virus and other damaging code. To make this work, thunderbird has to be set to send and receive unencrypted so Avast can scan them and then we need to encrypt them once again.

Todo this…
We need 2 programs,

Then, unpack and install OPENSSL and STUNNEL wherever you want.

Now we need to make some config changes in stunnel, goto the map you just installed stunnel in. Rightclick on stunnel.conf and open with notepad, if you dont know how to do this you could create a new text document.

Type;

client=yes

[gmail-pop3s]
accept=127.0.0.1:11110
connect=pop.gmail.com:995

[gmail-smtps]
accept=localhost:11025
connect=smtp.gmail.com:465

This is the settings used for gmail. You can use your ISP custom settings as well by changing smtp and pop. I will go through this guide using gmail.
Save this document as stunnel.conf

Now doubble click on Stunnel.exe (the icon that looks like a network map). Now you should be able to see the same network-map in the right corner of the screen. Double click it to view the Log to see if there is any errors, it should look something like this:

Config Avast
Right-click on the avast logo in the right corner,
Choose On-Access protection control
Goto Internet Mail
Click on the Customize button.
Goto Redirect.

Enter these ports:
POP: 110,1110,1120,11110
SMTP: 25,215,225,1025,11025

Uncheck “Ignore local connection”
It should look something like this:

Now avast is setup and we need to make the final touches in Thunderbird.

Thunderbird settings
In thunderbird, goto Tools / Account settings

Server settings for POP is:

  • Server: localhost
  • Port: 11110
  • Username: Your gmail accountname
  • Never use secure settings.

Server settings for SMTP:

  • Server: localhost
  • Port: 11025
  • Username: Your gmail username
  • Never use secure settings.

Thats it!
Now thunderbird should be able to send and recieve emails. If you are using any anti SPAM software, check out the blog post on avast forum for information of how to implement that.

Here is some related links:

Howto: Install themes on Xubuntu

I didn’t thought there was any good guide of how to install themes on Xubuntu so I decided to write one.

First step is to lookup a style you want, www.xfce-look.org is a great website to custom your Xubuntu.

Murrine themes
If the theme is a Murrine style (often named murrina/murrine) you need to install murrine engine. Simply write:
sudo apt-get install gtk2-engines-murrine in Terminal.
If there is any problem or if you don’t run Xubuntu, check out http://www.cimitan.com/murrine/ for more info.

Installing themes
Next, we need to unpack the theme into ~/.themes , .themes is under /home and its hidden, to show all hidden files just do as follow while you are unpacking your theme

Show hidden

Next, unpack your theme in the map .themes. The folderstrukture should look like, Username/.themes/themename/gtk-2.0

screen2.gif

Select the new theme
Now we have installed our theme, so the next step is to select it, goto Applications > Settings > User interface settings.
Select your theme and you are all set. Now keep customizing your themes, a good menu to reach all custom settings is Applications > Settings > Settings manager.
Icons
To install icons just do as you did with the themes, but unpack the icon stylepack in the hidden folder /.icons
If you can’t find the folder you have to create it.

Good luck, if you got any problems or something else that i could do better, just post a comment about it.