Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
192 |
- |
1 |
# Deny access for users. Included from 10-auth.conf.
|
|
|
2 |
|
|
|
3 |
# Users can be (temporarily) disabled by adding a passdb with deny=yes.
|
|
|
4 |
# If the user is found from that database, authentication will fail.
|
|
|
5 |
# The deny passdb should always be specified before others, so it gets
|
|
|
6 |
# checked first.
|
|
|
7 |
|
|
|
8 |
# Example deny passdb using passwd-file. You can use any passdb though.
|
|
|
9 |
passdb {
|
|
|
10 |
driver = passwd-file
|
|
|
11 |
deny = yes
|
|
|
12 |
|
|
|
13 |
# File contains a list of usernames, one per line
|
|
|
14 |
args = /etc/dovecot/deny-users
|
|
|
15 |
}
|