From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-lf1-f49.google.com ([209.85.167.49]) by ewsd; Mon Jul 20 04:11:56 EDT 2020 Received: by mail-lf1-f49.google.com with SMTP id u12so9205520lff.2 for <9front@9front.org>; Mon, 20 Jul 2020 01:11:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=86Rv8xdfAnqim7DTNcQiSC2uXt6VP7ZfB6jr8R6RaLw=; b=HeA6sqdo62PQP6uxIfYrpxHE8mCrrnsjTaU07u33r++q08G2TqlgZaWZMlPKA2F2zF XwctMEn8SpMZgADMzYUV2FjVLE1m01wn8z0OWdwiBXGbEHatW1nSCCHXLkgHReWIWhrl 3nE72ZxrKom3shkBQpT2rgPh0O/tzZNJ5LiR6hvc+k5r+GVQud9zS56HMmhHfT2HLZlX iweXKL4y8aRNR4W78j298LK/gaOIwpz5P2z5RXdS7k8MEJD4ZW5VfkPmmu1RL82ww5i+ r18tOMOqTjrbZQXIofg3s2OENh3dj1jJ9NfgVineLawB2W066Vlk39aAMhZubqNqYhPJ TScQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=86Rv8xdfAnqim7DTNcQiSC2uXt6VP7ZfB6jr8R6RaLw=; b=IECfE3yi3J56yFoRfgx4PXQIr1kiLRY4DY9mRqABFOE/cNg5OQvyTuS9NljQwrBAfn LUCisNST+n0Wfb4sAHLP5Aopjcl7LmgyiicJCl8k9lwgfp7kVte71QBJh4UGjkj3+MwF /GL63Yqy5qwPJSQ9+Le7iyAVUpNWBnQoq/KMrmTt5VYJPE37g2Zgw5rsj095YiIDvFFw YCJby2yQmMxOSf7v2PsWf5YeKvi0vvkAd/I1xbc4QZUAoj6a4kI6q9Fu25nGK3TRuZvr XBMaEiH0vyaRV7jerl58/8pu9RFlLeYDoS9ixmVmpVgMK4nAX/r6XXxs24lhU2vr6giv jGsQ== X-Gm-Message-State: AOAM531ICOVu956T4GAjTaS6m1gSG/VemeFa5ho/FTZ8j4WrejVlwJlq 9WAYVKwdC4qoWwyW464PRs6NaVv2qhxmG8X7DCInMQ== X-Google-Smtp-Source: ABdhPJw6jY227vuYt/ZWbXsq1Xd5Ox3ReyZvGPQvV3YGZU/YUm+UZ8Y2DIKD638qnfXpeXS15NpFLc5Hub42vixNmhY= X-Received: by 2002:a05:6512:3190:: with SMTP id i16mr10786831lfe.184.1595232710316; Mon, 20 Jul 2020 01:11:50 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:ac2:514c:0:0:0:0:0 with HTTP; Mon, 20 Jul 2020 01:11:49 -0700 (PDT) In-Reply-To: References: From: Joel Fridolin Meyer Date: Mon, 20 Jul 2020 10:11:49 +0200 Message-ID: Subject: Re: [9front] upas and gmail To: 9front@9front.org Content-Type: text/plain; charset="UTF-8" List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: private package Hey, You can just do: echo 'x509 sha256=thelonghash' >>/sys/lib/tls/smtp Or use my patch I sent yesterday, which ignores unrecognized hashes. I think the fqa mentions that, too. sirjofri 2020-07-20 8:56 GMT+02:00, William Gunnells : > does this work or am i shooting in the dark > > cat /sys/log/smtp > cirno jul 19 23:38:40 cert for smtp.gmail.com not recognized: > sha256=the_long_hash > > The instructions said something sha1. When I write the line to > /mnt/factotum/ctl I used sha256 > > >