default /webmail roundcube

microz

Verified User
Joined
Jun 10, 2009
Messages
124
Location
Santiago, Chile
Hi,

I'm using nginx_apache in custombuild, and i'm looking setup roundcube as default webmail

http://domain.com/webmail redirect to /roundcube
https://domain.com/webmail redirect to /roundcube

I found webapps.conf and ssl.webapps.conf file in nginx folder, and modify /webmail to redirect to roundcube

This works well with http:// but not works with https://

Some suggestion? or other alternative?

Thanks,
Eduardo
 
Hi,

Roundcube now is default webmail in DA. If you want ssl just follow this:

cd /usr/local/directadmin/custombuild
./build update
./build set use_hostname_for_alias yes
./build set redirect_host_https yes
./build rewrite_confs
 
Hi,

For some reason, this not works for me, continue joining to squirrelmail from http and roundcube from https.

Thanks
Eduardo

Check your /etc/httpd/conf/extra/httpd-alias.conf. State there Squirremail?
 
Back
Top