Files
edd 20062b9120 mail/isync: Add README documenting implicit xoauth2 dependency.
XOAUTH2 requires cyrus-sasl-xoauth2.

OK kn@, thanks!
2024-01-09 15:59:25 +00:00

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...