summaryrefslogtreecommitdiff
path: root/.config/dovecot/conf.d/auth-passwdfile.conf.ext
blob: 55c5f8ada77aeab726f21e6f66d7baa686536394 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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
  args = username_format=%Lu scheme=ssha512 $XDG_CONFIG_HOME/dovecot/passwd.db
}

userdb {
  driver = static
  args = uid=500 gid=500 home=$HOME/.mail/%n
}