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

From vpsget wiki
Jump to: navigation, search
Line 7: Line 7:
 
  yum install php
 
  yum install php
 
Install php extentions:
 
Install php extentions:
  yum install php-xml  
+
  yum install php-xml php-pdo
 +
Add to your php.ini:
 +
extension=dom.so
 +
extension=pdo.so
 +
You can locate your working php.ini with the command:
 +
php -i | grep 'Configuration File'
 +
 
 
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

Revision as of 15:20, 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 php-pdo

Add to your php.ini:

extension=dom.so
extension=pdo.so

You can locate your working php.ini with the command:

php -i | grep 'Configuration File'

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