Hi there, I would like to change the sogo logo. I tried to change the sogo-logo.png in /var/lib/docker/volumes/mailcowdockerized_sogo-web-vol-1/_data/WebServerResources/img, but nothing happened after a restarting with “docker-compose restart memcached-mailcow sogo-mailcow”. Can someone please help?
Cheers Kiwi

    • Best Answerset by MAGIC

    Hello,

    You need to put your logo as .svg in /data/conf/sogo/ and name it sogo-full.svg as seen here

    Then a down + up should be enough

  • MAGIC

    • Forum Staff
    • volunteer
    Moolevel 48
  • Best Answerset by MAGIC

Hello,

You need to put your logo as .svg in /data/conf/sogo/ and name it sogo-full.svg as seen here

Then a down + up should be enough

    Have something to say?

    Join the community by quickly registering to participate in this discussion. We'd like to see you joining our great moo-community!

    Hi Magic,

    thx, it worked :-). Do you also know, how to change the color of the logon screen on the right side?

    Hi Magic,

    I made it work by changing the themes.js in /var/lib/docker/volumes/mailcowdockerized_sogo-web-vol-1/_data/WebServerResources/js. But if you restart sogo, it overwrites my custom settings again with the default ones.
    Cheers

    Kiwi

    10 months later

    MAGIC
    Is there no sogo-full.svg anymore? I have only:

    /data/conf/sogo/sogo.conf
    /data/conf/sogo/sieve.creds
    /data/conf/sogo/plist_ldap
    /data/conf/sogo/custom-theme.js
    /data/conf/sogo/custom-sogo.js
    /data/conf/sogo/custom-favicon.ico

    Thanks

    • MAGIC

      • Forum Staff
      • volunteer
      Moolevel 48

    Just create it with your logo

      MAGIC
      Its working, thanks!

      For memory:
      create/upload: sogo-full.svg
      cd /opt/mailcow-dockerized/data/conf/sogo
      docker-compose restart memcached-mailcow sogo-mailcow

        2 years later

        I am reviewing this post and ran the steps provided to get the logo to change within webmail login page. However the image shows broken on the Sogo webmail page. That being said, I moved the file from my windows machine to the linux host, then to the docker session.

        Steps : Following “Change Logo” steps on docs.mailcow.email Icon SOGo - mailcow: dockerized documentation


        Changed the name of the .png to .svg over windows, then moved the file to the host > then docker container.
        Then ran “docker-compose restart memcached-mailcow sogo-mailcow”
        Attempted "docker-compose restart nginx-mailcow but the issue persisted.

        Additionally I’ve tried move the .png directly to the container, then renaming the file .svg, but the issue persisted.
        With the same steps to implement the image to the site.

        Both times I attempted to re-run the build by using docker-compose build sogo-mailcow, but the image still shows as a broken image.

        I saw a post on github regarding the /var/lib/docker/volumes/mailcowdockerized_sogo-web-vol-11/ file, but I think that step runs deeper into resolving the issue then I believe is necessary.

        That being said, If I could get to the source code of the page, I am easily able to implement the CSS code to change the logo. But not sure where I’d find the code itself to change.

        Here is a visual of what I mean by logo image broken on webmail login screen. Imgur Icon Broken image

        Is anyone else continuing to have this issue? If anyone has any guidance, it would be much appreciated!

        4 months later

        tuupt

        Great!
        If you have ssh setup on your machine, you can then upload the file from your local machine to the remote machine like so: 🪄

        rsync -aP ./logo.svg -e 'ssh' username@123.123.123.1:/home/username/apps/mailcow-dockerized/data/conf/sogo

        Furthermore, mv ./logo.svg sogo-full.svg && ls

        and do the docker restart as you stated.

        No one is typing