[Dovecot] Error: User doesn't have home dir set, disabling duplicate database

Sven Hartge sven at svenhartge.de
Sun Sep 16 18:20:48 EEST 2012


Carsten Laun-De Lellis <carsten.delellis at delellis.net> wrote:

> user_attrs = home=/vmail/%d/%n,=uid=5000,=gid=5000

This should be 

  user_attrs = =home=/vmail/%d/%n,=uid=5000,=gid=5000

You need the = before "home" like you did with "uid" and "gid" because
you are not assigning any LDAP attribute to home but are construction
one yourself with %d and %n.

Or you can use the default_fields stanza in your userdb configuration to
provide those values. user_attrs would then be empty.

Grüße,
Sven.

-- 
Sigmentation fault. Core dumped.




More information about the dovecot mailing list