Hi,
I installed mailcow and it all works fine. I’m using a separate reverse proxy (SWAG NGINX) and everything works fine except /SOGo. When I use https://(Proxy URL)/SOGo I get the message:
401 Authorization Required
If I use the URL of the mailcow server itself https://(URL MAILCOW SERVER)/SOGo then it works fine and I get a login page.
When I run the following command on the MailCow server:
docker logs -f mailcowdockerized-php-fpm-mailcow-1
When I use URL https://(Proxy URL)/SOGo I get the following message:
WARNING: [pool web-worker] child 54 said into stderr: “NOTICE: PHP message: mailcow UI: Invalid password for (Linux Admin username) by 127.0.0.1”
I can’t seem to get this resolved. Who can help me?