21 lines
689 B
Text
21 lines
689 B
Text
# Authentication for passwd-file users. Included from 10-auth.conf.
|
|
#
|
|
# passwd-like file with specified location.
|
|
# <doc/wiki/AuthDatabase.PasswdFile.txt>
|
|
|
|
passdb {
|
|
driver = passwd-file
|
|
# GNUNUX args = scheme=CRYPT username_format=%u /etc/dovecot/users
|
|
args = scheme=SHA512-CRYPT username_format=%n /etc/dovecot/risotto_users
|
|
}
|
|
|
|
# GNUNUX userdb {
|
|
# GNUNUX driver = passwd-file
|
|
# GNUNUX args = username_format=%u /etc/dovecot/users
|
|
# GNUNUX
|
|
# GNUNUX # Default fields that can be overridden by passwd-file
|
|
# GNUNUX #default_fields = quota_rule=*:storage=1G
|
|
# GNUNUX
|
|
# GNUNUX # Override fields from passwd-file
|
|
# GNUNUX #override_fields = home=/home/virtual/%u
|
|
# GNUNUX }
|