New comment by Anachron on void-packages repository https://github.com/void-linux/void-packages/issues/38551#issuecomment-1209814639 Comment: Ah I installed `dovecot` before https://github.com/void-linux/void-packages/commit/b49fd851309d6593fbb6fb8ae191f796a98ee96a probably, so that's why I have ``` grep 'dovecot' /etc/passwd dovecot:x:994:993:dovecot unprivileged user:/var/chroot:/sbin/nologin _dovecot:x:991:990:_dovecot unprivileged user:/var/empty:/sbin/nologin ``` Can you redact your config and paste it here? Because for example this is inside `/usr/share/examples/dovecot/conf.d/10-master.conf`: ``` # Login user is internally used by login processes. This is the most untrusted # user in Dovecot system. It shouldn't have access to anything at all. #default_login_user = dovenull # Internal user is used by unprivileged processes. It should be separate from # login user, so that login processes can't disturb other processes. #default_internal_user = dovecot ```