auth-passwdfile.conf.ext 176 B

123456789
  1. passdb {
  2. driver = passwd-file
  3. args = scheme=PLAIN username_format=%u /etc/dovecot/users
  4. }
  5. userdb {
  6. driver = passwd-file
  7. args = username_format=%u /etc/dovecot/users
  8. }