# 1. How to install openwebmail on Squeeze: apt-get update ; apt-get upgrade ; apt-get clean dpkg -i owm2.53-2.deb libmd5-perl_0fake-1_amd64.deb apt-get -f install a2enmod ssl ; a2ensite default-ssl; /etc/init.d/apache2 restart # 2. How to make it more insecure (but faster): apt-get install libapache2-mod-speedycgi /etc/init.d/apache2 restart nano /etc/apache2/sites-enabled/default-ssl # Add "AddHandler speedycgi-script .pl" before DocumentRoot. /etc/init.d/apache2 restart nano /etc/apache2/apache2.conf # Comment out all lines starting with "User" or "Group" /etc/init.d/apache2 restart nano /etc/openwebmail/openwebmail.conf # Set forced_ssl_login yes forced_moveoldmsgfrominbox no