RE: [SOGo] Customize login url mail.domain.com instead mail.domain.com/SOGo

2016-12-02 Thread "Scott Damron"
Excellent!  I am not aware of a way to hide the actual URL from users.

 

Scott

 

From: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] On Behalf Of Ramesh 
Chander
Sent: Thursday, December 01, 2016 8:39 AM
To: users@sogo.nu
Subject: Re: [SOGo] Customize login url mail.domain.com instead 
mail.domain.com/SOGo

 

Thanks Scott rewrite rule worked, now users are able to use mail.domain.com 
<http://mail.domain.com>  instead mail.domain.com/SOGo 
<http://mail.domain.com/SOGo> 

 

RewriteEngine On

RewriteRule ^/$ /SOGo/ [R]

 

Is there anyway where users dont see internal url from the browser i.e. they 
should see mail.domain.com <http://mail.domain.com>  instead 
mail.domain.com/SOGo <http://mail.domain.com/SOGo> . 

 

Thanks in advance.

 

RC

 

On Wed, Nov 30, 2016 at 7:09 PM, "Scott Damron" <users@sogo.nu 
<mailto:users@sogo.nu> > wrote:

Change your SOGo.conf back to what it was and handle the re-write in your 
Apache config.  Use mod-rewrite for this.

Scott




On Wednesday, November 30, 2016 04:00 CST, "Ramesh Chander" (rcjun...@gmail.com 
<mailto:rcjun...@gmail.com> ) <users@sogo.nu <mailto:users@sogo.nu> > wrote:
 

Hi Scot,

 

We are using Apache 2.2

 

Here is what I get when I change the proxy pass

http://prnt.sc/ddbkco

 

And here is my SOGo.conf related to this

 

ProxyPass /Microsoft-Server-ActiveSync \

http://127.0.0.1:2/SOGo/Microsoft-Server-ActiveSync \

retry=60 connectiontimeout=5 timeout=3600

 

#ProxyPass /SOGo http://127.0.0.1:2/SOGo retry=0   # This works well

ProxyPass /  http://127.0.0.1:2/SOGo retry=0# With this, I get login 
page as http://prnt.sc/ddbkco

http://127.0.0.1:2/SOGo>

## adjust the following to your configuration

## and do not forget to enable the headers module



  RequestHeader set "x-webobjects-server-port" "443"

  RequestHeader set "x-webobjects-server-name" "%{HTTP_HOST}e" env=HTTP_HOST

  RequestHeader set "x-webobjects-server-url" "https://%{HTTP_HOST}e 
<https://%25%7bHTTP_HOST%7de> " env=HTTP_HOST

 

## When using proxy-side autentication, you need to uncomment and

## adjust the following line:

  RequestHeader unset "x-webobjects-remote-user"

#  RequestHeader set "x-webobjects-remote-user" "%{REMOTE_USER}e" 
env=REMOTE_USER

 

  RequestHeader set "x-webobjects-server-protocol" "HTTP/1.0"



  AddDefaultCharset UTF-8

  Order allow,deny

  Allow from all



 

 

Regards,

 

RC

 

On Tue, Nov 29, 2016 at 10:36 PM, "Scott Damron" <users@sogo.nu 
<mailto:users@sogo.nu> > wrote:

I wouldn't think there would be an issue with CSS if you were just doing a 
redirect or re-write.  What web server are you running?  If you can, reply with 
your re-write or redirect config.

Scott




On Tuesday, November 29, 2016 09:53 CST, "Ramesh Chander" (rcjun...@gmail.com 
<mailto:rcjun...@gmail.com> ) <users@sogo.nu <mailto:users@sogo.nu> > wrote:
 

Tried but it is throwing non css page without any actionable clicks, do we need 
to change in any of the css files.

 

RC

 

On Tue, Nov 29, 2016 at 9:09 PM, "Scott Damron" <users@sogo.nu 
<mailto:users@sogo.nu> > wrote:

User a redirect from the root of your web server.  Re-write / to /SOGo.

 

Scott

 

From: users-requ...@sogo.nu <mailto:users-requ...@sogo.nu>  
[mailto:users-requ...@sogo.nu <mailto:users-requ...@sogo.nu> ] On Behalf Of 
Ramesh Chander
Sent: Tuesday, November 29, 2016 9:35 AM
To: users@sogo.nu <mailto:users@sogo.nu> 
Subject: [SOGo] Customize login url mail.domain.com <http://mail.domain.com>  
instead mail.domain.com/SOGo <http://mail.domain.com/SOGo> 

 

Hi,

 

my users want to access SOGo like mail.domain.com <http://mail.domain.com>  
instead mail.domain.com/SOGo <http://mail.domain.com/SOGo> 

 

Is there any way to make to work like mail.domain.com <http://mail.domain.com> 

 

Thanks

 

RC

--
users@sogo.nu <mailto:users@sogo.nu> 
https://inverse.ca/sogo/lists

--
users@sogo.nu <mailto:users@sogo.nu> 
https://inverse.ca/sogo/lists

--
users@sogo.nu <mailto:users@sogo.nu> 
https://inverse.ca/sogo/lists


 

--
users@sogo.nu <mailto:users@sogo.nu> 
https://inverse.ca/sogo/lists

--
users@sogo.nu <mailto:users@sogo.nu> 
https://inverse.ca/sogo/lists


 

-- 
users@sogo.nu <mailto:users@sogo.nu> 
https://inverse.ca/sogo/lists

 

-- 
users@sogo.nu <mailto:users@sogo.nu> 
https://inverse.ca/sogo/lists

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Customize login url mail.domain.com instead mail.domain.com/SOGo

2016-12-01 Thread Ramesh Chander
Thanks Scott rewrite rule worked, now users are able to use mail.domain.com
instead mail.domain.com/SOGo

RewriteEngine On
RewriteRule ^/$ /SOGo/ [R]

Is there anyway where users dont see internal url from the browser i.e.
they should see mail.domain.com instead mail.domain.com/SOGo.

Thanks in advance.

RC

On Wed, Nov 30, 2016 at 7:09 PM, "Scott Damron"  wrote:

> Change your SOGo.conf back to what it was and handle the re-write in your
> Apache config.  Use mod-rewrite for this.
>
> Scott
>
>
>
> On Wednesday, November 30, 2016 04:00 CST, "Ramesh Chander" (
> rcjun...@gmail.com)  wrote:
>
>
> Hi Scot,
>
> We are using Apache 2.2
>
> Here is what I get when I change the proxy pass
> http://prnt.sc/ddbkco
>
> And here is my SOGo.conf related to this
>
> ProxyPass /Microsoft-Server-ActiveSync \
> http://127.0.0.1:2/SOGo/Microsoft-Server-ActiveSync \
> retry=60 connectiontimeout=5 timeout=3600
>
> #ProxyPass /SOGo http://127.0.0.1:2/SOGo retry=0   # This works well
> ProxyPass /  http://127.0.0.1:2/SOGo retry=0# With this, I get
> login page as http://prnt.sc/ddbkco
> http://127.0.0.1:2/SOGo>
> ## adjust the following to your configuration
> ## and do not forget to enable the headers module
> 
>   RequestHeader set "x-webobjects-server-port" "443"
>   RequestHeader set "x-webobjects-server-name" "%{HTTP_HOST}e"
> env=HTTP_HOST
>   RequestHeader set "x-webobjects-server-url" "https://%{HTTP_HOST}e;
> env=HTTP_HOST
>
> ## When using proxy-side autentication, you need to uncomment and
> ## adjust the following line:
>   RequestHeader unset "x-webobjects-remote-user"
> #  RequestHeader set "x-webobjects-remote-user" "%{REMOTE_USER}e"
> env=REMOTE_USER
>
>   RequestHeader set "x-webobjects-server-protocol" "HTTP/1.0"
> 
>   AddDefaultCharset UTF-8
>   Order allow,deny
>   Allow from all
> 
>
>
> Regards,
>
> RC
>
> On Tue, Nov 29, 2016 at 10:36 PM, "Scott Damron"  wrote:
>>
>> I wouldn't think there would be an issue with CSS if you were just doing
>> a redirect or re-write.  What web server are you running?  If you can,
>> reply with your re-write or redirect config.
>>
>> Scott
>>
>>
>>
>> On Tuesday, November 29, 2016 09:53 CST, "Ramesh Chander" (
>> rcjun...@gmail.com)  wrote:
>>
>>
>> Tried but it is throwing non css page without any actionable clicks, do
>> we need to change in any of the css files.
>>
>> RC
>>
>> On Tue, Nov 29, 2016 at 9:09 PM, "Scott Damron"  wrote:
>>>
>>> User a redirect from the root of your web server.  Re-write / to /SOGo.
>>>
>>>
>>>
>>> Scott
>>>
>>>
>>>
>>> *From:* users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] *On Behalf
>>> Of *Ramesh Chander
>>> *Sent:* Tuesday, November 29, 2016 9:35 AM
>>> *To:* users@sogo.nu
>>> *Subject:* [SOGo] Customize login url mail.domain.com instead
>>> mail.domain.com/SOGo
>>>
>>>
>>>
>>> Hi,
>>>
>>>
>>>
>>> my users want to access SOGo like mail.domain.com instead
>>> mail.domain.com/SOGo
>>>
>>>
>>>
>>> Is there any way to make to work like mail.domain.com
>>>
>>>
>>>
>>> Thanks
>>>
>>>
>>>
>>> RC
>>>
>>> --
>>> users@sogo.nu
>>> https://inverse.ca/sogo/lists
>>> --
>>> users@sogo.nu
>>> https://inverse.ca/sogo/lists
>>>
>> --
>> users@sogo.nu
>> https://inverse.ca/sogo/lists
>>
>>
>>
>> --
>> users@sogo.nu
>> https://inverse.ca/sogo/lists
>>
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists
>
>
>
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists
>
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Customize login url mail.domain.com instead mail.domain.com/SOGo

2016-11-30 Thread "Scott Damron"
Change your SOGo.conf back to what it was and handle the re-write in your 
Apache config.  Use mod-rewrite for this.

Scott


On Wednesday, November 30, 2016 04:00 CST, "Ramesh Chander" 
(rcjun...@gmail.com)  wrote:
 Hi Scot, We are using Apache 2.2 Here is what I get when I change the proxy 
passhttp://prnt.sc/ddbkco And here is my SOGo.conf related to this ProxyPass 
/Microsoft-Server-ActiveSync 
\http://127.0.0.1:2/SOGo/Microsoft-Server-ActiveSync \retry=60 
connectiontimeout=5 timeout=3600 #ProxyPass /SOGo http://127.0.0.1:2/SOGo 
retry=0   # This works wellProxyPass /  http://127.0.0.1:2/SOGo retry=0    
# With this, I get login page as http://prnt.sc/ddbkcohttp://127.0.0.1:2/SOGo>## adjust the following to your configuration## and 
do not forget to enable the headers module  
RequestHeader set "x-webobjects-server-port" "443"  RequestHeader set 
"x-webobjects-server-name" "%{HTTP_HOST}e" env=HTTP_HOST  RequestHeader set 
"x-webobjects-server-url" "https://%{HTTP_HOST}e; env=HTTP_HOST ## When using 
proxy-side autentication, you need to uncomment and## adjust the following 
line:  RequestHeader unset "x-webobjects-remote-user"#  RequestHeader set 
"x-webobjects-remote-user" "%{REMOTE_USER}e" env=REMOTE_USER   RequestHeader 
set "x-webobjects-server-protocol" "HTTP/1.0"  AddDefaultCharset 
UTF-8  Order allow,deny  Allow from all  Regards, RC On Tue, Nov 29, 
2016 at 10:36 PM, "Scott Damron"  wrote:I wouldn't think there 
would be an issue with CSS if you were just doing a redirect or re-write.  What 
web server are you running?  If you can, reply with your re-write or redirect 
config.

Scott


On Tuesday, November 29, 2016 09:53 CST, "Ramesh Chander" (rcjun...@gmail.com) 
 wrote:
 Tried but it is throwing non css page without any actionable clicks, do we 
need to change in any of the css files. RC On Tue, Nov 29, 2016 at 9:09 PM, 
"Scott Damron"  wrote:
User a redirect from the root of your web server.  Re-write / to /SOGo.
 
Scott
 
From: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] On Behalf Of Ramesh 
Chander
Sent: Tuesday, November 29, 2016 9:35 AM
To: users@sogo.nu
Subject: [SOGo] Customize login url mail.domain.com instead mail.domain.com/SOGo
 
Hi,
 
my users want to access SOGo like mail.domain.com instead mail.domain.com/SOGo
 
Is there any way to make to work like mail.domain.com
 
Thanks
 
RC
--
users@sogo.nu
https://inverse.ca/sogo/lists--
users@sogo.nu
https://inverse.ca/sogo/lists--
users@sogo.nu
https://inverse.ca/sogo/lists
  --
users@sogo.nu
https://inverse.ca/sogo/lists--
users@sogo.nu
https://inverse.ca/sogo/lists
 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Customize login url mail.domain.com instead mail.domain.com/SOGo

2016-11-30 Thread Ramesh Chander
Hi Scot,

We are using Apache 2.2

Here is what I get when I change the proxy pass
http://prnt.sc/ddbkco

And here is my SOGo.conf related to this

ProxyPass /Microsoft-Server-ActiveSync \
http://127.0.0.1:2/SOGo/Microsoft-Server-ActiveSync \
retry=60 connectiontimeout=5 timeout=3600

#ProxyPass /SOGo http://127.0.0.1:2/SOGo retry=0   # This works well
ProxyPass /  http://127.0.0.1:2/SOGo retry=0# With this, I get
login page as http://prnt.sc/ddbkco
http://127.0.0.1:2/SOGo>
## adjust the following to your configuration
## and do not forget to enable the headers module

  RequestHeader set "x-webobjects-server-port" "443"
  RequestHeader set "x-webobjects-server-name" "%{HTTP_HOST}e" env=HTTP_HOST
  RequestHeader set "x-webobjects-server-url" "https://%{HTTP_HOST}e;
env=HTTP_HOST

## When using proxy-side autentication, you need to uncomment and
## adjust the following line:
  RequestHeader unset "x-webobjects-remote-user"
#  RequestHeader set "x-webobjects-remote-user" "%{REMOTE_USER}e"
env=REMOTE_USER

  RequestHeader set "x-webobjects-server-protocol" "HTTP/1.0"

  AddDefaultCharset UTF-8
  Order allow,deny
  Allow from all



Regards,

RC

On Tue, Nov 29, 2016 at 10:36 PM, "Scott Damron"  wrote:

> I wouldn't think there would be an issue with CSS if you were just doing a
> redirect or re-write.  What web server are you running?  If you can, reply
> with your re-write or redirect config.
>
> Scott
>
>
>
> On Tuesday, November 29, 2016 09:53 CST, "Ramesh Chander" (
> rcjun...@gmail.com)  wrote:
>
>
> Tried but it is throwing non css page without any actionable clicks, do we
> need to change in any of the css files.
>
> RC
>
> On Tue, Nov 29, 2016 at 9:09 PM, "Scott Damron"  wrote:
>>
>> User a redirect from the root of your web server.  Re-write / to /SOGo.
>>
>>
>>
>> Scott
>>
>>
>>
>> *From:* users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] *On Behalf
>> Of *Ramesh Chander
>> *Sent:* Tuesday, November 29, 2016 9:35 AM
>> *To:* users@sogo.nu
>> *Subject:* [SOGo] Customize login url mail.domain.com instead
>> mail.domain.com/SOGo
>>
>>
>>
>> Hi,
>>
>>
>>
>> my users want to access SOGo like mail.domain.com instead
>> mail.domain.com/SOGo
>>
>>
>>
>> Is there any way to make to work like mail.domain.com
>>
>>
>>
>> Thanks
>>
>>
>>
>> RC
>>
>> --
>> users@sogo.nu
>> https://inverse.ca/sogo/lists
>> --
>> users@sogo.nu
>> https://inverse.ca/sogo/lists
>>
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists
>
>
>
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists
>
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Customize login url mail.domain.com instead mail.domain.com/SOGo

2016-11-29 Thread "Scott Damron"
I wouldn't think there would be an issue with CSS if you were just doing a 
redirect or re-write.  What web server are you running?  If you can, reply with 
your re-write or redirect config.

Scott


On Tuesday, November 29, 2016 09:53 CST, "Ramesh Chander" (rcjun...@gmail.com) 
 wrote:
 Tried but it is throwing non css page without any actionable clicks, do we 
need to change in any of the css files. RC On Tue, Nov 29, 2016 at 9:09 PM, 
"Scott Damron"  wrote:
User a redirect from the root of your web server.  Re-write / to /SOGo.
 
Scott
 
From: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] On Behalf Of Ramesh 
Chander
Sent: Tuesday, November 29, 2016 9:35 AM
To: users@sogo.nu
Subject: [SOGo] Customize login url mail.domain.com instead mail.domain.com/SOGo
 
Hi,
 
my users want to access SOGo like mail.domain.com instead mail.domain.com/SOGo
 
Is there any way to make to work like mail.domain.com
 
Thanks
 
RC
--
users@sogo.nu
https://inverse.ca/sogo/lists--
users@sogo.nu
https://inverse.ca/sogo/lists--
users@sogo.nu
https://inverse.ca/sogo/lists
 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Customize login url mail.domain.com instead mail.domain.com/SOGo

2016-11-29 Thread Ramesh Chander
Tried but it is throwing non css page without any actionable clicks, do we
need to change in any of the css files.

RC

On Tue, Nov 29, 2016 at 9:09 PM, "Scott Damron"  wrote:

> User a redirect from the root of your web server.  Re-write / to /SOGo.
>
>
>
> Scott
>
>
>
> *From:* users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] *On Behalf
> Of *Ramesh Chander
> *Sent:* Tuesday, November 29, 2016 9:35 AM
> *To:* users@sogo.nu
> *Subject:* [SOGo] Customize login url mail.domain.com instead
> mail.domain.com/SOGo
>
>
>
> Hi,
>
>
>
> my users want to access SOGo like mail.domain.com instead
> mail.domain.com/SOGo
>
>
>
> Is there any way to make to work like mail.domain.com
>
>
>
> Thanks
>
>
>
> RC
>
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists
>
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

RE: [SOGo] Customize login url mail.domain.com instead mail.domain.com/SOGo

2016-11-29 Thread "Scott Damron"
User a redirect from the root of your web server.  Re-write / to /SOGo.

 

Scott

 

From: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] On Behalf Of Ramesh 
Chander
Sent: Tuesday, November 29, 2016 9:35 AM
To: users@sogo.nu
Subject: [SOGo] Customize login url mail.domain.com instead mail.domain.com/SOGo

 

Hi,

 

my users want to access SOGo like mail.domain.com   
instead mail.domain.com/SOGo  

 

Is there any way to make to work like mail.domain.com  

 

Thanks

 

RC

-- 
users@sogo.nu  
https://inverse.ca/sogo/lists

-- 
users@sogo.nu
https://inverse.ca/sogo/lists