auth-static.conf.ext.erb 608 B

123456789101112131415161718192021222324
  1. # Static passdb. Included from auth.conf.
  2. # This can be used for situations where Dovecot doesn't need to verify the
  3. # username or the password, or if there is a single password for all users:
  4. #
  5. # - proxy frontend, where the backend verifies the password
  6. # - proxy backend, where the frontend already verified the password
  7. # - authentication with SSL certificates
  8. # - simple testing
  9. #passdb {
  10. # driver = static
  11. # args = proxy=y host=%1Mu.example.com nopassword=y
  12. #}
  13. #passdb {
  14. # driver = static
  15. # args = password=test
  16. #}
  17. #userdb {
  18. # driver = static
  19. # args = uid=vmail gid=vmail home=/home/%u
  20. #}