Ivo Damjanović
Ivo Damjanović
I would like to second this. We use the "Online-Beitrittserklärung " and some users are confused. They set up the same registration a second time. If I delete the first...
I would like to still be able to search for my name "Ivo". Please make it >=3 or >2
Ahh I see. I think you can expect a reverse proxy with ssl termination in front of the web admin ui. My usecase is with podman instead of docker. The...
Let's specify the following for the example: 1.2.3.4 is the server public ip 0.0.0.0 bind to all internal/external interfaces 127.0.0.1 binds to localhost 10.90.0.0/16 is a private net within the...
borrowed from maddy: ``` EXPOSE [25 143 993 587 465] ENTRYPOINT ["/bin/maddy", "-config", "/data/maddy.conf"] CMD ["run"] ``` This would work in most setups. An exposed port is public. If someone...
I changed the issue to be about docker feedback. I would recommend to add environment variables to mox. Currently mox works like most single bin applications. The configuration is created...
``` --volume /xyz/mox:/config:rw \ --env domain=mydomain.com \ ``` Example for the configuration. mox is already mounting a conf directory. Missed it before.
> Perhaps it can work in a future where the quickstart sets up less (no domain yet), and you continue configuration through the web interface > > A web interface...
Since you mentioned podman, I am unsure what a good test platform could be for mox. Podman has 4 network backends: -cni (old) for root -netavark (current) for root -slirp4netns...
I think this is alright. You need to bind a different external port for your usecase. But does mox accept not encrypted communication on 443? In a reverse proxy setup....