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!

  • Cisco30

      Moolevel 18

    Thank you for your help.
    I configured the custom URL for SOGO. However, now when I type sogo.tiboxs.com into my web browser, it works, but the browser bar redirects me to mail.tiboxs.com/SOGo/. Is this the expected behavior?
    I expected to see sogo.tiboxs.com instead of mail.tiboxs.com/SOGo/.
    thanks

      • DocFraggle

        • Community Hero
        Moolevel 322
      • Edited

      Cisco30 redirects me to mail.tiboxs.com/SOGo/. Is this the expected behavior?

      With the provided config: yes. If you want sogo.tiboxs.com to stick you will have to use some kind of reverse proxy config (-> Google).

      Edit: something like this:

          location / {
              proxy_pass https://mail.tiboxs.com/SoGo;
              proxy_set_header Host $host;
              proxy_set_header X-Real-IP $remote_addr;
              proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
              proxy_set_header X-Forwarded-Proto $scheme;
          }

      No idea if the proxy module is available inside the nginx container though

      • Cisco30

          Moolevel 18
        • Edited

        I’ll leave it like this for now; it’s already good, and I’ll keep researching how to get there…without breaking everything ;-)
        Thank you.

        • esackbauer

          • Community Hero
          Moolevel 437
        • Edited

        Also, with the next release of mailcow, there will be a new approach to mailcow GUI and authentication.

        e.g. you could use mail.yourdmain.com, you will be presented the mailcow login, user logs in and is automatically transferred to SOGo (without to need to login again or click something). Mailcow user GUI can then be opened from within SOGo if needed.
        mailcow: dockerized - Blog Icon 🌙🐄 LDAP/OIDC Status Update - We didn’t forget. We were just... testing!


        so you would not necessarily need sogo.yourdomain.com.

        • Cisco30

            Moolevel 18
          • Edited

          @esackbauer
          Thanks for the information, we’ll be impatiently waiting for the new features :-)

          No one is typing