mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 23:44:01 +02:00
20062b9120
XOAUTH2 requires cyrus-sasl-xoauth2. OK kn@, thanks!
18 lines
556 B
Plaintext
18 lines
556 B
Plaintext
+-------------------------------------------------------------------------------
|
|
| Running ${PKGSTEM} on OpenBSD
|
|
+-------------------------------------------------------------------------------
|
|
|
|
Using XOAUTH2
|
|
=============
|
|
|
|
If you need to use the `XOAUTH2` authentication mechanism, then you will need
|
|
to install the cyrus-sasl-xoauth2 package:
|
|
|
|
# pkg_add cyrus-sasl-xoauth2
|
|
|
|
Failure to do so gives a cryptic error message like:
|
|
|
|
IMAP error: selected SASL mechanism(s) not available;
|
|
selected: XOAUTH2
|
|
available: SCRAM-SHA-512 SCRAM-SHA-384...
|