> On 26/09/2022 16:10 EEST Silvio Siefke <siefke_lis...@web.de> wrote: > > > Hello, > > I use Opensmtpd with Dovecot LMTP. All this run but one point I not > understand. > > I use Virtual Users, with System User vmail, home is /var/vmail but > dovecot stored message in path /home/vmail/<domain>/user. In configuration > files is /var/vmail (dovecot users). > > Thx for help > Silvio > ----
userdb { args = username_format=%u /etc/dovecot/users driver = passwd-file override_fields = uid=vmail gid=vmail home=/home/vmail/%d/%n } For some reason you are overriding mail_home here. Aki