Hi there,
I have an issue since 2025-03 and wanted to check if its just me or if there is a problem somewhere before i open a ticket. So, i’d apreciate, if one of you could report or re-test the behaviour in your setup.
/admin and /domainadmin works just fine. no issues whatsoever
The mailbox user (tried multiple one) is configured to redirect immediately to SOGo once logged in.
And here is the thing:
When I login with user/password/TOTP it works just fine. The user will be re-directed to SOGo immediately and can/could “switch” back to the settings (=mailcow) frontend.
But if I login with FIDO2/WebAuthn, the very same user will land on the mailcow frontend - and not on SOGo.
Even when I click on the “Webmail ->” button in the backend, its not possible to “switch” to SOGo.
Here’s the output of “docker compose logs -f sogo-mailcow”
login with user/pass:
sogo-mailcow-1 | Mar 26 08:38:50 18ad48176e91 sogod [68]: xxx.xxx.xxx.xxx "GET /SOGo/so/user@domain.tld HTTP/1.0" 302 0/0 0.003 - - 0 - 12
sogo-mailcow-1 | Mar 26 08:38:50 18ad48176e91 sogod [68]: xxx.xxx.xxx.xxx "GET /SOGo/so/user@domain.tld/view HTTP/1.0" 302 0/0 0.011 - - 0 - 12
sogo-mailcow-1 | Mar 26 08:38:50 18ad48176e91 sogod [68]: xxx.xxx.xxx.xxx "GET /SOGo/so/user@domain.tld/Mail HTTP/1.0" 302 0/0 0.001 - - 0 - 12
sogo-mailcow-1 | Mar 26 08:38:50 18ad48176e91 sogod [68]: xxx.xxx.xxx.xxx "GET /SOGo/so/user@domain.tld/Mail/view HTTP/1.0" 200 27856/0 0.018 114923 75% 0 - 13
sogo-mailcow-1 | Mar 26 08:38:51 18ad48176e91 sogod [68]: xxx.xxx.xxx.xxx "GET /SOGo/so/user@domain.tld/Calendar/alarmslist?browserTime=1742974728 HTTP/1.0" 200 60/0 0.005 - - 0 - 13
sogo-mailcow-1 | Mar 26 08:38:51 18ad48176e91 sogod [68]: xxx.xxx.xxx.xxx "POST /SOGo/so/user@domain.tld/Mail/0/folderINBOX/changes HTTP/1.0" 200 23/126 0.029 - - 0 - 14
sogo-mailcow-1 | Mar 26 08:38:51 18ad48176e91 sogod [67]: xxx.xxx.xxx.xxx "GET /SOGo/so/user@domain.tld/Mail/0/view HTTP/1.0" 200 40154/0 0.070 - - 524K - 13
sogo-mailcow-1 | Mar 26 08:38:51 18ad48176e91 sogod [67]: xxx.xxx.xxx.xxx "POST /SOGo/so/user@domain.tld/Mail/0/folderINBOX/view HTTP/1.0" 200 1612/48 0.037 - - 192K - 14
sogo-mailcow-1 | Mar 26 08:38:51 18ad48176e91 sogod [68]: xxx.xxx.xxx.xxx "GET /SOGo/so/user@domain.tld/Mail/0/folderINBOX/labels HTTP/1.0" 200 93/0 0.018 - - 0 - 14
sogo-mailcow-1 | Mar 26 08:38:51 18ad48176e91 sogod [67]: xxx.xxx.xxx.xxx "POST /SOGo/so/user@domain.tld/Mail/unseenCount HTTP/1.0" 200 359/380 0.028 - - 0 - 13
login with FIDO2/WebAuthn:
sogo-mailcow-1 | Mar 26 08:41:20 18ad48176e91 sogod [67]: xxx.xxx.xxx.xxx "GET /SOGo/so/user@domain.tld HTTP/1.0" 200 11752/0 0.015 42950 72% 0 - 13
–> mailcow frontend is shown. clicking on “Webmail ->” will give:
sogo-mailcow-1 | Mar 26 08:42:40 18ad48176e91 sogod [67]: xxx.xxx.xxx.xxx "GET /SOGo/so HTTP/1.0" 302 0/0 0.001 - - 0 - 12
sogo-mailcow-1 | Mar 26 08:42:40 18ad48176e91 sogod [67]: xxx.xxx.xxx.xxx "GET /SOGo/so/ HTTP/1.0" 200 11750/0 0.014 42947 72% 0 - 12
it seems to me, that SSO is not working properly.
Is there any other log I could check?
Thank you in advance