Jörn Schlingensiepen

Results 3 comments of Jörn Schlingensiepen

I can confirm this problem and I think it is a show-stopper for a docker-image. And it is different to the problem I mention under #31 I am able to...

Hi [schildbach](https://github.com/schildbach) how did you overcome the issue of missing "dovenull", even after setting: default_login_user = vmail default_internal_user = vmail default_internal_group = vmail inside the config, the system tries to...

I am using `docker compose` ``` services: dovecot: image: dovecot/dovecot:2.4.1 cap_drop: - ALL cap_add: - CAP_SYS_CHROOT ports: - "143:143" - "993:993" volumes: - ./maildata:/srv/vmail - ./dovecot-config:/etc/dovecot - ./certs:/etc/ssl/private - ./dovecot_passwd:/etc/dovecot/passwd...