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