auth-passwdfile.conf.ext.erb 329 B

1234567891011121314
  1. # Authentication for passwd-file users. Included from auth.conf.
  2. #
  3. # passwd-like file with specified location.
  4. # <doc/wiki/AuthDatabase.PasswdFile.txt>
  5. passdb {
  6. driver = passwd-file
  7. args = scheme=CRYPT username_format=%u /etc/dovecot/users
  8. }
  9. userdb {
  10. driver = passwd-file
  11. args = username_format=%u /etc/dovecot/users
  12. }