Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:122466 X-Original-To: internals@lists.php.net Delivered-To: internals@lists.php.net Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5]) by qa.php.net (Postfix) with ESMTPS id C8F051ACEBF for ; Thu, 22 Feb 2024 16:49:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1708620559; bh=XG8YGe/7lwmUAopdzcWzXY5+kZIkXRs6DJFLeS1w/1g=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=RGxxhVEtwl7sZtKn682jBroyRQ/QbKY7i7xno5p5EzvYzXzJNfSJhwAdh1KpdvXTJ TWu/cYI3SMyXN0JKNAzsMPlcioMzfiZt5775smvIAApl2p99vS4d+3SLEb6z4jlqsL dMI+aYXXXIT1z6W+pAhMQpbv+tqpxjZdEOBNx2pigBtYBSLndZMA+Jye2AgXnLvysz hXxM0wqMnSW0ZmKIQvgbNeRY9HwbjFOrPdDxU1o8uJVUmWcTCQeKY3iiPuGIX7KpZb XkVXjepVoCNWoSrkx5irzomIkOQV7hLE8BR6nn0YMw0J6/9vTNKU5cliflUPNNkhnU ILR9UyqgoZMsg== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 47E3A1806F7 for ; Thu, 22 Feb 2024 16:49:18 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on php-smtp4.php.net X-Spam-Level: *** X-Spam-Status: No, score=3.8 required=5.0 tests=BAYES_50,DMARC_MISSING, SPF_HELO_PASS,SPF_SOFTFAIL,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: Error (Cannot connect to unix socket '/var/run/clamav/clamd.ctl': connect: Connection refused) X-Envelope-From: Received: from xdebug.org (xdebug.org [82.113.146.227]) by php-smtp4.php.net (Postfix) with ESMTP for ; Thu, 22 Feb 2024 08:49:16 -0800 (PST) Received: by xdebug.org (Postfix, from userid 1000) id BDF4910C540; Thu, 22 Feb 2024 16:49:10 +0000 (GMT) Received: from localhost (localhost [127.0.0.1]) by xdebug.org (Postfix) with ESMTP id B85CB10C53F; Thu, 22 Feb 2024 16:49:10 +0000 (GMT) Date: Thu, 22 Feb 2024 16:49:10 +0000 (GMT) To: mjec cc: internals Subject: Re: [PHP-DEV] What's up with emails? In-Reply-To: <3ff26bc5-0f55-4518-a30f-60809e857ed8@betaapp.fastmail.com> Message-ID: <93ed96cb-2c29-773d-4dfd-34dea88fdd0f@php.net> References: <3ff26bc5-0f55-4518-a30f-60809e857ed8@betaapp.fastmail.com> Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed From: derick@php.net (Derick Rethans) On Thu, 22 Feb 2024, mjec wrote: > On Thu, 2024-02-22 at 10:29 -05:00, Alain D D Williams wrote: >> On Thu, Feb 22, 2024 at 09:05:22AM -0500, Derick Rethans wrote: >> >>> Gmail is rejecting emails after we moved the servers without telling >>> us why, in enough detail to do anything about it. >> >> I run other mail lists and have had similar problems with gmail >> recently. > > Gmail explicitly tightened their requirements for senders this month, > so while it's likely the server change is related, it may not be the > entire cause. > > Specifically, they require: > > - valid spf, with specific rules for quarantining email that has @gmail.com From but doesn't pass spf > - valid dkim > - dmarc configured if the server sends more than 5k emails to Gmail We should have all of that though? > > They also equivocally indicate a requirement for ARC and a List-Id header. We have a List-Id header, but I've not even heard of ARC. It is on our list to investigate though. Our SMTP logs definitely don't say anything about this though. > This is all at https://support.google.com/a/answer/81126. > > I think ARC is a must; without it we'll never get to passing dkim at > least, even if we rewrite from so spf passes. But SPF is now passing? The postmaster tools show this: Date DKIM success rate SPF success rate DMARC success rate 15 Feb 2024 100.0% 100.0% 0.0% 16 Feb 2024 100.0% 100.0% 0.0% 17 Feb 2024 100.0% 100.0% 0.0% 18 Feb 2024 100.0% 100.0% 0.0% 19 Feb 2024 100.0% 100.0% 100.0% 20 Feb 2024 100.0% 100.0% 100.0% > I'm happy to pitch in to help getting this configured if that's > helpful, though I'm also very conscious that too many cooks is often a > greater harm than good when it comes to administration. But reach out > if you think I can be helpful. We could definitely use some people that now email delivery. cheers, Derick