forked from stove/dataset
7 lines
186 B
Text
7 lines
186 B
Text
|
# GNUNUX see /usr/share/doc/dovecot/wiki/PasswordDatabase.oauth2.txt
|
||
|
passdb {
|
||
|
driver = oauth2
|
||
|
mechanisms = xoauth2 #FIXME oauthbearer
|
||
|
args = /etc/dovecot/dovecot-oauth2.conf.ext
|
||
|
}
|