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

From vpsget wiki
Jump to: navigation, search
Line 1: Line 1:
 
+
Remove sendmail and install dovecot:
 +
yum remove sendmail
 +
yum install dovecot
 +
chkconfig dovecot on
 +
service dovecot start
 
Install php if not yet installed:
 
Install php if not yet installed:
 
  yum install php
 
  yum install php
 +
Install php extentions:
 +
yum install php-xml
 
Download roundcube and extract it in web accessible directoty:
 
Download roundcube and extract it in web accessible directoty:
 
  cd /var/www/html
 
  cd /var/www/html
Line 10: Line 16:
 
Now you can give some shorter name to it, for example - webmail:
 
Now you can give some shorter name to it, for example - webmail:
 
  mv roundcubemail-0.9.5 webmail
 
  mv roundcubemail-0.9.5 webmail
 +
Go to web installer using url: http://YourDomainOrIP/webmail/installer

Revision as of 15:12, 25 October 2013

Remove sendmail and install dovecot:

yum remove sendmail
yum install dovecot
chkconfig dovecot on
service dovecot start

Install php if not yet installed:

yum install php

Install php extentions:

yum install php-xml 

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

Go to web installer using url: http://YourDomainOrIP/webmail/installer