This repository was archived by the owner on Oct 8, 2024. It is now read-only.
Replies: 1 comment 2 replies
-
Hi Silvio, The correct format of the -Mauro |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm currently setting up both JMAP server and IMAP server in a k8s cluster. I can reach the JMAP server on
https://jmap.test.myserver.org
. But when I try to authenticate against the IMAP server, I get:DEBUG stalwart_imap::commands::authenticate: Failed to connect to {}: Transport error: builder error: relative URL without a base
{}
is thejmap-url
, for which I tried all of the following with the same result:"https://jmap.test.myserver.org"
"jmap.test.myserver.org"
"https://jmap.test.myserver.org:443"
"jmap.test.myserver.org:443"
"https://jmap.test.myserver.org/.well-known/jmap"
Does anybody have any idea what could be wrong?
Cheers
Silvio
Beta Was this translation helpful? Give feedback.
All reactions