From nobody Wed Jun 30 09:46:21 2021 X-Original-To: freebsd-stable@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 0352C11D87E6 for ; Wed, 30 Jun 2021 09:46:25 +0000 (UTC) (envelope-from SRS0=xan6=LY=klop.ws=ronald-lists@realworks.nl) Received: from smtp-relay-int.realworks.nl (smtp-relay-int.realworks.nl [194.109.157.24]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4GFGh02Rbvz4tYn for ; Wed, 30 Jun 2021 09:46:23 +0000 (UTC) (envelope-from SRS0=xan6=LY=klop.ws=ronald-lists@realworks.nl) Date: Wed, 30 Jun 2021 11:46:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=klop.ws; s=rw2; t=1625046381; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=ZULAWf4Sog+xU1OeNR6LL4UdXbQOumAlvo3nN1dREmc=; b=bO43un9InJJPkEtQomDtbwCkgOYadjlG5GWbGxevpE3kWH+uefz6WU3z9DT+Ilwi6CEaTT cvcZ8SvDITia0gOXZFUpbZAMlks+U1rQgtXDpPuDRERLGhEYhCW+baOu3wJninFaou+hD0 Zv3dNvzYt5jYJwpFXVr9WiPSo0xlqKimT/w2zZNKoWb0xEZ9APfwxklXRq8cT5L8VXhKQD ShVq3DnSvZyTOQ4ETcoGIyVv4V9epI6fuV50RnRYaA5bS3i7LgMNm2zIKN/VWCUD6M0DE5 esITPPkEla5Y1MMeTVLiK4m1Q6ThyZPc0BJ0wC5hZfHxwBJZ3GMryxsM4lzYcw== From: Ronald Klop To: oscar@prutt.party Cc: freebsd-stable@freebsd.org Message-ID: <1865118700.131.1625046381777@localhost> In-Reply-To: <87lf6zdk9i.fsf@prutt.party> References: <87lf6zdk9i.fsf@prutt.party> Subject: Re: dma crashes with simple configuration? List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_130_719026194.1625046381725" X-Mailer: Realworks (566.1265.62981dde0eb) Importance: Normal X-Priority: 3 (Normal) X-Rspamd-Queue-Id: 4GFGh02Rbvz4tYn X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=klop.ws header.s=rw2 header.b=bO43un9I; dmarc=pass (policy=none) header.from=klop.ws; spf=pass (mx1.freebsd.org: domain of SRS0=xan6=LY=klop.ws=ronald-lists@realworks.nl designates 194.109.157.24 as permitted sender) smtp.mailfrom=SRS0=xan6=LY=klop.ws=ronald-lists@realworks.nl X-Spamd-Result: default: False [-2.20 / 15.00]; MID_RHS_NOT_FQDN(0.50)[]; RWL_MAILSPIKE_VERYGOOD(0.00)[194.109.157.24:from]; R_DKIM_ALLOW(-0.20)[klop.ws:s=rw2]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:194.109.157.0/24]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; TO_DN_NONE(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[klop.ws:+]; RCPT_COUNT_TWO(0.00)[2]; HAS_X_PRIO_THREE(0.00)[3]; RCVD_IN_DNSWL_NONE(0.00)[194.109.157.24:from]; DMARC_POLICY_ALLOW(-0.50)[klop.ws,none]; FORGED_SENDER(0.30)[ronald-lists@klop.ws,SRS0=xan6=LY=klop.ws=ronald-lists@realworks.nl]; RCVD_COUNT_ZERO(0.00)[0]; MIME_TRACE(0.00)[0:+,1:+,2:~]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:3265, ipnet:194.109.0.0/16, country:NL]; FROM_NEQ_ENVFROM(0.00)[ronald-lists@klop.ws,SRS0=xan6=LY=klop.ws=ronald-lists@realworks.nl]; MAILMAN_DEST(0.00)[freebsd-stable] X-ThisMailContainsUnwantedMimeParts: Y ------=_Part_130_719026194.1625046381725 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hi, Interesting problem. The message "stack overflow" indicates something going wrong in dma. Do you have the same issue when you use dma from ports? (mail/dma -> pkg install dma) The ports version is a little closer to the upstream version. If the port has the same issue I think it is valuable to create an issue upstream: https://github.com/corecode/dma . Regards, Ronald. Van: Oscar Carlsson via freebsd-stable Datum: donderdag, 24 juni 2021 23:29 Aan: freebsd-stable@freebsd.org Onderwerp: dma crashes with simple configuration? > > Hi, > > I've tried to configure dma(8) to use a smarthost (hosted by migadu.com) > with a simple setup, but it just consumes 100% CPU before crashing. I've > seen this on two FreeBSD systems on different major versions (13 and 12) > so I'm not sure if it's my configuration, my mailing provider or dma is > acting up. > > Any obvious ideas? > > Here's a log: > > Jun 24 23:17:02 hilda dma[1800f][846]: new mail from user=root uid=26 envelope_from= > Jun 24 23:17:02 hilda dma[1800f][846]: mail to= queued as 1800f.800e48050 > Jun 24 23:17:02 hilda dma[1800f.800e48050][1203]: trying delivery > Jun 24 23:17:02 hilda dma[1800f.800e48050][1203]: using smarthost (smtp.migadu.com:465) > Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: trying remote delivery to smtp.migadu.com [2001:41d0:2:863f::] pref 0 > Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: connect to smtp.migadu.com [2001:41d0:2:863f::] failed: No route to host > Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: trying remote delivery to smtp.migadu.com [2001:41d0:2:aacc::] pref 0 > Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: connect to smtp.migadu.com [2001:41d0:2:aacc::] failed: No route to host > Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: trying remote delivery to smtp.migadu.com [2001:41d0:2:267::] pref 0 > Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: connect to smtp.migadu.com [2001:41d0:2:267::] failed: No route to host > Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: trying remote delivery to smtp.migadu.com [91.121.223.63] pref 0 > Jun 24 23:22:03 hilda dma[1800f.800e48050][1203]: stack overflow detected; terminated > > My /etc/dma/dma.conf > > SMARTHOST smtp.migadu.com > PORT 465 > AUTHPATH /etc/dma/auth.conf > SECURETRANSFER > STARTTLS > > My /etc/dma/auth.conf > > username@prutt.party|smtp.migadu.com:supersecretpassword > > My /usr/local/etc/mail/mailer.conf: > > sendmail /usr/libexec/dma > mailq /usr/libexec/dma > newaliases /usr/libexec/dma > rmail /usr/libexec/dma > > > Regards, > Oscar > > > > ------=_Part_130_719026194.1625046381725-- From nobody Wed Jun 30 11:18:35 2021 X-Original-To: freebsd-stable@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id D166B11E27B2 for ; Wed, 30 Jun 2021 11:18:52 +0000 (UTC) (envelope-from oscar@prutt.party) Received: from out2.migadu.com (out2.migadu.com [IPv6:2001:41d0:2:aacc::]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4GFJkh4p2sz3MyY for ; Wed, 30 Jun 2021 11:18:52 +0000 (UTC) (envelope-from oscar@prutt.party) References: <87lf6zdk9i.fsf@prutt.party> <1865118700.131.1625046381777@localhost> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=prutt.party; s=key1; t=1625051929; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=lPAHpJwiNfCkH6C8butQKa0GmPdXF5Fs7E4Y8eplOD8=; b=DFLSFnJ9xj2kLcebDlArqO92JFUmXMDYzU05RwW+l3/oSSpHi8yQR+PRuIquW/Vxnm0cvA en+GEidz7nmk8BBvCgK/sL54zg8Xw1a3Mtj8SZmKOJtVl4Iat6yHhvJyuaHX3xWZfF5p1u nvIayve7gsotgpVZWLbNkzGwgcpJ6Uh6yji0faKJ2g+Dak5VBhyvW0z02/CcptheO181BY wTausgsHwbpXNrVjS9TbB3vdddI/aHtxWh9mihqpCSCEeKSHhq/ovjG9fVcj58zCMaO/To f74iF9e5ArhmeVN4h8ttzSceLBWgjRGdG9SAvT0/GtMcNSMrnGR0OQBlAtAX7A== X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. To: Ronald Klop Cc: freebsd-stable@freebsd.org Subject: Re: dma crashes with simple configuration? In-reply-to: <1865118700.131.1625046381777@localhost> Message-ID: <87fswz7g8k.fsf@prutt.party> Date: Wed, 30 Jun 2021 13:18:35 +0200 List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: oscar@prutt.party X-Rspamd-Queue-Id: 4GFJkh4p2sz3MyY X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] Reply-To: oscar@prutt.party From: Oscar Carlsson via freebsd-stable X-Original-From: Oscar Carlsson X-ThisMailContainsUnwantedMimeParts: N Hi, I've tried with dma(8) from ports, and it doesn't crash. Jun 30 13:13:50 hilda dma[181e2][60585]: new mail from user=root uid=26 envelope_from= Jun 30 13:13:50 hilda dma[181e2][60585]: mail to= queued as 181e2.800e48050 Jun 30 13:13:50 hilda dma[181e2.800e48050][61054]: trying delivery Jun 30 13:13:50 hilda dma[181e2.800e48050][61054]: using smarthost (smtp.migadu.com:465) Jun 30 13:13:51 hilda dma[181e2.800e48050][61054]: trying remote delivery to smtp.migadu.com [2001:41d0:2:863f::] pref 0 Jun 30 13:13:51 hilda dma[181e2.800e48050][61054]: connect to smtp.migadu.com [2001:41d0:2:863f::] failed: No route to host Jun 30 13:13:51 hilda dma[181e2.800e48050][61054]: trying remote delivery to smtp.migadu.com [2001:41d0:2:aacc::] pref 0 Jun 30 13:13:51 hilda dma[181e2.800e48050][61054]: connect to smtp.migadu.com [2001:41d0:2:aacc::] failed: No route to host Jun 30 13:13:51 hilda dma[181e2.800e48050][61054]: trying remote delivery to smtp.migadu.com [2001:41d0:2:267::] pref 0 Jun 30 13:13:51 hilda dma[181e2.800e48050][61054]: connect to smtp.migadu.com [2001:41d0:2:267::] failed: No route to host Jun 30 13:13:51 hilda dma[181e2.800e48050][61054]: trying remote delivery to smtp.migadu.com [94.23.1.103] pref 0 ...but it doesn't deliver the mail, and it consumes 100% CPU. # ps aux | grep dma mailnull 61054 100.0 0.1 16824 5896 - Rs 13:13 1:15.54 sendmail -i -v oscar@prutt.party (dma) mailnull 47735 0.0 0.1 16824 5940 - Is Sun20 0:00.29 sendmail -i -v oscar@prutt.party (dma) (PID 47735 is an older mail which dma is retrying to send) I'll write up a bug for dma, thanks for the pointer! BR Oscar Ronald Klop writes: > Hi, > > Interesting problem. The message "stack overflow" indicates something going wrong in dma. > Do you have the same issue when you use dma from ports? (mail/dma -> pkg install dma) > The ports version is a little closer to the upstream version. > > If the port has the same issue I think it is valuable to create an issue upstream: https://github.com/corecode/dma . > > Regards, > Ronald. > > > Van: Oscar Carlsson via freebsd-stable > Datum: donderdag, 24 juni 2021 23:29 > Aan: freebsd-stable@freebsd.org > Onderwerp: dma crashes with simple configuration? >> Hi, >> I've tried to configure dma(8) to use a smarthost (hosted by >> migadu.com) >> with a simple setup, but it just consumes 100% CPU before crashing. I've >> seen this on two FreeBSD systems on different major versions (13 and 12) >> so I'm not sure if it's my configuration, my mailing provider or dma is >> acting up. >> Any obvious ideas? >> Here's a log: >> Jun 24 23:17:02 hilda dma[1800f][846]: new mail from user=root >> uid=26 envelope_from= >> Jun 24 23:17:02 hilda dma[1800f][846]: mail to= queued as 1800f.800e48050 >> Jun 24 23:17:02 hilda dma[1800f.800e48050][1203]: trying delivery >> Jun 24 23:17:02 hilda dma[1800f.800e48050][1203]: using smarthost (smtp.migadu.com:465) >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: trying remote delivery to smtp.migadu.com [2001:41d0:2:863f::] pref 0 >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: connect to smtp.migadu.com [2001:41d0:2:863f::] failed: No route to host >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: trying remote delivery to smtp.migadu.com [2001:41d0:2:aacc::] pref 0 >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: connect to smtp.migadu.com [2001:41d0:2:aacc::] failed: No route to host >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: trying remote delivery to smtp.migadu.com [2001:41d0:2:267::] pref 0 >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: connect to smtp.migadu.com [2001:41d0:2:267::] failed: No route to host >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: trying remote delivery to smtp.migadu.com [91.121.223.63] pref 0 >> Jun 24 23:22:03 hilda dma[1800f.800e48050][1203]: stack overflow detected; terminated >> My /etc/dma/dma.conf >> SMARTHOST smtp.migadu.com >> PORT 465 >> AUTHPATH /etc/dma/auth.conf >> SECURETRANSFER >> STARTTLS >> My /etc/dma/auth.conf >> username@prutt.party|smtp.migadu.com:supersecretpassword >> My /usr/local/etc/mail/mailer.conf: >> sendmail /usr/libexec/dma >> mailq /usr/libexec/dma >> newaliases /usr/libexec/dma >> rmail /usr/libexec/dma >> >> Regards, >> Oscar >> >> From nobody Wed Jun 30 11:41:00 2021 X-Original-To: freebsd-stable@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id CE39C11E7C34 for ; Wed, 30 Jun 2021 12:18:49 +0000 (UTC) (envelope-from oscar@prutt.party) Received: from out0.migadu.com (out0.migadu.com [IPv6:2001:41d0:2:267::]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4GFL3s0XhQz3jWG for ; Wed, 30 Jun 2021 12:18:48 +0000 (UTC) (envelope-from oscar@prutt.party) References: <87lf6zdk9i.fsf@prutt.party> <1865118700.131.1625046381777@localhost> <87fswz7g8k.fsf@prutt.party> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=prutt.party; s=key1; t=1625053263; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=kZeU03CDM9xV/pBNuBVgilDm4U0njxCRcnqh+G8oGLM=; b=HDUKuoklbPWhNCSnPWU0PWt3yIdVrXy1s10mb/urHU7WmK+YiAU+5ubkFnhP1FlBqA1b6z /JtpM/A6wyrDD16G75nhN0zWxJTR8Bj++yBzXpgrM3eFRvHva3U0M6RQiUwVxwg4frmQOg TIr8rZP/a8JTy/w5O9cmCB7g5hhU2KcWPvxW3tWo57bqMXpZKKjqktFMZQsgYlX7Q/jb1P HLR/DpA142EZcKNycbN6oZOLVxq1PiOc7+yT4IbGcmjY3SgutDZNb7AcwX0gqwWR+YMTOa l5ZgFlTS7H0TatxJ0JUIDrI+VFYv0z2o4VjAQB8ecr6okWG7wrQV900PkZJ06w== X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. To: Ronald Klop Cc: freebsd-stable@freebsd.org Subject: Re: dma crashes with simple configuration? In-reply-to: <87fswz7g8k.fsf@prutt.party> Message-ID: <87czs37f77.fsf@prutt.party> Date: Wed, 30 Jun 2021 13:41:00 +0200 List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: oscar@prutt.party X-Rspamd-Queue-Id: 4GFL3s0XhQz3jWG X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=prutt.party header.s=key1 header.b=HDUKuokl; dmarc=pass (policy=reject) header.from=prutt.party; spf=pass (mx1.freebsd.org: domain of oscar@prutt.party designates 2001:41d0:2:267:: as permitted sender) smtp.mailfrom=oscar@prutt.party X-Spamd-Result: default: False [-3.00 / 15.00]; ARC_NA(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[2001:41d0:2:267:::from]; R_DKIM_ALLOW(-0.20)[prutt.party:s=key1]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2001:41d0:2:267::]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; SPAMHAUS_ZRD(0.00)[2001:41d0:2:267:::from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[prutt.party:+]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[2001:41d0:2:267:::from]; NEURAL_HAM_SHORT(-1.00)[-1.000]; DMARC_POLICY_ALLOW(-0.50)[prutt.party,reject]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:16276, ipnet:2001:41d0::/32, country:FR]; MID_RHS_MATCH_FROM(0.00)[]; MAILMAN_DEST(0.00)[freebsd-stable] Reply-To: oscar@prutt.party From: Oscar Carlsson via freebsd-stable X-Original-From: Oscar Carlsson X-ThisMailContainsUnwantedMimeParts: N Hi, I've registered a bug with dma: https://github.com/corecode/dma/issues/100 dma did crash again, I just didn't wait the 5 minutes as normally. BR, Oscar Oscar Carlsson via freebsd-stable writes: > Hi, > > I've tried with dma(8) from ports, and it doesn't crash. > > Jun 30 13:13:50 hilda dma[181e2][60585]: new mail from user=root > uid=26 envelope_from= > Jun 30 13:13:50 hilda dma[181e2][60585]: mail > to= queued as 181e2.800e48050 > Jun 30 13:13:50 hilda dma[181e2.800e48050][61054]: > trying delivery > Jun 30 13:13:50 hilda dma[181e2.800e48050][61054]: using > smarthost (smtp.migadu.com:465) > Jun 30 13:13:51 hilda dma[181e2.800e48050][61054]: trying remote > delivery to smtp.migadu.com [2001:41d0:2:863f::] pref 0 > Jun 30 13:13:51 hilda dma[181e2.800e48050][61054]: connect to > smtp.migadu.com [2001:41d0:2:863f::] failed: No route to host > Jun 30 13:13:51 hilda dma[181e2.800e48050][61054]: trying remote > delivery to smtp.migadu.com [2001:41d0:2:aacc::] pref 0 > Jun 30 13:13:51 hilda dma[181e2.800e48050][61054]: connect to > smtp.migadu.com [2001:41d0:2:aacc::] failed: No route to host > Jun 30 13:13:51 hilda dma[181e2.800e48050][61054]: trying remote > delivery to smtp.migadu.com [2001:41d0:2:267::] pref 0 > Jun 30 13:13:51 hilda dma[181e2.800e48050][61054]: connect to > smtp.migadu.com [2001:41d0:2:267::] failed: No route to host > Jun 30 13:13:51 hilda dma[181e2.800e48050][61054]: trying remote > delivery to smtp.migadu.com [94.23.1.103] pref 0 > > ...but it doesn't deliver the mail, and it consumes 100% CPU. > > # ps aux | grep dma > mailnull 61054 100.0 0.1 16824 5896 - Rs 13:13 > 1:15.54 sendmail -i -v oscar@prutt.party (dma) > mailnull 47735 0.0 0.1 16824 5940 - Is Sun20 > 0:00.29 sendmail -i -v oscar@prutt.party (dma) > > (PID 47735 is an older mail which dma is retrying to send) > > I'll write up a bug for dma, thanks for the pointer! > > > BR > Oscar > > Ronald Klop writes: > >> Hi, >> >> Interesting problem. The message "stack overflow" indicates >> something going wrong in dma. >> Do you have the same issue when you use dma from ports? >> (mail/dma -> pkg install dma) >> The ports version is a little closer to the upstream version. >> >> If the port has the same issue I think it is valuable to create >> an issue upstream: https://github.com/corecode/dma . >> >> Regards, >> Ronald. >> >> >> Van: Oscar Carlsson via freebsd-stable >> >> Datum: donderdag, 24 juni 2021 23:29 >> Aan: freebsd-stable@freebsd.org >> Onderwerp: dma crashes with simple configuration? >>> Hi, >>> I've tried to configure dma(8) to use a smarthost (hosted by >>> migadu.com) >>> with a simple setup, but it just consumes 100% CPU before >>> crashing. I've >>> seen this on two FreeBSD systems on different major versions >>> (13 and 12) >>> so I'm not sure if it's my configuration, my mailing provider >>> or dma is >>> acting up. >>> Any obvious ideas? >>> Here's a log: >>> Jun 24 23:17:02 hilda dma[1800f][846]: new mail from user=root >>> uid=26 envelope_from= >>> Jun 24 23:17:02 hilda dma[1800f][846]: mail >>> to= queued as 1800f.800e48050 >>> Jun 24 23:17:02 hilda dma[1800f.800e48050][1203]: >>> trying delivery >>> Jun 24 23:17:02 hilda dma[1800f.800e48050][1203]: using >>> smarthost (smtp.migadu.com:465) >>> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: trying >>> remote delivery to smtp.migadu.com [2001:41d0:2:863f::] pref 0 >>> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: connect to >>> smtp.migadu.com [2001:41d0:2:863f::] failed: No route to host >>> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: trying >>> remote delivery to smtp.migadu.com [2001:41d0:2:aacc::] pref 0 >>> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: connect to >>> smtp.migadu.com [2001:41d0:2:aacc::] failed: No route to host >>> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: trying >>> remote delivery to smtp.migadu.com [2001:41d0:2:267::] pref 0 >>> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: connect to >>> smtp.migadu.com [2001:41d0:2:267::] failed: No route to host >>> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: trying >>> remote delivery to smtp.migadu.com [91.121.223.63] pref 0 >>> Jun 24 23:22:03 hilda dma[1800f.800e48050][1203]: stack >>> overflow detected; terminated >>> My /etc/dma/dma.conf >>> SMARTHOST smtp.migadu.com >>> PORT 465 >>> AUTHPATH /etc/dma/auth.conf >>> SECURETRANSFER >>> STARTTLS >>> My /etc/dma/auth.conf >>> username@prutt.party|smtp.migadu.com:supersecretpassword >>> My /usr/local/etc/mail/mailer.conf: >>> sendmail /usr/libexec/dma >>> mailq /usr/libexec/dma >>> newaliases /usr/libexec/dma >>> rmail /usr/libexec/dma >>> >>> Regards, >>> Oscar >>> >>> From nobody Wed Jun 30 12:37:13 2021 X-Original-To: freebsd-stable@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id C149311F1FA2 for ; Wed, 30 Jun 2021 12:37:29 +0000 (UTC) (envelope-from dewayne@heuristicsystems.com.au) Received: from heuristicsystems.com.au (hermes.heuristicsystems.com.au [203.41.22.115]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2560 bits) client-digest SHA256) (Client CN "hermes.heuristicsystems.com.au", Issuer "Heuristic Systems Type 4 Host CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GFLTM6QQhz3mRf for ; Wed, 30 Jun 2021 12:37:27 +0000 (UTC) (envelope-from dewayne@heuristicsystems.com.au) Received: from [10.0.5.3] (noddy.hs [10.0.5.3]) (authenticated bits=0) by heuristicsystems.com.au (8.15.2/8.15.2) with ESMTPSA id 15UCbIR0076189 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT) for ; Wed, 30 Jun 2021 22:37:19 +1000 (AEST) (envelope-from dewayne@heuristicsystems.com.au) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=heuristicsystems.com.au; s=hsa; t=1625056639; x=1625661440; bh=kQYT21Vy0nEbDXQV+T02ft/a52wMj38dIA/OxcimJo0=; h=Subject:To:From:Message-ID:Date; b=RAPVI5Xdzh0TiFE30v4/fUvH9YtmsKslEqO3bqqSp8zYBL1xMTj1CyA4yRfdClfIK HfE5fN2lAMogEBTYa8M5Dzmkw5FijYmyOs0sIHhaPLPQHlFOp/M2WznB5pppuTJZxk GubKRmyicAQzRWdaZryC30cFLmSl5E5dchnmJMUCBEFNEljGtkzm5 X-Authentication-Warning: b3.hs: Host noddy.hs [10.0.5.3] claimed to be [10.0.5.3] Subject: Re: dma crashes with simple configuration? To: Oscar Carlsson via freebsd-stable References: <87lf6zdk9i.fsf@prutt.party> From: Dewayne Geraghty Message-ID: <19635912-3de4-3fda-d7f8-cd9d64e99ef3@heuristicsystems.com.au> Date: Wed, 30 Jun 2021 22:37:13 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org MIME-Version: 1.0 In-Reply-To: <87lf6zdk9i.fsf@prutt.party> Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4GFLTM6QQhz3mRf X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=heuristicsystems.com.au header.s=hsa header.b=RAPVI5Xd; dmarc=none; spf=pass (mx1.freebsd.org: domain of dewayne@heuristicsystems.com.au designates 203.41.22.115 as permitted sender) smtp.mailfrom=dewayne@heuristicsystems.com.au X-Spamd-Result: default: False [-5.20 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; HAS_XAW(0.00)[]; RCVD_DKIM_ARC_DNSWL_MED(-0.50)[]; TO_DN_ALL(0.00)[]; RCVD_IN_DNSWL_MED(-0.20)[203.41.22.115:from]; DKIM_TRACE(0.00)[heuristicsystems.com.au:+]; NEURAL_HAM_SHORT(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:1221, ipnet:203.40.0.0/13, country:AU]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.998]; R_DKIM_ALLOW(-0.20)[heuristicsystems.com.au:s=hsa]; FROM_HAS_DN(0.00)[]; DWL_DNSWL_MED(-2.00)[heuristicsystems.com.au:dkim]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-stable@freebsd.org]; DMARC_NA(0.00)[heuristicsystems.com.au]; RCPT_COUNT_ONE(0.00)[1]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-stable] X-ThisMailContainsUnwantedMimeParts: N On 25/06/2021 7:29 am, Oscar Carlsson via freebsd-stable wrote: > Hi, > > I've tried to configure dma(8) to use a smarthost (hosted by migadu.com) > with a simple setup, but it just consumes 100% CPU before crashing. I've > seen this on two FreeBSD systems on different major versions (13 and 12) > so I'm not sure if it's my configuration, my mailing provider or dma is > acting up. > > Any obvious ideas? > > Here's a log: > > Jun 24 23:17:02 hilda dma[1800f][846]: new mail from user=root uid=26 envelope_from= > Jun 24 23:17:02 hilda dma[1800f][846]: mail to= queued as 1800f.800e48050 > Jun 24 23:17:02 hilda dma[1800f.800e48050][1203]: trying delivery > Jun 24 23:17:02 hilda dma[1800f.800e48050][1203]: using smarthost (smtp.migadu.com:465) > Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: trying remote delivery to smtp.migadu.com [2001:41d0:2:863f::] pref 0 > Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: connect to smtp.migadu.com [2001:41d0:2:863f::] failed: No route to host > Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: trying remote delivery to smtp.migadu.com [2001:41d0:2:aacc::] pref 0 > Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: connect to smtp.migadu.com [2001:41d0:2:aacc::] failed: No route to host > Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: trying remote delivery to smtp.migadu.com [2001:41d0:2:267::] pref 0 > Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: connect to smtp.migadu.com [2001:41d0:2:267::] failed: No route to host > Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: trying remote delivery to smtp.migadu.com [91.121.223.63] pref 0 > Jun 24 23:22:03 hilda dma[1800f.800e48050][1203]: stack overflow detected; terminated > > My /etc/dma/dma.conf > > SMARTHOST smtp.migadu.com > PORT 465 > AUTHPATH /etc/dma/auth.conf > SECURETRANSFER > STARTTLS > > My /etc/dma/auth.conf > > username@prutt.party|smtp.migadu.com:supersecretpassword > > My /usr/local/etc/mail/mailer.conf: > > sendmail /usr/libexec/dma > mailq /usr/libexec/dma > newaliases /usr/libexec/dma > rmail /usr/libexec/dma > > > Regards, > Oscar > Oscar, I think port 465 requires TLS and doesn't negotiate via STARTTLS, perhaps remove STARTTLS from your config? (I have DAEMON_OPTIONS for port 465 with M=Eaps, which I think is normal for that port - I did this like 15 years ago ;) ) If it works, please share so other dma users that experience a similar issue, may benefit. :) Kind regards, Dewayne From nobody Wed Jun 30 13:10:40 2021 X-Original-To: freebsd-stable@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 9E93C11F5816; Wed, 30 Jun 2021 13:10:52 +0000 (UTC) (envelope-from oscar@prutt.party) Received: from out1.migadu.com (out1.migadu.com [IPv6:2001:41d0:2:863f::]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4GFMCw3fVjz3rZ0; Wed, 30 Jun 2021 13:10:52 +0000 (UTC) (envelope-from oscar@prutt.party) References: <87lf6zdk9i.fsf@prutt.party> <19635912-3de4-3fda-d7f8-cd9d64e99ef3@heuristicsystems.com.au> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=prutt.party; s=key1; t=1625058643; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=HbIuq6QKHvyX9m3p2eh9Q1IMZDpE0PF0t4tM+mKlw9g=; b=Vz6eZLdkJGPkTsaSvaaQe71SEZ9pf4zHvcImTe/QFthofMWbeEh0kgWN+YBOb3+NaXXuYt U+O6Mcdf+xVteUSHOvkSj5SYPzex4bSiun2Xfz5gNRgUYPRDEph+FqgBNGnUerjMXfk7uN b4OwTWxaEt7zqEBfdxUM6VgYdwWekI0AouAVAjM1mjTVtfJK4RpEO58WQ1ynNgKwyEJZIO PpKZeAK4GsJBPCsZ7qLOE09ipgyZaGqWODmkjsyolPn0UNI+BpEyYG8ueM6fR3b6gZ2v5I eJBG70mD7Hs5q7VTv6c1f4jdNY+DPfnCsmNzUBmoGUKZf4i6UzM4eNKQ79Bpzg== X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. To: Dewayne Geraghty Cc: Oscar Carlsson via freebsd-stable , stable@freebsd.org Subject: Re: dma crashes with simple configuration? In-reply-to: <19635912-3de4-3fda-d7f8-cd9d64e99ef3@heuristicsystems.com.au> Message-ID: <877dib7b1r.fsf@prutt.party> Date: Wed, 30 Jun 2021 15:10:40 +0200 List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: oscar@prutt.party X-Rspamd-Queue-Id: 4GFMCw3fVjz3rZ0 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] Reply-To: oscar@prutt.party From: Oscar Carlsson via freebsd-stable X-Original-From: Oscar Carlsson X-Spam: Yes X-ThisMailContainsUnwantedMimeParts: N Dewayne Geraghty writes: > On 25/06/2021 7:29 am, Oscar Carlsson via freebsd-stable wrote: >> Hi, >> >> I've tried to configure dma(8) to use a smarthost (hosted by >> migadu.com) >> with a simple setup, but it just consumes 100% CPU before >> crashing. I've >> seen this on two FreeBSD systems on different major versions >> (13 and 12) >> so I'm not sure if it's my configuration, my mailing provider >> or dma is >> acting up. >> >> Any obvious ideas? >> >> Here's a log: >> >> Jun 24 23:17:02 hilda dma[1800f][846]: new mail from user=root >> uid=26 envelope_from= >> Jun 24 23:17:02 hilda dma[1800f][846]: mail >> to= queued as 1800f.800e48050 >> Jun 24 23:17:02 hilda dma[1800f.800e48050][1203]: >> trying delivery >> Jun 24 23:17:02 hilda dma[1800f.800e48050][1203]: using >> smarthost (smtp.migadu.com:465) >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: trying remote >> delivery to smtp.migadu.com [2001:41d0:2:863f::] pref 0 >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: connect to >> smtp.migadu.com [2001:41d0:2:863f::] failed: No route to host >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: trying remote >> delivery to smtp.migadu.com [2001:41d0:2:aacc::] pref 0 >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: connect to >> smtp.migadu.com [2001:41d0:2:aacc::] failed: No route to host >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: trying remote >> delivery to smtp.migadu.com [2001:41d0:2:267::] pref 0 >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: connect to >> smtp.migadu.com [2001:41d0:2:267::] failed: No route to host >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: trying remote >> delivery to smtp.migadu.com [91.121.223.63] pref 0 >> Jun 24 23:22:03 hilda dma[1800f.800e48050][1203]: stack >> overflow detected; terminated >> >> My /etc/dma/dma.conf >> >> SMARTHOST smtp.migadu.com >> PORT 465 >> AUTHPATH /etc/dma/auth.conf >> SECURETRANSFER >> STARTTLS >> >> My /etc/dma/auth.conf >> >> username@prutt.party|smtp.migadu.com:supersecretpassword >> >> My /usr/local/etc/mail/mailer.conf: >> >> sendmail /usr/libexec/dma >> mailq /usr/libexec/dma >> newaliases /usr/libexec/dma >> rmail /usr/libexec/dma >> >> >> Regards, >> Oscar >> > Oscar, > I think port 465 requires TLS and doesn't negotiate via > STARTTLS, > perhaps remove STARTTLS from your config? (I have > DAEMON_OPTIONS for > port 465 with M=Eaps, which I think is normal for that port - I > did this > like 15 years ago ;) ) > > If it works, please share so other dma users that experience a > similar > issue, may benefit. :) > Kind regards, Dewayne Hi, I've tried removing STARTTLS from my configuration but it doesn't help. :( I can't change to port 25 (the provider recommends 465, not sure it even allows port 25) either. I'm currently behind the same IP address as a FreeBSD host suffering from this issue, so I don't think it's a blacklisting issue or so either. In that case this mail would not be delivered either. BR, Oscar From nobody Wed Jun 30 13:10:40 2021 X-Original-To: stable@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 9E93C11F5816; Wed, 30 Jun 2021 13:10:52 +0000 (UTC) (envelope-from oscar@prutt.party) Received: from out1.migadu.com (out1.migadu.com [IPv6:2001:41d0:2:863f::]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4GFMCw3fVjz3rZ0; Wed, 30 Jun 2021 13:10:52 +0000 (UTC) (envelope-from oscar@prutt.party) References: <87lf6zdk9i.fsf@prutt.party> <19635912-3de4-3fda-d7f8-cd9d64e99ef3@heuristicsystems.com.au> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=prutt.party; s=key1; t=1625058643; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=HbIuq6QKHvyX9m3p2eh9Q1IMZDpE0PF0t4tM+mKlw9g=; b=Vz6eZLdkJGPkTsaSvaaQe71SEZ9pf4zHvcImTe/QFthofMWbeEh0kgWN+YBOb3+NaXXuYt U+O6Mcdf+xVteUSHOvkSj5SYPzex4bSiun2Xfz5gNRgUYPRDEph+FqgBNGnUerjMXfk7uN b4OwTWxaEt7zqEBfdxUM6VgYdwWekI0AouAVAjM1mjTVtfJK4RpEO58WQ1ynNgKwyEJZIO PpKZeAK4GsJBPCsZ7qLOE09ipgyZaGqWODmkjsyolPn0UNI+BpEyYG8ueM6fR3b6gZ2v5I eJBG70mD7Hs5q7VTv6c1f4jdNY+DPfnCsmNzUBmoGUKZf4i6UzM4eNKQ79Bpzg== X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. To: Dewayne Geraghty Cc: Oscar Carlsson via freebsd-stable , stable@freebsd.org Subject: Re: dma crashes with simple configuration? In-reply-to: <19635912-3de4-3fda-d7f8-cd9d64e99ef3@heuristicsystems.com.au> Message-ID: <877dib7b1r.fsf@prutt.party> Date: Wed, 30 Jun 2021 15:10:40 +0200 List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: oscar@prutt.party X-Rspamd-Queue-Id: 4GFMCw3fVjz3rZ0 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] Reply-To: oscar@prutt.party From: Oscar Carlsson via freebsd-stable X-Original-From: Oscar Carlsson X-Spam: Yes X-ThisMailContainsUnwantedMimeParts: N Dewayne Geraghty writes: > On 25/06/2021 7:29 am, Oscar Carlsson via freebsd-stable wrote: >> Hi, >> >> I've tried to configure dma(8) to use a smarthost (hosted by >> migadu.com) >> with a simple setup, but it just consumes 100% CPU before >> crashing. I've >> seen this on two FreeBSD systems on different major versions >> (13 and 12) >> so I'm not sure if it's my configuration, my mailing provider >> or dma is >> acting up. >> >> Any obvious ideas? >> >> Here's a log: >> >> Jun 24 23:17:02 hilda dma[1800f][846]: new mail from user=root >> uid=26 envelope_from= >> Jun 24 23:17:02 hilda dma[1800f][846]: mail >> to= queued as 1800f.800e48050 >> Jun 24 23:17:02 hilda dma[1800f.800e48050][1203]: >> trying delivery >> Jun 24 23:17:02 hilda dma[1800f.800e48050][1203]: using >> smarthost (smtp.migadu.com:465) >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: trying remote >> delivery to smtp.migadu.com [2001:41d0:2:863f::] pref 0 >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: connect to >> smtp.migadu.com [2001:41d0:2:863f::] failed: No route to host >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: trying remote >> delivery to smtp.migadu.com [2001:41d0:2:aacc::] pref 0 >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: connect to >> smtp.migadu.com [2001:41d0:2:aacc::] failed: No route to host >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: trying remote >> delivery to smtp.migadu.com [2001:41d0:2:267::] pref 0 >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: connect to >> smtp.migadu.com [2001:41d0:2:267::] failed: No route to host >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: trying remote >> delivery to smtp.migadu.com [91.121.223.63] pref 0 >> Jun 24 23:22:03 hilda dma[1800f.800e48050][1203]: stack >> overflow detected; terminated >> >> My /etc/dma/dma.conf >> >> SMARTHOST smtp.migadu.com >> PORT 465 >> AUTHPATH /etc/dma/auth.conf >> SECURETRANSFER >> STARTTLS >> >> My /etc/dma/auth.conf >> >> username@prutt.party|smtp.migadu.com:supersecretpassword >> >> My /usr/local/etc/mail/mailer.conf: >> >> sendmail /usr/libexec/dma >> mailq /usr/libexec/dma >> newaliases /usr/libexec/dma >> rmail /usr/libexec/dma >> >> >> Regards, >> Oscar >> > Oscar, > I think port 465 requires TLS and doesn't negotiate via > STARTTLS, > perhaps remove STARTTLS from your config? (I have > DAEMON_OPTIONS for > port 465 with M=Eaps, which I think is normal for that port - I > did this > like 15 years ago ;) ) > > If it works, please share so other dma users that experience a > similar > issue, may benefit. :) > Kind regards, Dewayne Hi, I've tried removing STARTTLS from my configuration but it doesn't help. :( I can't change to port 25 (the provider recommends 465, not sure it even allows port 25) either. I'm currently behind the same IP address as a FreeBSD host suffering from this issue, so I don't think it's a blacklisting issue or so either. In that case this mail would not be delivered either. BR, Oscar From nobody Wed Jun 30 13:52:56 2021 X-Original-To: freebsd-stable@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 117D4CFA0AD; Wed, 30 Jun 2021 13:53:00 +0000 (UTC) (envelope-from SRS0=xan6=LY=klop.ws=ronald-lists@realworks.nl) Received: from smtp-relay-int.realworks.nl (smtp-relay-int.realworks.nl [194.109.157.24]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4GFN8W66wNz4RPt; Wed, 30 Jun 2021 13:52:59 +0000 (UTC) (envelope-from SRS0=xan6=LY=klop.ws=ronald-lists@realworks.nl) Date: Wed, 30 Jun 2021 15:52:56 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=klop.ws; s=rw2; t=1625061177; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=JVpX6m7B14F/9980JzPOKIFqFc1uZ5up0YcvySKB/2o=; b=NWVHzHSwTAVP5yx+FW9epdEtyTdFod/kBgDnuM9NRdWuqNjFwBp0qG20PjDvtTyHBQYgST +M/wEkhvl1/WKRtCXcc1yAfGnu/0ecMWmythksHge7Ama0jVduzKdySDmmUpV5CIg2KIIE 53ViGMppkk/qD9g6sfQlqLbWSP6rKAueDJOabFHjl6WxNgdfTkAWcm/GUOwWkMelURELfD pkseE+/xWrEX1Kpe+yDXYMcOBytDWFOWbhhQld5CQ3ae8zZY+NGj5ePVMVB1iAXBh0Yxdh nkqmee9E+XJDA1JZaPP2dhKbg1LB9j7gn+zD7HoyXP7tZwTYqw81WJU+hcyXqQ== From: Ronald Klop To: oscar@prutt.party Cc: Dewayne Geraghty , Oscar Carlsson via freebsd-stable , stable@freebsd.org Message-ID: <87939549.74.1625061176842@localhost> In-Reply-To: <877dib7b1r.fsf@prutt.party> References: <87lf6zdk9i.fsf@prutt.party> <19635912-3de4-3fda-d7f8-cd9d64e99ef3@heuristicsystems.com.au> <877dib7b1r.fsf@prutt.party> Subject: Re: dma crashes with simple configuration? List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_73_1583804901.1625061176836" X-Mailer: Realworks (566.1265.62981dde0eb) Importance: Normal X-Priority: 3 (Normal) X-Rspamd-Queue-Id: 4GFN8W66wNz4RPt X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: Y ------=_Part_73_1583804901.1625061176836 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Van: Oscar Carlsson via freebsd-stable Datum: woensdag, 30 juni 2021 15:10 Aan: Dewayne Geraghty CC: Oscar Carlsson via freebsd-stable , stable@freebsd.org Onderwerp: Re: dma crashes with simple configuration? > > > Dewayne Geraghty writes: > > > On 25/06/2021 7:29 am, Oscar Carlsson via freebsd-stable wrote: > >> Hi, > >> > >> I've tried to configure dma(8) to use a smarthost (hosted by >> migadu.com) > >> with a simple setup, but it just consumes 100% CPU before >> crashing. I've > >> seen this on two FreeBSD systems on different major versions >> (13 and 12) > >> so I'm not sure if it's my configuration, my mailing provider >> or dma is > >> acting up. > >> > >> Any obvious ideas? > >> > >> Here's a log: > >> > >> Jun 24 23:17:02 hilda dma[1800f][846]: new mail from user=root >> uid=26 envelope_from= > >> Jun 24 23:17:02 hilda dma[1800f][846]: mail >> to= queued as 1800f.800e48050 > >> Jun 24 23:17:02 hilda dma[1800f.800e48050][1203]: >> trying delivery > >> Jun 24 23:17:02 hilda dma[1800f.800e48050][1203]: using >> smarthost (smtp.migadu.com:465) > >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: trying remote >> delivery to smtp.migadu.com [2001:41d0:2:863f::] pref 0 > >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: connect to >> smtp.migadu.com [2001:41d0:2:863f::] failed: No route to host > >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: trying remote >> delivery to smtp.migadu.com [2001:41d0:2:aacc::] pref 0 > >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: connect to >> smtp.migadu.com [2001:41d0:2:aacc::] failed: No route to host > >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: trying remote >> delivery to smtp.migadu.com [2001:41d0:2:267::] pref 0 > >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: connect to >> smtp.migadu.com [2001:41d0:2:267::] failed: No route to host > >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: trying remote >> delivery to smtp.migadu.com [91.121.223.63] pref 0 > >> Jun 24 23:22:03 hilda dma[1800f.800e48050][1203]: stack >> overflow detected; terminated > >> > >> My /etc/dma/dma.conf > >> > >> SMARTHOST smtp.migadu.com > >> PORT 465 > >> AUTHPATH /etc/dma/auth.conf > >> SECURETRANSFER > >> STARTTLS > >> > >> My /etc/dma/auth.conf > >> > >> username@prutt.party|smtp.migadu.com:supersecretpassword > >> > >> My /usr/local/etc/mail/mailer.conf: > >> > >> sendmail /usr/libexec/dma > >> mailq /usr/libexec/dma > >> newaliases /usr/libexec/dma > >> rmail /usr/libexec/dma > >> > >> > >> Regards, > >> Oscar > >> > > Oscar, > > I think port 465 requires TLS and doesn't negotiate via > STARTTLS, > > perhaps remove STARTTLS from your config? (I have > DAEMON_OPTIONS for > > port 465 with M=Eaps, which I think is normal for that port - I > did this > > like 15 years ago ;) ) > > > > If it works, please share so other dma users that experience a > similar > > issue, may benefit. :) > > Kind regards, Dewayne > > Hi, > > I've tried removing STARTTLS from my configuration but it doesn't > help. :( > > I can't change to port 25 (the provider recommends 465, not sure it even > allows port 25) either. > > I'm currently behind the same IP address as a FreeBSD host suffering > from this issue, so I don't think it's a blacklisting issue or so > either. In that case this mail would not be delivered either. > > > BR, > Oscar > > > > Your provider does have port 587 with STARTTLS available. Which might work better. That is what I use with dma on my machines (although with another provider). $ openssl s_client -connect smtp.migadu.com:587 -starttls smtp -brief CONNECTION ESTABLISHED Protocol version: TLSv1.2 Ciphersuite: ECDHE-RSA-AES256-GCM-SHA384 Peer certificate: CN = smtp.migadu.com Hash used: SHA256 Signature type: RSA-PSS Verification: OK Supported Elliptic Curve Point Formats: uncompressed:ansiX962_compressed_prime:ansiX962_compressed_char2 Server Temp Key: X25519, 253 bits 250 CHUNKING EHLO test 250-out1.migadu.com 250-PIPELINING 250-SIZE 52428800 250-ETRN 250-AUTH PLAIN LOGIN 250-AUTH=PLAIN LOGIN 250-ENHANCEDSTATUSCODES 250-8BITMIME 250-DSN 250 CHUNKING QUIT DONE Regards, Ronald. ------=_Part_73_1583804901.1625061176836-- From nobody Wed Jun 30 13:52:56 2021 X-Original-To: stable@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 117D4CFA0AD; Wed, 30 Jun 2021 13:53:00 +0000 (UTC) (envelope-from SRS0=xan6=LY=klop.ws=ronald-lists@realworks.nl) Received: from smtp-relay-int.realworks.nl (smtp-relay-int.realworks.nl [194.109.157.24]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4GFN8W66wNz4RPt; Wed, 30 Jun 2021 13:52:59 +0000 (UTC) (envelope-from SRS0=xan6=LY=klop.ws=ronald-lists@realworks.nl) Date: Wed, 30 Jun 2021 15:52:56 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=klop.ws; s=rw2; t=1625061177; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=JVpX6m7B14F/9980JzPOKIFqFc1uZ5up0YcvySKB/2o=; b=NWVHzHSwTAVP5yx+FW9epdEtyTdFod/kBgDnuM9NRdWuqNjFwBp0qG20PjDvtTyHBQYgST +M/wEkhvl1/WKRtCXcc1yAfGnu/0ecMWmythksHge7Ama0jVduzKdySDmmUpV5CIg2KIIE 53ViGMppkk/qD9g6sfQlqLbWSP6rKAueDJOabFHjl6WxNgdfTkAWcm/GUOwWkMelURELfD pkseE+/xWrEX1Kpe+yDXYMcOBytDWFOWbhhQld5CQ3ae8zZY+NGj5ePVMVB1iAXBh0Yxdh nkqmee9E+XJDA1JZaPP2dhKbg1LB9j7gn+zD7HoyXP7tZwTYqw81WJU+hcyXqQ== From: Ronald Klop To: oscar@prutt.party Cc: Dewayne Geraghty , Oscar Carlsson via freebsd-stable , stable@freebsd.org Message-ID: <87939549.74.1625061176842@localhost> In-Reply-To: <877dib7b1r.fsf@prutt.party> References: <87lf6zdk9i.fsf@prutt.party> <19635912-3de4-3fda-d7f8-cd9d64e99ef3@heuristicsystems.com.au> <877dib7b1r.fsf@prutt.party> Subject: Re: dma crashes with simple configuration? List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_73_1583804901.1625061176836" X-Mailer: Realworks (566.1265.62981dde0eb) Importance: Normal X-Priority: 3 (Normal) X-Rspamd-Queue-Id: 4GFN8W66wNz4RPt X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: Y ------=_Part_73_1583804901.1625061176836 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Van: Oscar Carlsson via freebsd-stable Datum: woensdag, 30 juni 2021 15:10 Aan: Dewayne Geraghty CC: Oscar Carlsson via freebsd-stable , stable@freebsd.org Onderwerp: Re: dma crashes with simple configuration? > > > Dewayne Geraghty writes: > > > On 25/06/2021 7:29 am, Oscar Carlsson via freebsd-stable wrote: > >> Hi, > >> > >> I've tried to configure dma(8) to use a smarthost (hosted by >> migadu.com) > >> with a simple setup, but it just consumes 100% CPU before >> crashing. I've > >> seen this on two FreeBSD systems on different major versions >> (13 and 12) > >> so I'm not sure if it's my configuration, my mailing provider >> or dma is > >> acting up. > >> > >> Any obvious ideas? > >> > >> Here's a log: > >> > >> Jun 24 23:17:02 hilda dma[1800f][846]: new mail from user=root >> uid=26 envelope_from= > >> Jun 24 23:17:02 hilda dma[1800f][846]: mail >> to= queued as 1800f.800e48050 > >> Jun 24 23:17:02 hilda dma[1800f.800e48050][1203]: >> trying delivery > >> Jun 24 23:17:02 hilda dma[1800f.800e48050][1203]: using >> smarthost (smtp.migadu.com:465) > >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: trying remote >> delivery to smtp.migadu.com [2001:41d0:2:863f::] pref 0 > >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: connect to >> smtp.migadu.com [2001:41d0:2:863f::] failed: No route to host > >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: trying remote >> delivery to smtp.migadu.com [2001:41d0:2:aacc::] pref 0 > >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: connect to >> smtp.migadu.com [2001:41d0:2:aacc::] failed: No route to host > >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: trying remote >> delivery to smtp.migadu.com [2001:41d0:2:267::] pref 0 > >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: connect to >> smtp.migadu.com [2001:41d0:2:267::] failed: No route to host > >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: trying remote >> delivery to smtp.migadu.com [91.121.223.63] pref 0 > >> Jun 24 23:22:03 hilda dma[1800f.800e48050][1203]: stack >> overflow detected; terminated > >> > >> My /etc/dma/dma.conf > >> > >> SMARTHOST smtp.migadu.com > >> PORT 465 > >> AUTHPATH /etc/dma/auth.conf > >> SECURETRANSFER > >> STARTTLS > >> > >> My /etc/dma/auth.conf > >> > >> username@prutt.party|smtp.migadu.com:supersecretpassword > >> > >> My /usr/local/etc/mail/mailer.conf: > >> > >> sendmail /usr/libexec/dma > >> mailq /usr/libexec/dma > >> newaliases /usr/libexec/dma > >> rmail /usr/libexec/dma > >> > >> > >> Regards, > >> Oscar > >> > > Oscar, > > I think port 465 requires TLS and doesn't negotiate via > STARTTLS, > > perhaps remove STARTTLS from your config? (I have > DAEMON_OPTIONS for > > port 465 with M=Eaps, which I think is normal for that port - I > did this > > like 15 years ago ;) ) > > > > If it works, please share so other dma users that experience a > similar > > issue, may benefit. :) > > Kind regards, Dewayne > > Hi, > > I've tried removing STARTTLS from my configuration but it doesn't > help. :( > > I can't change to port 25 (the provider recommends 465, not sure it even > allows port 25) either. > > I'm currently behind the same IP address as a FreeBSD host suffering > from this issue, so I don't think it's a blacklisting issue or so > either. In that case this mail would not be delivered either. > > > BR, > Oscar > > > > Your provider does have port 587 with STARTTLS available. Which might work better. That is what I use with dma on my machines (although with another provider). $ openssl s_client -connect smtp.migadu.com:587 -starttls smtp -brief CONNECTION ESTABLISHED Protocol version: TLSv1.2 Ciphersuite: ECDHE-RSA-AES256-GCM-SHA384 Peer certificate: CN = smtp.migadu.com Hash used: SHA256 Signature type: RSA-PSS Verification: OK Supported Elliptic Curve Point Formats: uncompressed:ansiX962_compressed_prime:ansiX962_compressed_char2 Server Temp Key: X25519, 253 bits 250 CHUNKING EHLO test 250-out1.migadu.com 250-PIPELINING 250-SIZE 52428800 250-ETRN 250-AUTH PLAIN LOGIN 250-AUTH=PLAIN LOGIN 250-ENHANCEDSTATUSCODES 250-8BITMIME 250-DSN 250 CHUNKING QUIT DONE Regards, Ronald. ------=_Part_73_1583804901.1625061176836-- From nobody Wed Jun 30 15:26:14 2021 X-Original-To: stable@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id CCC5611CCE7E; Wed, 30 Jun 2021 15:26:19 +0000 (UTC) (envelope-from oscar@prutt.party) Received: from out0.migadu.com (out0.migadu.com [IPv6:2001:41d0:2:267::]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4GFQDC4m27z4ds7; Wed, 30 Jun 2021 15:26:19 +0000 (UTC) (envelope-from oscar@prutt.party) References: <87lf6zdk9i.fsf@prutt.party> <19635912-3de4-3fda-d7f8-cd9d64e99ef3@heuristicsystems.com.au> <877dib7b1r.fsf@prutt.party> <87939549.74.1625061176842@localhost> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=prutt.party; s=key1; t=1625066777; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=gFD94U2l3ZU7SfHpro8RPsHCJKSAmsjvoLrxLvE8+uA=; b=LjZcDCZeng2MeBE56RIVhSpRsU0iERG1Sc5ehUt0yPZNwJ9FpcSu8ApMqmcpooAc7x0aGC tVZMWrPtCyuyfnKoYIavoZrdsO5eVEsKA/sb296AXWAwP2aQw3Q5SlgiNoT/VonyMbICfn K3cPXXB/iVulNi8L0bRQy04kMXxgaBtyLhKxUw7v/2rw17pXvlnOaKmQ0GjNvTQOASvFBF JSlVrrOzMqIs4ylm3A883vVUKpUCjPKizsn8IJtksVeXwLn5l4pPO08y57kxyvvAipSR0L 0glAYOfCGEPC74nACyW2RVmOLXQzUNJymgHDohyeqlzziIQ6rdfQmqCwricmJw== X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. To: Ronald Klop Cc: Dewayne Geraghty , Oscar Carlsson via freebsd-stable , stable@freebsd.org Subject: Re: dma crashes with simple configuration? In-reply-to: <87939549.74.1625061176842@localhost> Message-ID: <871r8j74rt.fsf@prutt.party> Date: Wed, 30 Jun 2021 17:26:14 +0200 List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: oscar@prutt.party X-Rspamd-Queue-Id: 4GFQDC4m27z4ds7 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] Reply-To: oscar@prutt.party From: Oscar Carlsson via freebsd-stable X-Original-From: Oscar Carlsson X-Spam: Yes X-ThisMailContainsUnwantedMimeParts: N Ronald Klop writes: > Van: Oscar Carlsson via freebsd-stable > > Datum: woensdag, 30 juni 2021 15:10 > Aan: Dewayne Geraghty > CC: Oscar Carlsson via freebsd-stable > , stable@freebsd.org > Onderwerp: Re: dma crashes with simple configuration? >> >> Dewayne Geraghty writes: >> > On 25/06/2021 7:29 am, Oscar Carlsson via freebsd-stable >> > wrote: >> >> Hi, >> >> >> >> I've tried to configure dma(8) to use a smarthost (hosted by >> >> >> migadu.com) >> >> with a simple setup, but it just consumes 100% CPU before >> >> >> crashing. I've >> >> seen this on two FreeBSD systems on different major versions >> >> >> (13 and 12) >> >> so I'm not sure if it's my configuration, my mailing >> >> provider >> or dma is >> >> acting up. >> >> >> >> Any obvious ideas? >> >> >> >> Here's a log: >> >> >> >> Jun 24 23:17:02 hilda dma[1800f][846]: new mail from >> >> user=root >> uid=26 envelope_from= >> >> Jun 24 23:17:02 hilda dma[1800f][846]: mail >> >> >> to= queued as 1800f.800e48050 >> >> Jun 24 23:17:02 hilda dma[1800f.800e48050][1203]: >> >> >> trying delivery >> >> Jun 24 23:17:02 hilda dma[1800f.800e48050][1203]: using >> >> >> smarthost (smtp.migadu.com:465) >> >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: trying >> >> remote >> delivery to smtp.migadu.com [2001:41d0:2:863f::] >> >> pref 0 >> >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: connect to >> >> >> smtp.migadu.com [2001:41d0:2:863f::] failed: No route to >> >> host >> >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: trying >> >> remote >> delivery to smtp.migadu.com [2001:41d0:2:aacc::] >> >> pref 0 >> >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: connect to >> >> >> smtp.migadu.com [2001:41d0:2:aacc::] failed: No route to >> >> host >> >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: trying >> >> remote >> delivery to smtp.migadu.com [2001:41d0:2:267::] >> >> pref 0 >> >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: connect to >> >> >> smtp.migadu.com [2001:41d0:2:267::] failed: No route to >> >> host >> >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: trying >> >> remote >> delivery to smtp.migadu.com [91.121.223.63] pref 0 >> >> Jun 24 23:22:03 hilda dma[1800f.800e48050][1203]: stack >> >> >> overflow detected; terminated >> >> >> >> My /etc/dma/dma.conf >> >> >> >> SMARTHOST smtp.migadu.com >> >> PORT 465 >> >> AUTHPATH /etc/dma/auth.conf >> >> SECURETRANSFER >> >> STARTTLS >> >> >> >> My /etc/dma/auth.conf >> >> >> >> username@prutt.party|smtp.migadu.com:supersecretpassword >> >> >> >> My /usr/local/etc/mail/mailer.conf: >> >> >> >> sendmail /usr/libexec/dma >> >> mailq /usr/libexec/dma >> >> newaliases /usr/libexec/dma >> >> rmail /usr/libexec/dma >> >> >> >> >> >> Regards, >> >> Oscar >> >> >> > Oscar, >> > I think port 465 requires TLS and doesn't negotiate via > >> > STARTTLS, >> > perhaps remove STARTTLS from your config? (I have > >> > DAEMON_OPTIONS for >> > port 465 with M=Eaps, which I think is normal for that port - >> > I > did this >> > like 15 years ago ;) ) >> > >> > If it works, please share so other dma users that experience >> > a > similar >> > issue, may benefit. :) >> > Kind regards, Dewayne >> Hi, >> I've tried removing STARTTLS from my configuration but it >> doesn't >> help. :( >> I can't change to port 25 (the provider recommends 465, not >> sure it >> even >> allows port 25) either. >> I'm currently behind the same IP address as a FreeBSD host >> suffering >> from this issue, so I don't think it's a blacklisting issue or >> so >> either. In that case this mail would not be delivered either. >> >> BR, >> Oscar >> >> > > > Your provider does have port 587 with STARTTLS available. Which > might work better. That is what I use with dma on my machines > (although with another provider). > > $ openssl s_client -connect smtp.migadu.com:587 -starttls smtp > -brief > CONNECTION ESTABLISHED > Protocol version: TLSv1.2 > Ciphersuite: ECDHE-RSA-AES256-GCM-SHA384 > Peer certificate: CN = smtp.migadu.com > Hash used: SHA256 > Signature type: RSA-PSS > Verification: OK > Supported Elliptic Curve Point Formats: > uncompressed:ansiX962_compressed_prime:ansiX962_compressed_char2 > Server Temp Key: X25519, 253 bits > 250 CHUNKING > EHLO test > 250-out1.migadu.com > 250-PIPELINING > 250-SIZE 52428800 > 250-ETRN > 250-AUTH PLAIN LOGIN > 250-AUTH=PLAIN LOGIN > 250-ENHANCEDSTATUSCODES > 250-8BITMIME > 250-DSN > 250 CHUNKING > QUIT > DONE > > Regards, > Ronald. Hi, I've changed my configuration to use port 587, and tested connecting to my provider on port 587 to rule out any firewall issues: # openssl s_client -connect smtp.migadu.com:587 -starttls smtp -brief CONNECTION ESTABLISHED Protocol version: TLSv1.2 Ciphersuite: ECDHE-RSA-AES256-GCM-SHA384 Peer certificate: CN = smtp.migadu.com Hash used: SHA256 Signature type: RSA-PSS Verification: OK Supported Elliptic Curve Point Formats: uncompressed:ansiX962_compressed_prime:ansiX962_compressed_char2 Server Temp Key: X25519, 253 bits 250 CHUNKING EHLO test 250-out1.migadu.com 250-PIPELINING 250-SIZE 52428800 250-ETRN 250-AUTH PLAIN LOGIN 250-AUTH=PLAIN LOGIN 250-ENHANCEDSTATUSCODES 250-8BITMIME 250-DSN 250 CHUNKING # echo "hello world" | mail -v -s "dma test!" oscar@prutt.party # echo $? 0 And my /var/log/maillog: Jun 30 17:20:32 hilda dma[180ec][48243]: new mail from user=root uid=26 envelope_from= Jun 30 17:20:32 hilda dma[180ec][48243]: mail to= queued as 180ec.800e48050 Jun 30 17:20:32 hilda dma[180ec.800e48050][48399]: trying delivery Jun 30 17:20:32 hilda dma[180ec.800e48050][48399]: using smarthost (smtp.migadu.com:465) # removed the ipv6 messages Jun 30 17:20:32 hilda dma[180ec.800e48050][48399]: trying remote delivery to smtp.migadu.com [188.165.223.204] pref 0 Jun 30 17:25:32 hilda dma[180ec.800e48050][48399]: stack overflow detected; terminated :( BR, Oscar From nobody Wed Jun 30 15:26:14 2021 X-Original-To: freebsd-stable@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id CCC5611CCE7E; Wed, 30 Jun 2021 15:26:19 +0000 (UTC) (envelope-from oscar@prutt.party) Received: from out0.migadu.com (out0.migadu.com [IPv6:2001:41d0:2:267::]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4GFQDC4m27z4ds7; Wed, 30 Jun 2021 15:26:19 +0000 (UTC) (envelope-from oscar@prutt.party) References: <87lf6zdk9i.fsf@prutt.party> <19635912-3de4-3fda-d7f8-cd9d64e99ef3@heuristicsystems.com.au> <877dib7b1r.fsf@prutt.party> <87939549.74.1625061176842@localhost> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=prutt.party; s=key1; t=1625066777; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=gFD94U2l3ZU7SfHpro8RPsHCJKSAmsjvoLrxLvE8+uA=; b=LjZcDCZeng2MeBE56RIVhSpRsU0iERG1Sc5ehUt0yPZNwJ9FpcSu8ApMqmcpooAc7x0aGC tVZMWrPtCyuyfnKoYIavoZrdsO5eVEsKA/sb296AXWAwP2aQw3Q5SlgiNoT/VonyMbICfn K3cPXXB/iVulNi8L0bRQy04kMXxgaBtyLhKxUw7v/2rw17pXvlnOaKmQ0GjNvTQOASvFBF JSlVrrOzMqIs4ylm3A883vVUKpUCjPKizsn8IJtksVeXwLn5l4pPO08y57kxyvvAipSR0L 0glAYOfCGEPC74nACyW2RVmOLXQzUNJymgHDohyeqlzziIQ6rdfQmqCwricmJw== X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. To: Ronald Klop Cc: Dewayne Geraghty , Oscar Carlsson via freebsd-stable , stable@freebsd.org Subject: Re: dma crashes with simple configuration? In-reply-to: <87939549.74.1625061176842@localhost> Message-ID: <871r8j74rt.fsf@prutt.party> Date: Wed, 30 Jun 2021 17:26:14 +0200 List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: oscar@prutt.party X-Rspamd-Queue-Id: 4GFQDC4m27z4ds7 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] Reply-To: oscar@prutt.party From: Oscar Carlsson via freebsd-stable X-Original-From: Oscar Carlsson X-Spam: Yes X-ThisMailContainsUnwantedMimeParts: N Ronald Klop writes: > Van: Oscar Carlsson via freebsd-stable > > Datum: woensdag, 30 juni 2021 15:10 > Aan: Dewayne Geraghty > CC: Oscar Carlsson via freebsd-stable > , stable@freebsd.org > Onderwerp: Re: dma crashes with simple configuration? >> >> Dewayne Geraghty writes: >> > On 25/06/2021 7:29 am, Oscar Carlsson via freebsd-stable >> > wrote: >> >> Hi, >> >> >> >> I've tried to configure dma(8) to use a smarthost (hosted by >> >> >> migadu.com) >> >> with a simple setup, but it just consumes 100% CPU before >> >> >> crashing. I've >> >> seen this on two FreeBSD systems on different major versions >> >> >> (13 and 12) >> >> so I'm not sure if it's my configuration, my mailing >> >> provider >> or dma is >> >> acting up. >> >> >> >> Any obvious ideas? >> >> >> >> Here's a log: >> >> >> >> Jun 24 23:17:02 hilda dma[1800f][846]: new mail from >> >> user=root >> uid=26 envelope_from= >> >> Jun 24 23:17:02 hilda dma[1800f][846]: mail >> >> >> to= queued as 1800f.800e48050 >> >> Jun 24 23:17:02 hilda dma[1800f.800e48050][1203]: >> >> >> trying delivery >> >> Jun 24 23:17:02 hilda dma[1800f.800e48050][1203]: using >> >> >> smarthost (smtp.migadu.com:465) >> >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: trying >> >> remote >> delivery to smtp.migadu.com [2001:41d0:2:863f::] >> >> pref 0 >> >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: connect to >> >> >> smtp.migadu.com [2001:41d0:2:863f::] failed: No route to >> >> host >> >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: trying >> >> remote >> delivery to smtp.migadu.com [2001:41d0:2:aacc::] >> >> pref 0 >> >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: connect to >> >> >> smtp.migadu.com [2001:41d0:2:aacc::] failed: No route to >> >> host >> >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: trying >> >> remote >> delivery to smtp.migadu.com [2001:41d0:2:267::] >> >> pref 0 >> >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: connect to >> >> >> smtp.migadu.com [2001:41d0:2:267::] failed: No route to >> >> host >> >> Jun 24 23:17:03 hilda dma[1800f.800e48050][1203]: trying >> >> remote >> delivery to smtp.migadu.com [91.121.223.63] pref 0 >> >> Jun 24 23:22:03 hilda dma[1800f.800e48050][1203]: stack >> >> >> overflow detected; terminated >> >> >> >> My /etc/dma/dma.conf >> >> >> >> SMARTHOST smtp.migadu.com >> >> PORT 465 >> >> AUTHPATH /etc/dma/auth.conf >> >> SECURETRANSFER >> >> STARTTLS >> >> >> >> My /etc/dma/auth.conf >> >> >> >> username@prutt.party|smtp.migadu.com:supersecretpassword >> >> >> >> My /usr/local/etc/mail/mailer.conf: >> >> >> >> sendmail /usr/libexec/dma >> >> mailq /usr/libexec/dma >> >> newaliases /usr/libexec/dma >> >> rmail /usr/libexec/dma >> >> >> >> >> >> Regards, >> >> Oscar >> >> >> > Oscar, >> > I think port 465 requires TLS and doesn't negotiate via > >> > STARTTLS, >> > perhaps remove STARTTLS from your config? (I have > >> > DAEMON_OPTIONS for >> > port 465 with M=Eaps, which I think is normal for that port - >> > I > did this >> > like 15 years ago ;) ) >> > >> > If it works, please share so other dma users that experience >> > a > similar >> > issue, may benefit. :) >> > Kind regards, Dewayne >> Hi, >> I've tried removing STARTTLS from my configuration but it >> doesn't >> help. :( >> I can't change to port 25 (the provider recommends 465, not >> sure it >> even >> allows port 25) either. >> I'm currently behind the same IP address as a FreeBSD host >> suffering >> from this issue, so I don't think it's a blacklisting issue or >> so >> either. In that case this mail would not be delivered either. >> >> BR, >> Oscar >> >> > > > Your provider does have port 587 with STARTTLS available. Which > might work better. That is what I use with dma on my machines > (although with another provider). > > $ openssl s_client -connect smtp.migadu.com:587 -starttls smtp > -brief > CONNECTION ESTABLISHED > Protocol version: TLSv1.2 > Ciphersuite: ECDHE-RSA-AES256-GCM-SHA384 > Peer certificate: CN = smtp.migadu.com > Hash used: SHA256 > Signature type: RSA-PSS > Verification: OK > Supported Elliptic Curve Point Formats: > uncompressed:ansiX962_compressed_prime:ansiX962_compressed_char2 > Server Temp Key: X25519, 253 bits > 250 CHUNKING > EHLO test > 250-out1.migadu.com > 250-PIPELINING > 250-SIZE 52428800 > 250-ETRN > 250-AUTH PLAIN LOGIN > 250-AUTH=PLAIN LOGIN > 250-ENHANCEDSTATUSCODES > 250-8BITMIME > 250-DSN > 250 CHUNKING > QUIT > DONE > > Regards, > Ronald. Hi, I've changed my configuration to use port 587, and tested connecting to my provider on port 587 to rule out any firewall issues: # openssl s_client -connect smtp.migadu.com:587 -starttls smtp -brief CONNECTION ESTABLISHED Protocol version: TLSv1.2 Ciphersuite: ECDHE-RSA-AES256-GCM-SHA384 Peer certificate: CN = smtp.migadu.com Hash used: SHA256 Signature type: RSA-PSS Verification: OK Supported Elliptic Curve Point Formats: uncompressed:ansiX962_compressed_prime:ansiX962_compressed_char2 Server Temp Key: X25519, 253 bits 250 CHUNKING EHLO test 250-out1.migadu.com 250-PIPELINING 250-SIZE 52428800 250-ETRN 250-AUTH PLAIN LOGIN 250-AUTH=PLAIN LOGIN 250-ENHANCEDSTATUSCODES 250-8BITMIME 250-DSN 250 CHUNKING # echo "hello world" | mail -v -s "dma test!" oscar@prutt.party # echo $? 0 And my /var/log/maillog: Jun 30 17:20:32 hilda dma[180ec][48243]: new mail from user=root uid=26 envelope_from= Jun 30 17:20:32 hilda dma[180ec][48243]: mail to= queued as 180ec.800e48050 Jun 30 17:20:32 hilda dma[180ec.800e48050][48399]: trying delivery Jun 30 17:20:32 hilda dma[180ec.800e48050][48399]: using smarthost (smtp.migadu.com:465) # removed the ipv6 messages Jun 30 17:20:32 hilda dma[180ec.800e48050][48399]: trying remote delivery to smtp.migadu.com [188.165.223.204] pref 0 Jun 30 17:25:32 hilda dma[180ec.800e48050][48399]: stack overflow detected; terminated :( BR, Oscar From nobody Wed Jun 30 15:36:14 2021 X-Original-To: freebsd-stable@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 5C15711CFB97; Wed, 30 Jun 2021 15:36:24 +0000 (UTC) (envelope-from hausen@punkt.de) Received: from mail.punkt.de (mail.punkt.de [IPv6:2a00:b580:8000:11:1c6b:7032:35e9:5616]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4GFQRr1f53z4jK2; Wed, 30 Jun 2021 15:36:23 +0000 (UTC) (envelope-from hausen@punkt.de) Received: from smtpclient.apple (unknown [IPv6:2003:a:d59:3800:f52d:9269:e26:16e6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.punkt.de (Postfix) with ESMTPSA id 4A85B3AD6A; Wed, 30 Jun 2021 17:36:15 +0200 (CEST) Content-Type: text/plain; charset=utf-8 List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.100.0.2.22\)) Subject: Re: dma crashes with simple configuration? From: "Patrick M. Hausen" In-Reply-To: <871r8j74rt.fsf@prutt.party> Date: Wed, 30 Jun 2021 17:36:14 +0200 Cc: Ronald Klop , Dewayne Geraghty , Oscar Carlsson via freebsd-stable , stable@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <87lf6zdk9i.fsf@prutt.party> <19635912-3de4-3fda-d7f8-cd9d64e99ef3@heuristicsystems.com.au> <877dib7b1r.fsf@prutt.party> <87939549.74.1625061176842@localhost> <871r8j74rt.fsf@prutt.party> To: oscar@prutt.party X-Mailer: Apple Mail (2.3654.100.0.2.22) X-Rspamd-Queue-Id: 4GFQRr1f53z4jK2 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-Spam: Yes X-ThisMailContainsUnwantedMimeParts: N You are still using 465: > Am 30.06.2021 um 17:26 schrieb Oscar Carlsson via freebsd-stable = : >=20 > Jun 30 17:20:32 hilda dma[180ec.800e48050][48399]: using smarthost = (smtp.migadu.com:465) HTH, Patrick --=20 punkt.de GmbH Patrick M. Hausen .infrastructure Kaiserallee 13a 76133 Karlsruhe Tel. +49 721 9109500 https://infrastructure.punkt.de info@punkt.de AG Mannheim 108285 Gesch=C3=A4ftsf=C3=BChrer: J=C3=BCrgen Egeling, Daniel Lienert, Fabian = Stein From nobody Wed Jun 30 15:36:14 2021 X-Original-To: stable@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 5C15711CFB97; Wed, 30 Jun 2021 15:36:24 +0000 (UTC) (envelope-from hausen@punkt.de) Received: from mail.punkt.de (mail.punkt.de [IPv6:2a00:b580:8000:11:1c6b:7032:35e9:5616]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4GFQRr1f53z4jK2; Wed, 30 Jun 2021 15:36:23 +0000 (UTC) (envelope-from hausen@punkt.de) Received: from smtpclient.apple (unknown [IPv6:2003:a:d59:3800:f52d:9269:e26:16e6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.punkt.de (Postfix) with ESMTPSA id 4A85B3AD6A; Wed, 30 Jun 2021 17:36:15 +0200 (CEST) Content-Type: text/plain; charset=utf-8 List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.100.0.2.22\)) Subject: Re: dma crashes with simple configuration? From: "Patrick M. Hausen" In-Reply-To: <871r8j74rt.fsf@prutt.party> Date: Wed, 30 Jun 2021 17:36:14 +0200 Cc: Ronald Klop , Dewayne Geraghty , Oscar Carlsson via freebsd-stable , stable@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <87lf6zdk9i.fsf@prutt.party> <19635912-3de4-3fda-d7f8-cd9d64e99ef3@heuristicsystems.com.au> <877dib7b1r.fsf@prutt.party> <87939549.74.1625061176842@localhost> <871r8j74rt.fsf@prutt.party> To: oscar@prutt.party X-Mailer: Apple Mail (2.3654.100.0.2.22) X-Rspamd-Queue-Id: 4GFQRr1f53z4jK2 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-Spam: Yes X-ThisMailContainsUnwantedMimeParts: N You are still using 465: > Am 30.06.2021 um 17:26 schrieb Oscar Carlsson via freebsd-stable = : >=20 > Jun 30 17:20:32 hilda dma[180ec.800e48050][48399]: using smarthost = (smtp.migadu.com:465) HTH, Patrick --=20 punkt.de GmbH Patrick M. Hausen .infrastructure Kaiserallee 13a 76133 Karlsruhe Tel. +49 721 9109500 https://infrastructure.punkt.de info@punkt.de AG Mannheim 108285 Gesch=C3=A4ftsf=C3=BChrer: J=C3=BCrgen Egeling, Daniel Lienert, Fabian = Stein From nobody Wed Jun 30 19:47:40 2021 X-Original-To: freebsd-stable@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 3CD4111D25D3; Wed, 30 Jun 2021 19:47:51 +0000 (UTC) (envelope-from oscar@prutt.party) Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4GFX1z0M7Tz3m6k; Wed, 30 Jun 2021 19:47:50 +0000 (UTC) (envelope-from oscar@prutt.party) References: <87lf6zdk9i.fsf@prutt.party> <19635912-3de4-3fda-d7f8-cd9d64e99ef3@heuristicsystems.com.au> <877dib7b1r.fsf@prutt.party> <87939549.74.1625061176842@localhost> <871r8j74rt.fsf@prutt.party> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=prutt.party; s=key1; t=1625082463; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=yxyrP1Vr4fK8MSxiPwSJ0EhDj4lEKLesWrH+8fK7Hk8=; b=CEzIRnnzQ6H3+1z+76ta0d/4Y8njwlYWlQxsA18fw2qRc+mP9h9EanOlE81gfrycPfwb8s 9mgq6wlpOnn7BZrWhAvS+QKuHp1Dhu8OPPAKzEYsMOInuwlYBNM66kzEmu5g+yXGucpi88 wpTnUHm2T4w4igwQLpINZmdIx1okXQsV/d40nd5qDc1KSgOf7/WCV2Zbl7TpcLNeUfV+Jo 6aJj6MTwfE2u7oBqlV0dNmV/JDCM+yxaOhvm5NEKIMSTEM8sGZndoFc4zBFj0jQgpiNdTs 2+O3NfYjOI6ynnY4rmDz75g9v7NKTSIF9YV6HJv9JK1zJ59ODl7fvzseOP89mg== X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. To: "Patrick M. Hausen" Cc: Ronald Klop , Dewayne Geraghty , Oscar Carlsson via freebsd-stable , stable@freebsd.org Subject: Re: dma crashes with simple configuration? In-reply-to: Message-ID: <87y2ar5e3n.fsf@prutt.party> Date: Wed, 30 Jun 2021 21:47:40 +0200 List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: oscar@prutt.party X-Rspamd-Queue-Id: 4GFX1z0M7Tz3m6k X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] Reply-To: oscar@prutt.party From: Oscar Carlsson via freebsd-stable X-Original-From: Oscar Carlsson X-Spam: Yes X-ThisMailContainsUnwantedMimeParts: N Patrick M. Hausen writes: > You are still using 465: > >> Am 30.06.2021 um 17:26 schrieb Oscar Carlsson via >> freebsd-stable : >> >> Jun 30 17:20:32 hilda dma[180ec.800e48050][48399]: using >> smarthost (smtp.migadu.com:465) > > > HTH, > Patrick Hi, Well spotted! I had forgotten that I had also introduced a /usr/local/etc/dma/dma.conf for some reason. They were more or less identical, tho. Now I have it working, finally! This is the complete dma.conf: SMARTHOST smtp.migadu.com PORT 587 AUTHPATH /etc/dma/auth.conf MASQUERADE user@prutt.party SECURETRANSFER STARTTLS The reason I went with tcp/465 is this guide: https://www.migadu.com/guides/ ...but 587 worked perfectly! Thank you everyone! I've also updated the GitHub issue I filed with dma, and tried the same config above with the dma in the base system, without issues. Thanks for your help with this! BR, Oscar From nobody Wed Jun 30 19:47:40 2021 X-Original-To: stable@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 3CD4111D25D3; Wed, 30 Jun 2021 19:47:51 +0000 (UTC) (envelope-from oscar@prutt.party) Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4GFX1z0M7Tz3m6k; Wed, 30 Jun 2021 19:47:50 +0000 (UTC) (envelope-from oscar@prutt.party) References: <87lf6zdk9i.fsf@prutt.party> <19635912-3de4-3fda-d7f8-cd9d64e99ef3@heuristicsystems.com.au> <877dib7b1r.fsf@prutt.party> <87939549.74.1625061176842@localhost> <871r8j74rt.fsf@prutt.party> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=prutt.party; s=key1; t=1625082463; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=yxyrP1Vr4fK8MSxiPwSJ0EhDj4lEKLesWrH+8fK7Hk8=; b=CEzIRnnzQ6H3+1z+76ta0d/4Y8njwlYWlQxsA18fw2qRc+mP9h9EanOlE81gfrycPfwb8s 9mgq6wlpOnn7BZrWhAvS+QKuHp1Dhu8OPPAKzEYsMOInuwlYBNM66kzEmu5g+yXGucpi88 wpTnUHm2T4w4igwQLpINZmdIx1okXQsV/d40nd5qDc1KSgOf7/WCV2Zbl7TpcLNeUfV+Jo 6aJj6MTwfE2u7oBqlV0dNmV/JDCM+yxaOhvm5NEKIMSTEM8sGZndoFc4zBFj0jQgpiNdTs 2+O3NfYjOI6ynnY4rmDz75g9v7NKTSIF9YV6HJv9JK1zJ59ODl7fvzseOP89mg== X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. To: "Patrick M. Hausen" Cc: Ronald Klop , Dewayne Geraghty , Oscar Carlsson via freebsd-stable , stable@freebsd.org Subject: Re: dma crashes with simple configuration? In-reply-to: Message-ID: <87y2ar5e3n.fsf@prutt.party> Date: Wed, 30 Jun 2021 21:47:40 +0200 List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: oscar@prutt.party X-Rspamd-Queue-Id: 4GFX1z0M7Tz3m6k X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] Reply-To: oscar@prutt.party From: Oscar Carlsson via freebsd-stable X-Original-From: Oscar Carlsson X-Spam: Yes X-ThisMailContainsUnwantedMimeParts: N Patrick M. Hausen writes: > You are still using 465: > >> Am 30.06.2021 um 17:26 schrieb Oscar Carlsson via >> freebsd-stable : >> >> Jun 30 17:20:32 hilda dma[180ec.800e48050][48399]: using >> smarthost (smtp.migadu.com:465) > > > HTH, > Patrick Hi, Well spotted! I had forgotten that I had also introduced a /usr/local/etc/dma/dma.conf for some reason. They were more or less identical, tho. Now I have it working, finally! This is the complete dma.conf: SMARTHOST smtp.migadu.com PORT 587 AUTHPATH /etc/dma/auth.conf MASQUERADE user@prutt.party SECURETRANSFER STARTTLS The reason I went with tcp/465 is this guide: https://www.migadu.com/guides/ ...but 587 worked perfectly! Thank you everyone! I've also updated the GitHub issue I filed with dma, and tried the same config above with the dma in the base system, without issues. Thanks for your help with this! BR, Oscar From nobody Fri Jul 2 18:31:21 2021 X-Original-To: freebsd-stable@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 1640511DE3CC for ; Fri, 2 Jul 2021 18:31:24 +0000 (UTC) (envelope-from mvoorhis@gmail.com) Received: from mail-qk1-x731.google.com (mail-qk1-x731.google.com [IPv6:2607:f8b0:4864:20::731]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GGkDq1pfHz3KWy for ; Fri, 2 Jul 2021 18:31:22 +0000 (UTC) (envelope-from mvoorhis@gmail.com) Received: by mail-qk1-x731.google.com with SMTP id y29so10188408qky.12 for ; Fri, 02 Jul 2021 11:31:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=cc:to:from:subject:message-id:date:user-agent:mime-version :content-language; bh=hNiTXNg6uyxwviuBfB+3XraejWunP0spvRaP6GPmVTQ=; b=F8IUyCkinWT/oU7e/b0JWcLhhsoBDMUcP3DMKVrlOit0mRqjUej2goA/iB/VG576C5 hgrg62+wOvhyvSsDY66QFneFCC4zwlO+Qf315AbI5WdXwanhCOCz0i/HcrD2ptBIDzwC +ZpsBKmyUQEUMmVK7gId9mpZZKq3e+a7Mgu5mcXRkzcLXYvkbnHuStNxQT2s6MEjCxQM 3tazolG12piT2EpOVDMfK+xpXEpp3CVqSGzX6HQ2yZjWiWA8rHQRfBtpq30OB6riAGzX BSJUX7zDkIlkHZ7ZB0UyQ88kwPdTmiXf7hJyc/UXYe5ez4QvCguoiIVvCKo6oRHWdl5Q rQug== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:cc:to:from:subject:message-id:date:user-agent :mime-version:content-language; bh=hNiTXNg6uyxwviuBfB+3XraejWunP0spvRaP6GPmVTQ=; b=q0O1SR1e4mSl2TUFLmdMmbCK7H+RdtpHGlGAGYm6ltsHHXlKCryOb5TZoojYSFsTZL c4/EAhtwRZI6qhJQk6q3fggHoaDLj5H09QbMj72ZF+tpyxAvM3nD9TFbgoSdlas9Ht8g 6G4jaZSybJ5/+uc0/0WjP8rNqmRH5Mk2TAef3qemKFF96BJxviZxJ5I5sIf9usz805Ze uGSJWL5jv9Cz2yfVN9FiRDRGdj3m/F+yVp7K/vU7Z4UAAwbtGtDPN+d/0XV295rDvtqf mBksZewXHXdrFnDm1IUn+RrFz5pIX4hLvKgWrCdO4V1EgCUVKqeCojQFh0iM+ngn2CwY QF7Q== X-Gm-Message-State: AOAM5339vjxY8zxHMtWtPbhx6FwFW4LMgNdE52Q/sCUFGE9c6YaEx24l B9h8dfZgxQD+uzlOpYEL+hQ= X-Google-Smtp-Source: ABdhPJz+44Gz5DuoHna533kL4M7iQ+SKxE4UUREYxC5IhE+WUvNE57Iirny+8mLppcSC3DjxA5DGxg== X-Received: by 2002:a37:5b84:: with SMTP id p126mr1151634qkb.254.1625250682214; Fri, 02 Jul 2021 11:31:22 -0700 (PDT) Received: from ?IPv6:2600:6c64:627f:e35f:9afa:9bff:fe4f:218b? ([2600:6c64:627f:e35f:9afa:9bff:fe4f:218b]) by smtp.gmail.com with ESMTPSA id b15sm1508522qto.6.2021.07.02.11.31.21 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 02 Jul 2021 11:31:21 -0700 (PDT) Cc: mvoorhis@gmail.com To: freebsd-stable From: Michael Voorhis Subject: pkgbase and openssl warning in releng_13 src/UPDATING Message-ID: <864ed2f4-6aa2-c3ae-69cb-71831b4f5076@gmail.com> Date: Fri, 2 Jul 2021 14:31:21 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------1E5E379958CA8F8B91E09E29" Content-Language: en-US X-Rspamd-Queue-Id: 4GGkDq1pfHz3KWy X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20161025 header.b=F8IUyCki; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of mvoorhis@gmail.com designates 2607:f8b0:4864:20::731 as permitted sender) smtp.mailfrom=mvoorhis@gmail.com X-Spamd-Result: default: False [-2.88 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; FREEMAIL_FROM(0.00)[gmail.com]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36]; HAS_ATTACHMENT(0.00)[]; MIME_BASE64_TEXT_BOGUS(1.00)[]; RCVD_COUNT_THREE(0.00)[3]; DKIM_TRACE(0.00)[gmail.com:+]; MIME_BASE64_TEXT(0.10)[]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_SHORT(-0.98)[-0.983]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[2607:f8b0:4864:20::731:from]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[multipart/mixed,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-stable@freebsd.org]; SPAMHAUS_ZRD(0.00)[2607:f8b0:4864:20::731:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::731:from]; FREEMAIL_CC(0.00)[gmail.com]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-stable] X-ThisMailContainsUnwantedMimeParts: N This is a multi-part message in MIME format. --------------1E5E379958CA8F8B91E09E29 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hi all, I noticed on 30 June the mention of a warning re: pkgbase and openssl in the releng_13 src/UPDATING file. For people that don't use HEAD this may be the first time they have ever heard about pkgbase (which is sort-of explained at https://wiki.freebsd.org/PkgBase). 13-stable/releng_13 users may see this src/UPDATING message and think that they may need to install a package called FreeBSD-openssl to avoid some mysterious problem. Then they will discover of FreeBSD-openssl doesn't exist because it isn't part of the ports collection. I submit that some additional documentation (perhaps just a pointer to existing information) should be created somewhere to let 13-stable/releng_13 users know a little more about this mysterious new "pkgbase" term. --MCV. --------------1E5E379958CA8F8B91E09E29 Content-Type: text/x-vcard; name="mvoorhis.vcf" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="mvoorhis.vcf" bnVsbA== --------------1E5E379958CA8F8B91E09E29-- From nobody Sat Jul 3 02:56:13 2021 X-Original-To: freebsd-stable@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id E6BDC11FD293 for ; Sat, 3 Jul 2021 02:56:26 +0000 (UTC) (envelope-from mike@jellydonut.org) Received: from mail-ed1-x534.google.com (mail-ed1-x534.google.com [IPv6:2a00:1450:4864:20::534]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GGxRZ0TTgz3Cf0 for ; Sat, 3 Jul 2021 02:56:25 +0000 (UTC) (envelope-from mike@jellydonut.org) Received: by mail-ed1-x534.google.com with SMTP id w13so15886174edc.0 for ; Fri, 02 Jul 2021 19:56:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jellydonut-org.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=zpXnD9jTLqOCJ1+ld3VhYb3saPS0fo/JY5HzaLrV97k=; b=wYL7qsnJzjpRGQGVaWGNgrC3UAKtNsxfaLxN+6ebgXR3+GtyPc5E48nQJa44y1iANI ZEuS34BlxNcEAQEJ7x5/D3zYTcXSZHuYYAq/t5JurbFTq1bHRVPdPaag2TgpNwB3ixct WwOKG/TLo97hyN9pJb/hztlNrquWKvTbxjh6fqopMXFObOzKBkMPzeij+TSfoqbz8/26 munV+VEyVwZf/jIw9QEqsy2oS0qrPVgvoDLlNwlbvCFqDfuaFQCUxjUD0MvUKY0uGknS AFFPB4kV57fXAh6xihdkItN2liMQU7VvOxuGeCdwTKtQ2shHAmUlG6oO2aKz9knM5FNS cRiA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=zpXnD9jTLqOCJ1+ld3VhYb3saPS0fo/JY5HzaLrV97k=; b=an62MEPWajrcW7pWnExwt+eoUiKvwHHyD2N/sEdO4ocnGjuGX8bZyqe9zL/nPpg9w7 7IaX3ETKmZcnivqpuZGB74q79YCTqi2+V6OjpdMhqu+m1E8GNBJtjCEwOyw15r4oVgUA huinwRZalFhbnS1/571S0jI0IwL97llf5PztqpmbEW70XaTIB/rQ5bL8zgZnf8FSXogu lQcIJLq1TovNi7Cv3531eiOGdlw+4iQbBPHDjV7M8Y5A4A8+GR+C0EVLxLuI5Am2LKlz Rl0hesKQpBiRmwOKIUEpgxjJ91a59aTSwQvJWF+MI2UOdTX5YEUKWHSJDbN3qjAQ04An zc+g== X-Gm-Message-State: AOAM531Z7d+tw8D9yA+u0oJop9USM6wISbJ++bIJ6LcZT6O6kZY6UVW7 maidJCabvafSD0UQi8hn4loDJfomYicMApYYMbxFZW0meQbddUt3 X-Google-Smtp-Source: ABdhPJzi1b6fEwu3ZdkV2QeVSgrgMewkD6/CWaYXXWMQcLkcgK9Es+pA7P8B1JZZt5v63hZDbqrnxwnmEnxmjj+/vBc= X-Received: by 2002:aa7:d150:: with SMTP id r16mr3054424edo.210.1625280984082; Fri, 02 Jul 2021 19:56:24 -0700 (PDT) List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org MIME-Version: 1.0 From: Michael Proto Date: Fri, 2 Jul 2021 22:56:13 -0400 Message-ID: Subject: 13.0-RELEASEp3 info? To: freebsd-stable@freebsd.org Content-Type: multipart/alternative; boundary="000000000000b77e4005c62f37c5" X-Rspamd-Queue-Id: 4GGxRZ0TTgz3Cf0 X-Spamd-Bar: + Authentication-Results: mx1.freebsd.org; dkim=pass header.d=jellydonut-org.20150623.gappssmtp.com header.s=20150623 header.b=wYL7qsnJ; dmarc=none; spf=pass (mx1.freebsd.org: domain of mike@jellydonut.org designates 2a00:1450:4864:20::534 as permitted sender) smtp.mailfrom=mike@jellydonut.org X-Spamd-Result: default: False [1.50 / 15.00]; RCVD_TLS_ALL(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[jellydonut-org.20150623.gappssmtp.com:s=20150623]; FREEFALL_USER(0.00)[mike]; FROM_HAS_DN(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[2a00:1450:4864:20::534:from]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2a00:1450:4000::/36]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-stable@freebsd.org]; NEURAL_SPAM_MEDIUM(0.99)[0.988]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[2a00:1450:4864:20::534:from:127.0.2.255]; DMARC_NA(0.00)[jellydonut.org]; NEURAL_SPAM_SHORT(0.99)[0.988]; DKIM_TRACE(0.00)[jellydonut-org.20150623.gappssmtp.com:+]; RCVD_IN_DNSWL_NONE(0.00)[2a00:1450:4864:20::534:from]; NEURAL_HAM_LONG(-0.97)[-0.972]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:15169, ipnet:2a00:1450::/32, country:US]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-stable] X-ThisMailContainsUnwantedMimeParts: Y --000000000000b77e4005c62f37c5 Content-Type: text/plain; charset="UTF-8" So recently I ran freebsd-update on my 13.0-RELEASE hosts and received and applied updates for 13.0-RELEASEp3, although I've yet to see a security or advisory announcement, nor anything on the errata page. Am I missing something? Last I checked I was subscribed and I did get notifications for 13.0-RELEASEp2. details from my freebsd-update cache # diff INDEX-NEW INDEX-OLD | awk '{print $2}' | awk -F\| '{print $1}' /bin/freebsd-version /boot/kernel/if_vlan.ko /boot/kernel/ipfw.ko /boot/kernel/kernel /boot/kernel/linux.ko /boot/kernel/linux64.ko /lib/libcasper.so.1 /usr/include/c++/v1/barrier /usr/include/c++/v1/concepts /usr/include/c++/v1/execution /usr/include/c++/v1/latch /usr/include/c++/v1/numbers /usr/include/c++/v1/semaphore /usr/include/c++/v1/tr1/barrier /usr/include/c++/v1/tr1/concepts /usr/include/c++/v1/tr1/execution /usr/include/c++/v1/tr1/latch /usr/include/c++/v1/tr1/numbers /usr/include/c++/v1/tr1/semaphore /usr/lib32/libcasper.so.1 /bin/freebsd-version /boot/kernel/if_vlan.ko /boot/kernel/ipfw.ko /boot/kernel/kernel /boot/kernel/linux.ko /boot/kernel/linux64.ko /lib/libcasper.so.1 /usr/lib32/libcasper.so.1 Thanks, Michael Proto --000000000000b77e4005c62f37c5-- From nobody Sat Jul 3 03:03:31 2021 X-Original-To: freebsd-stable@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 93A7E11FE13B for ; Sat, 3 Jul 2021 03:03:44 +0000 (UTC) (envelope-from mike@jellydonut.org) Received: from mail-ed1-x533.google.com (mail-ed1-x533.google.com [IPv6:2a00:1450:4864:20::533]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GGxbz44tXz3FFq for ; Sat, 3 Jul 2021 03:03:43 +0000 (UTC) (envelope-from mike@jellydonut.org) Received: by mail-ed1-x533.google.com with SMTP id l24so15795990edr.11 for ; Fri, 02 Jul 2021 20:03:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jellydonut-org.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=LQV6iD+621YEMUNn/AF39uT0Uc9FxQznb4WX2M/QdFs=; b=SITwDpSsLGF1e67EnAs2uYHF+PJXkty+TxomQw2N3Upg6fWLCDif6lFpXPvkDTj+fD kyyz3UXLdrVaabl3R3Z/yrl7IinlRvi0o6gJmvCE5D+wgjcK/uVYtrP1EXppzpVZtSlg NttyawVl/J5GaNDmxvJRImPG6470AsHNGhJwQBzZCgGHgqvy8QvS/ygvjmZiIklKE8Cd /VFiwo2Szd7maY8R/2p+ktr+Cf5csJQrlu7UmcPkP3Ff+AGgoBIpOyuC5gzmLG0F34wc SUD2xvOgD7V3Jk47u8KXLtBsFm6ydQX8A5Q3cTCor3dlD1pyfdVRRDqGvtor4AJ3hjaV LH7A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=LQV6iD+621YEMUNn/AF39uT0Uc9FxQznb4WX2M/QdFs=; b=NFy+Jz654/exmgFiae1jzHZQ2fS7B3EuT4HoOCs0trYmtpy8lbKRAPw9AU+Up5U0I8 MgIZbuhOvi7bNINS9JFEjt5fyEg5E9hQHmcTGENDmdDJ+SqLJ4PmI/7ahuxv8GPjhhsE rG1eP+XapUcR0yo/OcOnax6ZJ8xrxNrN8AE2VWIOIGUa0FNPvfpFbraNyGEl8kGHxkY+ cABvnadAcelLkWAGxe2kJzUjg+F09fudf8zbvEHZy1jltLlOe7goqo/obyuSHgP3QKFt aarThTAljozHqGmeA5idDYRSkBIoPSvwr2cGyDlTb7o3r2Nh0J3gonqd9twzB1z16pw/ hZNg== X-Gm-Message-State: AOAM530vKbi8CUtdEU9Ob729IndiPOy5VTnmUGuqMOJdkCG2DWSaxUGi Tgn4JnLMPMpa27V2fnyfsfAqocqkCWNbMPosSDUxU+x2AfnaPcf5 X-Google-Smtp-Source: ABdhPJzvQuxeP4K+eCdo/i0KfRVzXe6IX12J6btv+rTQfQX0Yhu9gH7tHiJkT7qQK6ZKBR6IwUiwU6h4WE5ilLIUHoU= X-Received: by 2002:aa7:d888:: with SMTP id u8mr2910165edq.132.1625281421927; Fri, 02 Jul 2021 20:03:41 -0700 (PDT) List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org MIME-Version: 1.0 References: In-Reply-To: From: Michael Proto Date: Fri, 2 Jul 2021 23:03:31 -0400 Message-ID: Subject: Re: 13.0-RELEASEp3 info? To: freebsd-stable@freebsd.org Content-Type: multipart/alternative; boundary="000000000000d07b1305c62f51aa" X-Rspamd-Queue-Id: 4GGxbz44tXz3FFq X-Spamd-Bar: + Authentication-Results: mx1.freebsd.org; dkim=pass header.d=jellydonut-org.20150623.gappssmtp.com header.s=20150623 header.b=SITwDpSs; dmarc=none; spf=pass (mx1.freebsd.org: domain of mike@jellydonut.org designates 2a00:1450:4864:20::533 as permitted sender) smtp.mailfrom=mike@jellydonut.org X-Spamd-Result: default: False [1.57 / 15.00]; RCVD_TLS_ALL(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[jellydonut-org.20150623.gappssmtp.com:s=20150623]; FREEFALL_USER(0.00)[mike]; FROM_HAS_DN(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[2a00:1450:4864:20::533:from]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2a00:1450:4000::/36]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-stable@freebsd.org]; TO_DN_NONE(0.00)[]; NEURAL_SPAM_MEDIUM(0.99)[0.991]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[2a00:1450:4864:20::533:from:127.0.2.255]; DMARC_NA(0.00)[jellydonut.org]; NEURAL_SPAM_SHORT(0.99)[0.993]; DKIM_TRACE(0.00)[jellydonut-org.20150623.gappssmtp.com:+]; RCVD_IN_DNSWL_NONE(0.00)[2a00:1450:4864:20::533:from]; NEURAL_HAM_LONG(-0.91)[-0.911]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:15169, ipnet:2a00:1450::/32, country:US]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-stable] X-ThisMailContainsUnwantedMimeParts: Y --000000000000d07b1305c62f51aa Content-Type: text/plain; charset="UTF-8" Doh! Neglected uname info... FreeBSD socrates.mydomain 13.0-RELEASE-p3 FreeBSD 13.0-RELEASE-p3 #0: Tue Jun 29 19:46:20 UTC 2021 root@amd64-builder.daemonology.net:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 On Fri, Jul 2, 2021 at 10:56 PM Michael Proto wrote: > So recently I ran freebsd-update on my 13.0-RELEASE hosts and received and > applied updates for 13.0-RELEASEp3, although I've yet to see a security or > advisory announcement, nor anything on the errata page. Am I missing > something? Last I checked I was subscribed and I did get notifications for > 13.0-RELEASEp2. > > > details from my freebsd-update cache > # diff INDEX-NEW INDEX-OLD | awk '{print $2}' | awk -F\| '{print $1}' > > /bin/freebsd-version > /boot/kernel/if_vlan.ko > /boot/kernel/ipfw.ko > /boot/kernel/kernel > /boot/kernel/linux.ko > /boot/kernel/linux64.ko > /lib/libcasper.so.1 > /usr/include/c++/v1/barrier > /usr/include/c++/v1/concepts > /usr/include/c++/v1/execution > /usr/include/c++/v1/latch > /usr/include/c++/v1/numbers > /usr/include/c++/v1/semaphore > /usr/include/c++/v1/tr1/barrier > /usr/include/c++/v1/tr1/concepts > /usr/include/c++/v1/tr1/execution > /usr/include/c++/v1/tr1/latch > /usr/include/c++/v1/tr1/numbers > /usr/include/c++/v1/tr1/semaphore > /usr/lib32/libcasper.so.1 > > /bin/freebsd-version > /boot/kernel/if_vlan.ko > /boot/kernel/ipfw.ko > /boot/kernel/kernel > /boot/kernel/linux.ko > /boot/kernel/linux64.ko > /lib/libcasper.so.1 > /usr/lib32/libcasper.so.1 > > > > Thanks, > Michael Proto > --000000000000d07b1305c62f51aa-- From nobody Sat Jul 3 03:16:41 2021 X-Original-To: freebsd-stable@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 9CAD511FFA39 for ; Sat, 3 Jul 2021 03:16:49 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic302-20.consmr.mail.gq1.yahoo.com (sonic302-20.consmr.mail.gq1.yahoo.com [98.137.68.146]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4GGxv430prz3GvG for ; Sat, 3 Jul 2021 03:16:48 +0000 (UTC) (envelope-from marklmi@yahoo.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1625282206; bh=NbNLJ1EocLsLBGHkVzRwLFa4oqVlfkLl54gMmXfU0d8=; h=From:Subject:Date:To:References:From:Subject:Reply-To; b=iDHeALrybZF63I8Wy9+AUniUY+g6OCJzD5GbycZtPEF7jufHzDE82WcU0xU6Tjs4jBIkdE97XsmbLz3j2mqGPb1QspD/mSFdDgOz9Rn5CYNkEtAcGXIf5VZ8x98udpk1h3M//Pn2EsJoExcyynHpahIUcW7ThAJ0MZ19EusU3nTH96rDjUkFBRXd/ZB8KlxYtfaWPimKYUEvUHlWw6yCP0wMVZ1ZBfacw9g2tmN+u7CzOGUDHl6TqlXND2X48fEyIz74UPKoHXxH7AwD/YPtHGc4aEEeSQjBH2yYuG0xd92mX/PYhYfOeXblZrHa5yaipHzh1znQyBsBvoTsWWVQUg== X-SONIC-DKIM-SIGN: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1625282206; bh=V1xeXUXUUXF5cfgMnSj8OmK1Mo3FLAaPCh4RSeca0Fg=; h=X-Sonic-MF:From:Subject:Date:To:From:Subject; b=idGkEeWKZOxmAPByRmt6dGU7koTIzBOOHX3MpQp3O/Af2CjATu4bMcrD4j+hrnHhSjLpAZBiO1K7xiiRiPoWArCHp/wEcNZD7I6Wkh5x2qBlqUjVVEeGmmQLe1R41ziydj60S4Sswd/wRsEJxkWgN3VMaSMFEH4wsFlNdmvJyXCf2VAH7AC/wHS9KTS6YZH1bO1KBRQ3wvcQvgRodelO1Mk28r2koZQJtGQk3MpuEkJpsA/dTnge6PK4/k4gMDNfQfw/W8NRKlrFiPmzVZjAbQe35zbd2lb0+pgJ+RmtbQMsXZwHXsty0glM78LuhRvCzHB4WYBmwckv8CTL+MaBtA== X-YMail-OSG: FjrL9PwVM1ng0JknjVaJEV1mCOSZfi_TWKEU21OF.XOFaI59nSkYTj.qpOCFBZn OEPthePhgOWqG9lNOqxop55YygVP52VzEKY3QJp27HpiHdVn0IQYH5xASQegDaHD0qdUEtd8RxeL X5XtpLjXdOM83leGa7jYtwuXaGbZCWFQrDC7YIDppoJuW.wU4FYOooLFl7eQ3UuPJqjWiG196jSI nCisWlFpfMexlvee5W462oM04b09zkbSQc6B5DOv6Ql9qvwRccx4h4HJj4RlXh.NRQ2I0UZYcq0K Wrbnu6kI990.hCj9Gwwgo.Of8SehwLL.32aCJ_SVo76RLcU.66l2jIHagIXbgrGdHyNhh61uBHrj vRnTS5qFenwxx8OAqbsGJBSpwSe9RdrZChhx.eYX8upsFF3kLSNHfyozh83sxLRbIA9I2OHym2dW CfK7tAIfPrhZYEHhBODpvu9v_CrIkrKnkUVSnRMbLO4bsG8b.9FBUxaN697liksuyRMEogJkksgg ZsKv7ajetPQiPd7K1EbyHhXp33MonWr3J9r9GRviUoohDcihHQcwKX70jTXA3.yjlo1AhrkaK42. BvWei8iz0qIdtLr3mpZ1uXh1I2f.uy2M_s6TQ093zaBJ6PFbU63naqGnztj2YGp7Ho1tvxgMBrWA Xem1EOFTT48rBiRGALr6bIXjWEXTZ6KEnpvKLkbviB1ldPoGdEmdefB1cd5Ctug.DuaowCXf.4dj ylPK6mRTJuoePbBILhFysPxfstanlamDvN5ItFwvBBa.watds_HQCVoZ9zvzNw.vdQN66rwNTvjz z_UwMkhamGsaQ09ZDaz2jgqk8hOj0N4JvyiMlRbLpnbm8dLx6dimB8.dUhQ58joLviERIgo_j1WL UW5.Pv_r8_y71cdPmbgmsIMmi59h5Qnsy8FOnti7dd01PF9zX98GGtG9GPSX3Iw0mt7LoeLP7pwN rCS4_f0JbyMDFBJ2OJVmf2LeSdbM1TFgKgiQbqOd8yWEuKItIluxA_JIVQVXoPqZ.FZq3QWGxLHr WKiYQRnW6gvXWoHRkjNru6U6NtYM.Ar8zz4nX.Wc9eSV36hZvsLlGFRMPR3fQ5I3AWhMlNCTJKR_ oAvLKLFsXsmTWRJpjND4ZZ8uLM.gweC6mIWDZa7dezkzSlVHWfAt0L97.y_.HTXXVDYn12Qu71yl R7rfLOKkAR3VxzAyf7PF4kOxp0jYT5k_nVCMod1SS9SdWx6PureyX8ktpwfGcAyxw40Rid8p4Zc6 qik0hEHYs8HwStDSPxNpDk08D26bOPrMwbSo75U3qcKb0sHL8l.n5pD0oDxuEAi1AMIpf6pTlc4n 4V7KIq4I.IQjxqaybHPxHTpYInjssLnXBrmwx77qaRiuc4Ua.e8zYHIWUfyd9d0X7LpV3gcPW9Ru C514Sno6UMMYE54E0JUhtibyJucrQ20wrPfdhtAlR1iWsg4QF.qnXdhnBArBpyMH.sx1VQuNOdPl EKSeSNtWimDS9sJrV7a2HuZDk50At5nYMkToo4KdSahPrE97sXElKslKJno2OK1Q1qj_dri8rV9M e4XOQs7LfnmPNWUHSkZUBwN_0bap_NGF1Gd9ckrB15q80gNW_3bh0QBr1AAxC1RyDvvz.qXnBDf. x9UnnvF27aLBr62zXmZ0dM9ABEWdlYiVLpwWrUmxnq3ts6TOPisI.2Cl.580_u3YYPbtHeLel.xF x0ekI6s.LXi9tDp5yLiOlKrLycCc7YoA_sdbzDgXA7xZBSED0A_YZrYYfbLcSZLzLEVVN082Xzar RwWotZL8iV1hHvZdYXj_Uh3zL0LBv9wYoGMl_Z74BWUphxbflS9L8u7IjADwW4gmyewFtt9mK07h gMlg_4NRBFSeYgD1nH7a8yTam29BpiFIRS4wAU2CeZk7LLV8ifT1FKKr20bDlUnss5f2pBqCeTlp 6NtRFkq5xCbP6JOScMOruNZfOWZosI5XOLA.DS3dV.4iJ6kaJJHy1dlIuEyxwP5cVVUe9dZxUL2A jpSbFwVRgIxaKNQ45_3O0CP1BS_t1Y6vRixwM6fFRJ2vJfUr2iiPwXUFqvYVMEcJoCrAtOZ9jgVW ggQl49KU7_ZRtfkZctW8qXev75rrQZefafglhHdFthMHd6LV3Z6chOe5ilQTq6owRR9gxtFoohIm PWXktupbiMXSCQcuu_1BZifTtwqKNWnJuXgAcwSqDb6YvV7y6xak3H5.tqs4AnlCrvXZabh8zgpk aTLlHiR8Ci_JPDFhbZGnSRXe2xDNMOboFYJQM7taysZvHRebxTsJf7B.Og2sG.qzwEBNVb4bDu5. rHUNHSasvdnr9xt40k0D0k650v8RQ1ff2X4oCz43tFRfuAiyZYuVQ5.aCN89eR_MU6P1EpB4te2Z g0ZZpdBeIF981gevbtGa2XepaOERUgD.qmvGSeLPoFjl.CnU4Gam6.QCTQScVcxKH X-Sonic-MF: Received: from sonic.gate.mail.ne1.yahoo.com by sonic302.consmr.mail.gq1.yahoo.com with HTTP; Sat, 3 Jul 2021 03:16:46 +0000 Received: by kubenode542.mail-prod1.omega.ne1.yahoo.com (VZM Hermes SMTP Server) with ESMTPA ID 2337dce20eef07a92d6339260872419a; Sat, 03 Jul 2021 03:16:43 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.100.0.2.22\)) Subject: Re: 13.0-RELEASEp3 info? Message-Id: <29BAFBD4-304A-4957-9E1B-F017F7C78B89@yahoo.com> Date: Fri, 2 Jul 2021 20:16:41 -0700 To: mike@jellydonut.org, FreeBSD-STABLE Mailing List X-Mailer: Apple Mail (2.3654.100.0.2.22) References: <29BAFBD4-304A-4957-9E1B-F017F7C78B89.ref@yahoo.com> X-Rspamd-Queue-Id: 4GGxv430prz3GvG X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=yahoo.com header.s=s2048 header.b=iDHeALry; dmarc=pass (policy=reject) header.from=yahoo.com; spf=pass (mx1.freebsd.org: domain of marklmi@yahoo.com designates 98.137.68.146 as permitted sender) smtp.mailfrom=marklmi@yahoo.com X-Spamd-Result: default: False [-2.50 / 15.00]; TO_DN_SOME(0.00)[]; FREEMAIL_FROM(0.00)[yahoo.com]; MV_CASE(0.50)[]; R_SPF_ALLOW(-0.20)[+ptr:yahoo.com]; DKIM_TRACE(0.00)[yahoo.com:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[yahoo.com,reject]; NEURAL_HAM_SHORT(-1.00)[-0.999]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[yahoo.com]; ASN(0.00)[asn:36647, ipnet:98.137.64.0/20, country:US]; MID_RHS_MATCH_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[yahoo.com:dkim]; SUBJECT_ENDS_QUESTION(1.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[yahoo.com:s=s2048]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[98.137.68.146:from]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; SPAMHAUS_ZRD(0.00)[98.137.68.146:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[98.137.68.146:from]; RWL_MAILSPIKE_POSSIBLE(0.00)[98.137.68.146:from]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-stable] Reply-To: marklmi@yahoo.com From: Mark Millard via freebsd-stable X-Original-From: Mark Millard X-ThisMailContainsUnwantedMimeParts: N From: Michael Proto wrote on Date: Fri, 2 Jul 2021 22:56:13 -0400 : > So recently I ran freebsd-update on my 13.0-RELEASE hosts and received = and > applied updates for 13.0-RELEASEp3, although I've yet to see a = security or > advisory announcement, nor anything on the errata page. Am I missing > something? Last I checked I was subscribed and I did get notifications = for > 13.0-RELEASEp2. . . . See the 5 most recent notice links at: https://lists.freebsd.org/pipermail/freebsd-announce/2021-June/date.html The lines look like: =E2=80=A2 [FreeBSD-Announce] FreeBSD Errata Notice = FreeBSD-EN-21:18.libc++ FreeBSD Errata Notices =E2=80=A2 [FreeBSD-Announce] FreeBSD Errata Notice = FreeBSD-EN-21:19.libcasper FreeBSD Errata Notices =E2=80=A2 [FreeBSD-Announce] FreeBSD Errata Notice = FreeBSD-EN-21:20.vlan FreeBSD Errata Notices =E2=80=A2 [FreeBSD-Announce] FreeBSD Errata Notice = FreeBSD-EN-21:21.ipfw FreeBSD Errata Notices =E2=80=A2 [FreeBSD-Announce] FreeBSD Errata Notice = FreeBSD-EN-21:22.linux_futex FreeBSD Errata Notices =3D=3D=3D Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar) From nobody Sat Jul 3 08:38:26 2021 X-Original-To: freebsd-stable@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id E50B911F7105 for ; Sat, 3 Jul 2021 08:38:41 +0000 (UTC) (envelope-from rainer@ultra-secure.de) Received: from connect.ultra-secure.de (connect.ultra-secure.de [88.198.71.201]) by mx1.freebsd.org (Postfix) with ESMTP id 4GH52T4kB5z4c95 for ; Sat, 3 Jul 2021 08:38:41 +0000 (UTC) (envelope-from rainer@ultra-secure.de) Received: (Haraka outbound); Sat, 03 Jul 2021 10:40:26 +0200 Received-SPF: SoftFail (connect.ultra-secure.de: domain of ultra-secure.de does not designate 217.71.83.52 as permitted sender) receiver=connect.ultra-secure.de; identity=mailfrom; client-ip=217.71.83.52; helo=smtpclient.apple; envelope-from= Received-SPF: None (connect.ultra-secure.de: domain of smtpclient.apple does not designate 217.71.83.52 as permitted sender) receiver=connect.ultra-secure.de; identity=helo; client-ip=217.71.83.52; helo=smtpclient.apple; envelope-from= Received: from smtpclient.apple (217-071-083-052.ip-tech.ch [217.71.83.52]) by connect.ultra-secure.de (Haraka/2.6.2-toaster) with ESMTPSA id 35960E4A-FCC7-4B81-9E83-E499811211B1.1 envelope-from (authenticated bits=0); Sat, 03 Jul 2021 10:40:19 +0200 From: Rainer Duffner Message-Id: Content-Type: multipart/alternative; boundary="Apple-Mail=_F1452AF7-55AC-4E30-B71B-82B2FF94E9C6" List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.100.0.2.22\)) Subject: Re: 13.0-RELEASEp3 info? Date: Sat, 3 Jul 2021 10:38:26 +0200 In-Reply-To: Cc: freebsd-stable@freebsd.org To: Michael Proto References: X-Mailer: Apple Mail (2.3654.100.0.2.22) X-Haraka-GeoIP: EU, CH, 451km X-Haraka-ASN: 24951 X-Haraka-GeoIP-Received: 217.71.83.52:CH X-Haraka-ASN: 24951 217.71.80.0/20 X-Haraka-ASN-CYMRU: asn=24951 net=217.71.80.0/20 country=CH assignor=ripencc date=2003-08-07 X-Haraka-FCrDNS: 217-071-083-052.ip-tech.ch X-Haraka-p0f: os="Mac OS X " link_type="DSL" distance=16 total_conn=3 shared_ip=N X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on spamassassin X-Spam-Level: X-Spam-Status: No, score=-2.2 required=5.0 tests=ALL_TRUSTED,BAYES_00, HTML_MESSAGE,SPF_HELO_NONE,SPF_SOFTFAIL,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.1 X-Haraka-Karma: score: 6, good: 18468, bad: 622, connections: 20845, history: 17846, asn_score: 205, asn_connections: 220, asn_good: 206, asn_bad: 1, pass:asn, relaying X-Rspamd-Queue-Id: 4GH52T4kB5z4c95 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-Spam: Yes X-ThisMailContainsUnwantedMimeParts: Y --Apple-Mail=_F1452AF7-55AC-4E30-B71B-82B2FF94E9C6 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii > Am 03.07.2021 um 04:56 schrieb Michael Proto : > > So recently I ran freebsd-update on my 13.0-RELEASE hosts and received and > applied updates for 13.0-RELEASEp3, although I've yet to see a security or > advisory announcement, nor anything on the errata page. Am I missing > something? Last I checked I was subscribed and I did get notifications for > 13.0-RELEASEp2. This one, I assume: https://www.freebsd.org/security/advisories/FreeBSD-EN-21:22.linux_futex.asc --Apple-Mail=_F1452AF7-55AC-4E30-B71B-82B2FF94E9C6--