2012年8月24日 星期五

Install Openwebmail

Install Openwebmail

http://maxding.blogspot.tw/2009/06/ubuntu-server-apachemysqlphpopenwebmail.html

http://openwebmail.org/openwebmail/download/doc/readme.txt

Note: Perl 5.12.4 not support

perl-suid not found!


cd /tmp

Go to this site and download the *.deb
http://openwebmail.org/openwebmail/download/debian/
OR

INSTALL REQUIRED MODULES FOR OPENWEBMAIL

wget http://launchpadlibrarian.net/67801960/perl-suid_5.10.1-17ubuntu4_amd64.deb
wget http://openwebmail.org/openwebmail/download/debian/2012.02.19/libmd5-perl_0fake-1_amd64.deb
wget http://openwebmail.org/openwebmail/download/debian/owm2.53-2.deb
sudo dpkg -i owm2.53-2.deb

sudo dpkg -i perl-suid_5.10.1-17ubuntu4_amd64.deb
sudo apt-get -f install
sudo dpkg --configure -a
sudo apt-get -y check

sudo a2enmod ssl ; a2ensite default-ssl; /etc/init.d/apache2 restart
sudo a2enmod ssl ; sudo a2ensite default-ssl; /etc/init.d/apache2 restart
sudo a2enmod ssl ; sudo a2ensite default-ssl; sudo /etc/init.d/apache2 restart

sudo dpkg --install owm2.53-2.deb
sudo dpkg -i owm2.53-2.deb libmd5-perl_0fake-1_amd64.deb
sudo dpkg -i perl-suid.deb
sudo apt-get install perl-suid

INSTALL OPENWEBMAIL

cd /var/www
wget  http://openwebmail.org/openwebmail/download/current/openwebmail-current.tar.gz
tar -zxvBpf openwebmail-current.tar.gz
mv data/openwebmail html/
vim /var/www/cgi-bin/openwebmail/etc/openwebmail.conf

mv cgi-bin/ /var/www/
sudo mv cgi-bin/ /var/www/
ll /var/www/
sudo mv html /var/www/

沒有留言:

張貼留言