mailcow / mailcow-dockerized

mailcow: dockerized - 🐮 + 🐋 = 💕
https://mailcow.email
GNU General Public License v3.0
8.58k stars 1.15k forks source link

Default SOGo Web interface Title #3972

Closed aimanssh closed 3 years ago

aimanssh commented 3 years ago

Hello,

I have an issue with updating Default SOGo Web interface Title, the title do not appear correctly

i have updated SOGoPageTitle = "Mailer Mailbox"; in the data/conf/sogo/sogo.conf

and docker-compose up -d

dragoangel commented 3 years ago

This bug with debug enabled in sogo.

aimanssh commented 3 years ago

This bug with debug enabled in sogo.

How to debug it

dragoangel commented 3 years ago

this now enabled by default to get custom themes working, if you not use custom theme you can disable debug in sogo.conf settings by adding // to start of line ;)

Note: you need restart sogo after this

aimanssh commented 3 years ago

this now enabled by default to get custom themes working, if you not use custom theme you can disable debug in sogo.conf settings by adding // to start of line ;)

Note: you need restart sogo after this

Perfect, it's fixed now. Thank you

chriscroome commented 3 years ago

I have a problem with this, in data/conf/sogo/sogo.conf I have:

SOGoPageTitle = "SOGo Groupware";

And the result is:

        <title></title>

Prior to a Mailcow update today the title was rendered, does anyone have a suggestion regarding how to fix this?

aimanssh commented 3 years ago

I have a problem with this, in data/conf/sogo/sogo.conf I have:

SOGoPageTitle = "SOGo Groupware";

And the result is:

        <title></title>

Prior to a Mailcow update today the title was rendered, does anyone have a suggestion regarding how to fix this?

As @dragoange said, if you not use custom theme you can disable debug in sogo.conf settings by adding // to start of line ;)

Note: you need restart sogo after this

chriscroome commented 3 years ago

Thanks @aimanssh commenting this line:

\\SOGoUIxDebugEnabled = YES;

And a restart did the job:

docker-compose restart sogo-mailcow