docker
docker copied to clipboard
Docker image sources for Dovecot
I guess it's something like https://github.com/docker-library/official-images/tree/master/library https://github.com/docker-library/official-images/blob/master/library/postfixadmin
Admins usually don't configure configuration directories as a docker volume. Instead, they read-only-bind-mount individual config files directly – in my case just `dovecot.conf`. However this leads to an unused docker...
Kinda related to #9. Dovecot is crashing under docker with rosetta emulation. I tried under orbstack and docker desktop with and without rosetta. When you disable rosetta it works just...
As you seem to be using Debian Slim now, I'd like to pick up #1 again and ask for arm64 support. It should just be a second build run as...
https://hub.docker.com/r/dovecot/dovecot The instructions here say: > This image comes with default configuration which accepts any user with password `pass`. But the default password for 2.4 is `password`. It would be...
Hi, as of auto-updating to latest, my IMAP-Server is in a restart-loop and `docker logs` doesn't show anything at all. Is this a known legit bug with 2.4.1, or am...
Added small auto-detect of arch and if AVX is avalible when building
Hi, I would like to use the Dovecot Docker from your project. To save a little time, is it possible for someone to provide an "Example Docker Compose" file? There...
Hey, i managed to get V2.4 in Docker usinging my ssl- certificates running with my USER_PASSWORD set to accept any user given. Now i want to make users looked up...
I'm not sure, but as far as I understand the concept of Docker, the actual container is a disposable object, so everything that should be persistent should be integrated via...