diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2023-12-29 23:23:07 +0100 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2023-12-29 23:27:29 +0100 |
commit | 4281b33b63ee7666da9177cefd1c55e08a74e034 (patch) | |
tree | d4a10b6412730c134a9fe3c0493131468ba6d144 /mail/sendmail-devel/files/patch-usersmtp.c | |
parent | net/haproxy: enable QUIC support. (diff) |
l/sendmaili-devel: Fix MTA-STS support, to local-deliverable with MTA-STS enabled
PR: 275996
Submitted by: Hiroki Sato
Submitted by: Norikatsu Shigemura
Diffstat (limited to 'mail/sendmail-devel/files/patch-usersmtp.c')
-rw-r--r-- | mail/sendmail-devel/files/patch-usersmtp.c | 6 |
1 files changed, 3 insertions, 3 deletions
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)); |