On Tue, May 29, 2012 at 4:47 PM, Timo Sirainen wrote:
> On Sat, 2012-05-26 at 13:51 +0100, Kayode Odeyemi wrote:
> > Below is my configuration
> >
> > passdb {
> > args = scheme=CRYPT username_format=%u /etc/dovecot/users
> > driver = passwd-file
> > }
>
> Dovecot isn't using NIS. It's using
On Sat, 2012-05-26 at 13:51 +0100, Kayode Odeyemi wrote:
> Below is my configuration
>
> passdb {
> args = scheme=CRYPT username_format=%u /etc/dovecot/users
> driver = passwd-file
> }
Dovecot isn't using NIS. It's using user accounts in /etc/dovecot/users
file.
And in any case set auth_debu
Below is my configuration
# 2.0.13: /etc/dovecot/dovecot.conf
# OS: Linux 3.0.0-17-server x86_64 Ubuntu 11.10
auth_mechanisms = plain login
mail_location = maildir:/nfs/users/%u/Maildir
passdb {
args = scheme=CRYPT username_format=%u /etc/dovecot/users
driver = passwd-file
}
protocols = " imap