-
Hi, Roundcube runs OK, I see the login page but can't connect, it seems that roundcube can't access the imap server. I see a log for roundcube but none on the imap side.
Is it possible and what sould I do to make it work? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
It should be possible, and Roundcube doesn't share any state or data backend with the mailserver, so different users shouldn't do any difference.
(I'm not sure if our container images are ready for rootless, but if it works I'd be happy to include a new compose-file as an example!) |
Beta Was this translation helpful? Give feedback.
-
It may be possible that rootless docker have networking restrictions that rootful don't have. In which case my setup wouldn't work at all :( I'm still looking for answers about that |
Beta Was this translation helpful? Give feedback.
-
After searching for hours or days, I finally found a solution to enable a container running in Docker rootless to access the host itself. I will document it here in case it may help someone else:
Relevant PR in moby project moby/moby#47352 |
Beta Was this translation helpful? Give feedback.
After searching for hours or days, I finally found a solution to enable a container running in Docker rootless to access the host itself. I will document it here in case it may help someone else:
~/.config/systemd/user/docker.service.d/override.conf
withRelevant PR in moby project …