Line 0
Link Here
|
|
|
1 |
--- sendmail/sendmail.h.orig 2022-04-19 21:07:42 UTC |
2 |
+++ sendmail/sendmail.h |
3 |
@@ -760,7 +760,7 @@ extern bool filesys_free __P((long)); |
4 |
# define SASL_IS_AUTH 2 /* authenticated */ |
5 |
|
6 |
/* SASL options */ |
7 |
-# define SASL_AUTH_AUTH 0x1000 /* use auth= only if authenticated */ |
8 |
+# define SASL_AUTH_AUTH 0x10000 /* use auth= only if authenticated */ |
9 |
# if SASL >= 20101 |
10 |
# define SASL_SEC_MASK SASL_SEC_MAXIMUM /* mask for SASL_SEC_* values: sasl.h */ |
11 |
# else /* SASL >= 20101 */ |
12 |
@@ -775,6 +775,9 @@ extern bool filesys_free __P((long)); |
13 |
# endif /* SASL_SEC_NOPLAINTEXT & SASL_SEC_MASK) == 0 ... */ |
14 |
# endif /* SASL >= 20101 */ |
15 |
# define MAXOUTLEN 8192 /* length of output buffer, should be 2^n */ |
16 |
+# if (SASL_AUTH_AUTH & SASL_SEC_MASK) != 0 |
17 |
+# ERROR "change SASL_AUTH_AUTH notify sendmail.org!" |
18 |
+# endif |
19 |
|
20 |
/* functions */ |
21 |
extern char *intersect __P((char *, char *, SM_RPOOL_T *)); |