[horde] multiple instances of Horde Webmail

A. Schulze sca at andreasschulze.de
Sat Jul 31 14:53:27 UTC 2021



Am 31.07.21 um 11:59 schrieb Ivajlo Karabojkov:

> I've been using Horde for a long time as a single instance on a given server, by PEAR install.
> Now I have to make some more instances for separate subdomains.
> What is the correct method to do this? Should I use separate PEAR installation for each instance? Or I can just handle one "main" distribution (eg. in /var/www/html/horde) installed and updated by system-wide PEAR and copy the files for each instance (eg. /var/www/html/maildomain1, etc.) with corresponding configuration files?
> 

Hello,

parallel installations of PEAR are not needed. First you have to enable "$conf['vhosts'] = true;" in ~horde/config/conf.php
Then you could setup alternative DNS names for the existing Horde-Instance.

Settings are first taken from ~horde/config/conf-$vhost.php, and then ~horde/config/conf.php is still used.
This works for virtually all configuration files.

So you have to move vhost specific settings from the generic config files to files named like the vhost.

hope, this helps...

Andreas


More information about the horde mailing list