mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-06-21 00:25:56 +02:00
8 lines
172 B
Text
8 lines
172 B
Text
|
auth_mechanisms = $auth_mechanisms oauthbearer xoauth2
|
||
|
|
||
|
passdb {
|
||
|
driver = oauth2
|
||
|
mechanisms = xoauth2 oauthbearer
|
||
|
args = /etc/dovecot/dovecot-oauth2.conf.ext
|
||
|
}
|