You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run tests, I don't want to use the overridden...Url parameter on jmap-client-ts, the only configurable URL for the client should be the session one, and other URLs are provided by the session.
Since the docker has a dynamic port, the URL is not know before the container is started.
Does James support setting those URLs after is is started? With the file? With some commands?
If this is not possible, we can try to set up a proxy to redirect to James, setting proxy destination after it is started, but the proxy should have a constant URL?
The text was updated successfully, but these errors were encountered:
When I run tests, I don't want to use the
overridden...Url
parameter on jmap-client-ts, the only configurable URL for the client should be the session one, and other URLs are provided by the session.Since the docker has a dynamic port, the URL is not know before the container is started.
It seems that those URLs are defined in jmap.properties file (see https://james.apache.org/server/config-jmap.html)
Does James support setting those URLs after is is started? With the file? With some commands?
If this is not possible, we can try to set up a proxy to redirect to James, setting proxy destination after it is started, but the proxy should have a constant URL?
The text was updated successfully, but these errors were encountered: