1

Topic: how to set the http access only (NO SSL/TLS) to roundcube webmail?

==== Required information ====
- iRedMail version: 0.8.4
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Linux/BSD distribution name and version: OpenSuse 12.1
- Related log if you're reporting an issue:
====
To access the mailboxes to the webmail I would NOT USE the SSL/TLS (https) but the default 80 (http), what is the correct setting.
thanks

----

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

2

Re: how to set the http access only (NO SSL/TLS) to roundcube webmail?

You should remove/change the redirect in /var/www/index.html and modify apache configuration and add aliases for webmail like this:

Alias /webmail "/usr/share/apache2/roundcubemail/"

In debian you need to modify the file /etc/apache2/sites-enabled/000-default and restart apache

3

Re: how to set the http access only (NO SSL/TLS) to roundcube webmail?

@camel1cz - you know give me instruction on OpenSuse, what to change and how? thanks

4

Re: how to set the http access only (NO SSL/TLS) to roundcube webmail?

*) iRedMail forces user to access mailbox via HTTPS/POP3S/IMAPS. May i know why you prefer non-secure HTTP?
*) on openSUSE, please check /etc/apache2/vhosts.d/vhost.conf, and /etc/apache2/vhosts.d/vhost-ssl.conf.

5

Re: how to set the http access only (NO SSL/TLS) to roundcube webmail?

*) The problem is the error listed at the request of the page "ceritficato invalid". to avoid buying a ssl certificate there are two alternatives: there is a way to avoid the error, or use http (though less secure)
*) how to change the two configuration files?

6

Re: how to set the http access only (NO SSL/TLS) to roundcube webmail?

baccanti wrote:

*) The problem is the error listed at the request of the page "ceritficato invalid". to avoid buying a ssl certificate there are two alternatives: there is a way to avoid the error, or use http (though less secure)

If you're a company, SSL certificate is cheap.

Again, HTTPS/IMAPS/POP3S/SMTPS are recommended for secure connection.

7

Re: how to set the http access only (NO SSL/TLS) to roundcube webmail?

ZhangHuangbin wrote:

*) iRedMail forces user to access mailbox via HTTPS/POP3S/IMAPS. May i know why you prefer non-secure HTTP?
*) on openSUSE, please check /etc/apache2/vhosts.d/vhost.conf, and /etc/apache2/vhosts.d/vhost-ssl.conf.

The reason may be a thousand....
As requested from many user can you give a real solution to avoid redirect with NGINX Web server?