Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-updates > by-pkgid > 32b3f9b663c34b01bde27dac58dd6af1 > files > 327

dovecot-2.2.13-5.1.mga5.i586.rpm

Shadow
======

Works at least with Linux and Solaris, but nowadays <PAM>
[PasswordDatabase.PAM.txt] is usually preferred to this.

This uses auth worker processes:

---%<-------------------------------------------------------------------------
passdb {
  driver = shadow
}
---%<-------------------------------------------------------------------------

If there are only a few users and you're using '/etc/shadow' file, there's
really no need to use auth workers. You can disable them with:

---%<-------------------------------------------------------------------------
passdb {
  driver = shadow
  args = blocking=no
}
---%<-------------------------------------------------------------------------

(This file was created from the wiki on 2013-11-24 04:42)