Difference between revisions of "Dovecot /postfix with Roundcube WebUI"

From vpsget wiki
Jump to: navigation, search
(Created page with " Make sure you have these packages installed: yum install php Download roundcube: wget http://freefr.dl.sourceforge.net/project/roundcubemail/roundcubemail/0.9.5/roundcubema...")
 
Line 1: Line 1:
  
Make sure you have these packages installed:
+
Install php if not yet installed:
 
  yum install php
 
  yum install php
Download roundcube:
+
Download roundcube and extract it in web accessible directoty:
 +
cd /var/www/html
 
  wget http://freefr.dl.sourceforge.net/project/roundcubemail/roundcubemail/0.9.5/roundcubemail-0.9.5.tar.gz
 
  wget http://freefr.dl.sourceforge.net/project/roundcubemail/roundcubemail/0.9.5/roundcubemail-0.9.5.tar.gz
 +
tar xvf roundcubemail-0.9.5.tar.gz
 
For newest version refer to: http://roundcube.net/
 
For newest version refer to: http://roundcube.net/
 +
 +
Now you can give some shorter name to it, for example - webmail:
 +
mv roundcubemail-0.9.5 webmail

Revision as of 15:01, 25 October 2013

Install php if not yet installed:

yum install php

Download roundcube and extract it in web accessible directoty:

cd /var/www/html
wget http://freefr.dl.sourceforge.net/project/roundcubemail/roundcubemail/0.9.5/roundcubemail-0.9.5.tar.gz
tar xvf roundcubemail-0.9.5.tar.gz

For newest version refer to: http://roundcube.net/

Now you can give some shorter name to it, for example - webmail:

mv roundcubemail-0.9.5 webmail