Yes. You can check with `doveadm some-user-name`. Aki
> On 14/07/2026 19:40 EEST sveyret--- via dovecot <[email protected]> wrote: > > > Ha, yes, thank you Aki Tuomi. Does this also work if `mail_home` is set to an > unexisting directory, but is overloaded for each user in the user database? I > have: > > ``` > mail_home = /var/mail/%{user} # actually, not existing > > userdb group { > driver = ldap > ldap_base = ou=group,dc=example,dc=org > ldap_filter = (cn=%{user | username}) > fields { > home = /var/spool/mail/group/%{ldap:cn} > } > } > userdb user { > driver = ldap > ldap_base = ou=user,dc=example,dc=org > ldap_filter = (uid=%{user | username}) > fields { > home = /var/spool/mail/user/%{ldap:uid} > } > } > > ``` > _______________________________________________ > dovecot mailing list -- [email protected] > To unsubscribe send an email to [email protected] _______________________________________________ dovecot mailing list -- [email protected] To unsubscribe send an email to [email protected]
