From 4281b33b63ee7666da9177cefd1c55e08a74e034 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Fri, 29 Dec 2023 23:23:07 +0100 Subject: l/sendmaili-devel: Fix MTA-STS support, to local-deliverable with MTA-STS enabled PR: 275996 Submitted by: Hiroki Sato Submitted by: Norikatsu Shigemura --- mail/sendmail-devel/files/patch-usersmtp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mail/sendmail-devel/files/patch-usersmtp.c') diff --git a/mail/sendmail-devel/files/patch-usersmtp.c b/mail/sendmail-devel/files/patch-usersmtp.c index a50a11f3787e..8fff657c2384 100644 --- a/mail/sendmail-devel/files/patch-usersmtp.c +++ b/mail/sendmail-devel/files/patch-usersmtp.c @@ -1,6 +1,6 @@ ---- sendmail/usersmtp.c.orig 2014-12-05 15:42:28 UTC +--- sendmail/usersmtp.c.orig 2023-07-27 07:12:46 UTC +++ sendmail/usersmtp.c -@@ -1825,6 +1825,9 @@ attemptauth(m, mci, e, sai) +@@ -1875,6 +1875,9 @@ attemptauth(m, mci, e, sai) if (saslresult != SASL_OK && saslresult != SASL_CONTINUE) { @@ -10,7 +10,7 @@ if (tTd(95, 5)) sm_dprintf("AUTH FAIL=%s (%d)\n", sasl_errstring(saslresult, NULL, NULL), -@@ -1970,9 +1973,11 @@ smtpauth(m, mci, e) +@@ -2020,9 +2023,11 @@ smtpauth(m, mci, e) do { result = attemptauth(m, mci, e, &(mci->mci_sai)); -- cgit v1.2.3