Author Topic: Horde Webmail Installation  (Read 12263 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Horde Webmail Installation
« on: August 09, 2016, 08:15:15 AM »
Did anybody get Horde Webmail and CWP running on the same server?

Offline
*
Re: Horde Webmail Installation
« Reply #1 on: August 09, 2016, 10:36:35 AM »
Did anybody get this two working together???

Offline
*****
Re: Horde Webmail Installation
« Reply #2 on: August 10, 2016, 08:54:35 AM »
Hi, if you can install it to any CentOS server, you will able to install it to the CWP.
Do not forget, file owners for Apache should be nobody.
You can ask me to solve any problem with your server for some money in pm  ;)
Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor
Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp

Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: Horde Webmail Installation
« Reply #3 on: August 10, 2016, 12:56:56 PM »
on centos 5 their is a correct guideline but this is not working with centos 6. even horde website does not give an answer on that. everyone focus on ubuntu and debian. but the file structure is different between centos and ubuntu/debian. and that is why i ask if anybody did this before and remember what he/she did. kind share information.

Offline
*
Re: Horde Webmail Installation
« Reply #4 on: September 22, 2016, 09:09:18 PM »
I was able to install horde 5 groupware on CentOS 6 successfully along with CWP.

This is what I did

1. MariaDB [(none)]> create database horde;
2. mkdir /usr/local/apache/htdocs/horde
3. pear channel-discover pear.horde.org
4. pear install horde/horde_role
5. pear run-scripts horde/horde_role
6. pear install -a -B horde/webmail
7. webmail-install [[follow the on screen instructions]]
8. edit domain-redirects.conf  and add  horde folder Alias
9. create /usr/local/apache/htdocs/horde/registry.d/registry.local.php

<?php
$this->applications['horde']['webroot'] = '/horde';
$this->applications['mail']['webroot'] = '/horde';

10. chown -R nobody:nobody /usr/local/apache/htdocs/horde
11. service httpd restart
12. Enjoy  http://domain-name/horde/
« Last Edit: September 22, 2016, 09:11:22 PM by mozzee »

Offline
*
Re: Horde Webmail Installation
« Reply #5 on: September 24, 2017, 08:27:23 PM »
These instructions do not seem to work for Centos 7. Too many warnings / errors about deprecated and obsolete files.

Does anyone have updated instructions? Preferably more detailed.
« Last Edit: September 24, 2017, 08:38:59 PM by dg1 »