On Mon, 2007-12-31 at 18:29 -0500, Michel Bulgado wrote:
> user_attrs = mail,/var/spool/virtualmail/%d/%n,,,,

I don't know why this worked even with v0.99. :) What does "mail"
contain?

> mail_location = maildir:/var/spool/virtualmail/%d/%u

Use %n instead of %u.

> passdb pam {
>          args = dovecot
> }

So you're using PAM for authentication.

>    userdb ldap {
>      args = /etc/dovecot-ldap.conf
>    }

I don't think you even need userdb ldap. Wouldn't this work better:

userdb static {
  args = uid=500 gid=500
}

>    userdb prefetch {
>    }

This doesn't do anything here.

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to