[Dovecot] Building path to maildir
Timo Sirainen
tss at iki.fi
Tue Jan 1 19:13:57 EET 2008
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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://dovecot.org/pipermail/dovecot/attachments/20080101/203e9c1f/attachment.bin
More information about the dovecot
mailing list