> the change in include/sasl.h
> -#define SASL_SEC_MAXIMUM          0x00FF
> +#define SASL_SEC_MAXIMUM          0xFFFF
> breaks sendmail's AuthOptions, when it has the "A" flag set.

The issue will be fixed in an upcoming sendmail version
-- the OP sent a patch.

sendmail.h: change
# define SASL_AUTH_AUTH 0x1000          /* use auth= only if authenticated */
to
# define SASL_AUTH_AUTH 0x10000         /* use auth= only if authenticated */

------------------------------------------
Cyrus: SASL
Permalink: 
https://cyrus.topicbox.com/groups/sasl/T12590cab045ba314-M06e01c4d16127be05a83bd00
Delivery options: https://cyrus.topicbox.com/groups/sasl/subscription

Reply via email to