From c605829d857111b1bf3f16b381aef22fff106684 Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Tue, 27 Feb 2024 13:56:14 +0200 Subject: [PATCH] doc/example-config: Update dovecot-oauth2.conf.ext --- doc/example-config/dovecot-oauth2.conf.ext | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/example-config/dovecot-oauth2.conf.ext b/doc/example-config/dovecot-oauth2.conf.ext index 4b3b8baf79..843647f78e 100644 --- a/doc/example-config/dovecot-oauth2.conf.ext +++ b/doc/example-config/dovecot-oauth2.conf.ext @@ -51,6 +51,9 @@ ## Enable debug logging # debug = no +## Use worker to verify token +# blocking = yes + ## Max parallel connections (how many simultaneous connections to open) # max_parallel_connections = 10 -- 2.47.3