1 (edited by purpletoad 2012-06-29 22:36:51)

Topic: (Solved)return back to http for roundcube

==== Provide required information ====
- iRedMail version and backend (LDAP/MySQL/PGSQL):0.8.1 + mysql
- Linux/BSD distribution name and version:debian 6.0.3 32bit
- Any related log? Log is helpful for troubleshooting.
====

Hi Zhang

All existing servers are working good, Thanks very much for your help.

Got this fresh install of the latest version, sending and receiving no problem.
the only problem is the https post was taken by another server in the network,
every time when open the roudcube in https(which is enforce now), no page can be displayed.

I'm pretty sure is something to do the with port 443 where you can't have sure server share the same port.

is there anyway to return the roundcube back to http as before?

Thanks in advance.

----

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

2

Re: (Solved)return back to http for roundcube

purpletoad wrote:

is there anyway to return the roundcube back to http as before?

Set "force_https" to false in Roundcube config file: /usr/share/apache2/roundcubemail/config/main.inc.php.
Restarting Apache is required.

3

Re: (Solved)return back to http for roundcube

ZhangHuangbin wrote:
purpletoad wrote:

is there anyway to return the roundcube back to http as before?

Set "force_https" to false in Roundcube config file: /usr/share/apache2/roundcubemail/config/main.inc.php.
Restarting Apache is required.

Thanks very much for that, it works great.