Archive for » September, 2008 «

Sunday, September 14th, 2008 | Author: muthii

Just signed up for the upcoming atlanta linux fest click for details. Cant wait for it to get here and see what other people are doing with their boxes. Plus what the companies are going to be showing off.

Atlanta Linux Fest 2008

Atlanta Linux Fest 2008

Category: Computer, Internet, server  | Tags:  | 2 Comments
Tuesday, September 02nd, 2008 | Author: muthii

I was not able to watch his nomination acceptance speech live, but i was able to hear the speech next day from some radio station and I loved what I heard. In two months we will be able to find out the results.

Category: Life  | Tags:  | Leave a Comment
Monday, September 01st, 2008 | Author: muthii

To secure squirrelmail, edit the following file and edit it to look like below.

vi /etc/httpd/conf.d/squirrelmail.conf

Alias /webmail /usr/share/squirrelmail

<Directory “/usr/share/squirrelmail”>
SSLRequireSSL
Options Indexes MultiViews
AllowOverride None
Order deny,allow
Deny from all
Allow from all
</Directory>

Thats it.

NB: Remember now the only way to access mail is by https://……../webmail not http://……/webmail otherwise you get a nice page saying Forbidden!