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" <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) <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;
> 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> 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) <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> 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 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" <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) <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> 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 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" <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] *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

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

2016-11-29 Thread Ramesh Chander
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

Re: [SOGo] Changes in date font size after login in SOGo

2016-11-16 Thread Ramesh Chander
> I want to change the font size of date which shows up once I login through
> web client.
>
> http://prntscr.com/d81ytr
>
> I tried and found it is done from typography.scss. I tried to find the
> file, I couldnt find scss folder under webserverresources, I downloaded
> from Sogo GIT and placed scss folder under webserverresources & tried to
> change the font size but no effect
>
> /SOGo.woa/WebServerResources/scss/core/typography.scss
>
> http://prntscr.com/d82220
>
> Any help in finding the file where we can change the font size will be
> highly appreciated!
>
> Thanks a lot in advance
>

Regards,

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