From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 13107 invoked from network); 7 Feb 2021 16:55:35 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 7 Feb 2021 16:55:35 -0000 Received: from 5ess.inri.net ([107.191.111.177]) by 1ess; Sun Feb 7 11:53:47 -0500 2021 Received: from [127.0.0.1] ([104.59.85.219]) by 5ess; Sun Feb 7 11:53:47 -0500 2021 Date: Sun, 07 Feb 2021 11:53:45 -0500 From: Stanley Lieber To: 9front@9front.org In-Reply-To: <1B74CAEE535895AEA8BD0EFB600EF335@hog> References: <1B74CAEE535895AEA8BD0EFB600EF335@hog> Message-ID: <477917F0-25D1-481A-8CF7-F371554DF2E8@stanleylieber.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: extended app persistence-based configuration reduce/map hosting Subject: Re: [9front] transient dns errors cause smtp failure Reply-To: 9front@9front.org Precedence: bulk On February 7, 2021 8:56:39 AM EST, kvik@a-b=2Exyz wrote: >I think I found a reason for DNS failing on known good domains=2E > >/sys/src/cmd/ndb/dns=2Eh:156,157 > /* tune; was 60*1000; keep it short */ > Maxreqtm=3D 8*1000, /* max=2E ms to process a request */ > >So, 8 seconds is how much the resolver will bother with a request it >has been handed, before dropping it on the floor with little >explanation=2E > >It seems quite possible that this is too short a timeout on a machine >during a spam queue run, which predictably stresses the compute and >network resources=2E > >In turn, negative response caching might explain why a particular >unlucky domain would basically stop receiveing any mail for a while=2E > >I'm dying to know if bumping this limit would clear up the queue of >such DNS errors=2E > > i cranked Maxreqtm to 30*1000 and it's already making a huge difference cl= eaning out the queue=2E we'll see how it plays out=2E thanks! sl