1

Topic: make roundcubemail available from http

==== Required information ====
- iRedMail version (check /etc/iredmail-release):  0.9.7
- Linux/BSD distribution name and version:  Debian 8
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):  MySQL
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro? No
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

How do we switch off the https rewrite for the roundcubemail? I would like to have access to it by http on port 80 to be accessible from my haproxy ssl reverse proxy.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: make roundcubemail available from http

found it.

edited /opt/www/roundcubemail/config/config.inc.php, changed ['force_https'] = true; to false.
all good now!