[Dovecot] Mail error in log
Timo Sirainen
tss at iki.fi
Tue Aug 31 19:25:04 EEST 2010
On Tue, 2010-08-31 at 16:11 +0100, Ian macdonald wrote:
> On Tue, Aug 31, 2010 at 3:35 PM, Charles Marcus
> <CMarcus at media-brokers.com> wrote:
> > On 2010-08-31 10:30 AM, Ian macdonald <ianmac51 at gmail.com> wrote:
> >> I am using Maildir and julie does have access to ~Maildir, is there
> >> any reason why deliver is attempting to use her user directory and not
> >> her Maildir?
If you tell Dovecot a user's home directory, Dovecot expects to be able
to use it.
> userdb:
> driver: passwd
One of these should work (in preferred order):
userdb passwd {
args = home=
}
userdb passwd {
args = home
}
userdb passwd {
args = home=/home/%u/Maildir
}
More information about the dovecot
mailing list