Any way to access usermin a different way?

5 posts / 0 new
Last post
#1 Mon, 09/10/2007 - 23:12
julien.pham

Any way to access usermin a different way?

Hi,

My computer's name is like nsxxx, where xxx is a number. So I access usermin through https://nsxxx:20000.

I would like to access usermin from the address https://webmail.mydomain.com.

Any way to do this? How?

Thanks

Sat, 09/05/2009 - 02:31
jayandran

dear support,

Good Day!

Currently I am using virtualmin pro and i realized that usermin in far more better in functionality compare to roundcube.

Now my questions is how do i redirect https://www.domain.tld:20000 from https://mail.domain.tld/

Hope to hear from you guys as soon as possible .. thanks

Regards Jay

Sat, 09/05/2009 - 06:52
ronald
ronald's picture

you can set this in the server template.

the vhost container will end up having a rewrite rule:
RewriteEngine on
RewriteCond %{HTTP_HOST} =webmail.domain.com
RewriteRule ^(.*) https://server.domain.com:20000 [R]
RewriteCond %{HTTP_HOST} =admin.domain.com
RewriteRule ^(.*) https://server.domain.com:10000 [R]

Sat, 09/05/2009 - 07:41
andreychek

Howdy,

Yup, Ronald's correct!

And to be specific, you can set that in System Settings -> Server Templates -> Default -> Apache website.

You can set "Redirect webmail.domain to Usermin" and some related options on that screen.

-Eric

Sun, 09/06/2009 - 02:02
jayandran

Dear Ronald & Andreychek

Thanks guys ..

Topic locked