mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
8 lines
172 B
Plaintext
8 lines
172 B
Plaintext
|
auth_mechanisms = $auth_mechanisms oauthbearer xoauth2
|
||
|
|
||
|
passdb {
|
||
|
driver = oauth2
|
||
|
mechanisms = xoauth2 oauthbearer
|
||
|
args = /etc/dovecot/dovecot-oauth2.conf.ext
|
||
|
}
|