You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
424B

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