Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 2938faecdcdd6aae10602171c1ea6637 > files > 326

dovecot-2.2.6-2.1.mga4.x86_64.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-09-25 04:42)