[horde] Horde Webmail not on default port

Brent impuser at bitrealm.com
Sun Apr 23 01:49:33 UTC 2023


  Quoting Horst Simon <horst.simon2 at icloud.com>:

> Hi ,
>
> I need to have Horde Webmail not on the default 443 port, but on  
> 8443. I have configured it to Listen on 8443 and <VirtualHost  
> _default_:8443>.
> It will connect to this port, but not display correctly the login  
> screen and fail after login screen, with unable to connect, by  
> falling back to the default port. Does anyone has it working on any  
> other port than the default one (443 or 80) and what additional  
> configuration I need to change to get it working?
>
> Thanks and Regards,
> Horst
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/To unsubscribe,  
> mail: horde-unsubscribe at lists.horde.org

Pretty easy/simple to have horde bind to a different port. Horde will  
do 80/443 fine, but if you want to run it on a non-standard port,  
simply edit the conf.php file.

<install-dir>/web/horde/config/conf.php

Add the following:

$conf['server']['port'] = 8443;

brent


More information about the horde mailing list