Install IMP Webmail, Ingo Mail Filter Manager This will install a set of applications for Webmail. - IMP Webmail - Ingo Mail Filer Manager - ActiveSync Install applications Inside your Root Project, run
sudo -u www-data composer require horde/imp ^7 horde/ingo ^4 horde/activesync ^3
The general pattern is
sudo -u www-data composer horde-reconfigure
Configure via Web UI
Go to the web UI and generate the default configs for the calendar and tasks apps:
/horde/admin/config/config.php?app=imp
mv web/imp/config/conf.php var/config/imp/conf.php
mv web/ingo/config/conf.php var/config/ingo/conf.php
mv web/activesync/config/conf.php var/config/activesync/conf.php
sudo -u www-data composer horde-reconfigure
For later changes, the config UI should recognize the symlink and edit the target file instead.
Extra config for imp
Put these extra files into var/config/imp/ for customizing your mail backends layout and storage
backends.local.php
Run the 'composer horde-reconfigure' command in the root project dir afterwards.
Setup the database tables
Run this command:
./vendor/bin/horde-db-migrate up