Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:122469 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 EA6EA1ACEBF for ; Thu, 22 Feb 2024 18:45:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1708627549; bh=tLavA6b6J6TGCnv12cRJIVwVzVUsnHLFo0Bw9RQFaxA=; h=Date:From:Subject:To:References:In-Reply-To:From; b=Ua13nHEjHycPlV+7fOVozKN/D1cqmcWC8HbPVSe6IIxgtJsL3urj1ySwnpV91ddGE laj/Lnxv9JrRD75oaDqBqdw5I2ZGOL40E42TR5IuOm+qJ4u8hYe3g2VKZgGAe3hqSk qGuDvovtrQxCqCKkrEDoG1cOZ41y7cy9/2FYynwoYdvbKsutUheJmV+31K2vmrgORm MrFDu+6A6QtezSXn7hyLui+VzmC0Fq+N4TrfUU8Uyu+pR0JyFDVGoxqNbE/ZmllGFl dnezcwWZfwsD4fPXnJbb6NgqDG/shkdMgKQy+P8Gmg701ZpG5Qo13dZ2dm6lWi68h6 8WwQ8QcI1MJUg== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 96D4618007F for ; Thu, 22 Feb 2024 18:45:48 +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=0.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_NONE, SPF_PASS,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 chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Thu, 22 Feb 2024 10:45:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1708627542; bh=3EFqCSrF02W8A8yr6U4UKCKkH9W0dcl8UqRN9wEbDhc=; h=Message-ID:Date:MIME-Version:From:Subject:To:References: In-Reply-To:Content-Type:from:to:cc:subject:message-id; b=R0l8zOI4pMGA0Ls0A/hxEBMmFdZlms82pgDkMUFVNOU5cSTSjb+hY0hOOuwFaJhba PCsQKIdNydRauPdELht31EN6NMULbVyzf9PhCDpZAsUXmq+f+DHCyZ9Ohng6Xq3ZL7 Uu8iXgrXp5LFXl7hcIARgLtcxBU78VANncR9V+AbL13qXXHdMhsQFuua2qECy+GLc2 l9T2BT8WBKjIXI1yV8MIbx925/hJn0KbC1LaSIxhlwqTZI/MJflBKag612zhEU/9nA bLLbfpaKJP4c0I1cUpBfJa/h1inhbmkL0oFriFAXZgNFA/3nQpRxuC7piRyEmQEuqQ llHb+8Jnv9dtQ== Message-ID: <5a47419d-3d0f-4e29-84da-8d2b7dc986e1@bastelstu.be> Date: Thu, 22 Feb 2024 19:45:41 +0100 Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net MIME-Version: 1.0 Subject: Re: [PHP-DEV] What's up with emails? To: internals@lists.php.net References: Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit From: timwolla@bastelstu.be (=?UTF-8?Q?Tim_D=C3=BCsterhus?=) Hi On 2/22/24 16:29, Alain D D Williams wrote: > • SPF for lists.php.net is "v=spf1 a mx a:osu1php.osuosl.org. ip4:45.112.84.5 ip6:2a02:cb43:8000::1102" > Change to "v=spf1 a mx -all" > > •• If you make the MX change that I suggest then the > following are redundant: ip4:45.112.84.5 ip6:2a02:cb43:8000::1102 I disagree with that. An MX is the receiver for inbound mail. It does not follow that emails are sent out via the MX. Removing the explicit listing of the IP addresses will just cause accidents in the future, if the MX no longer happens to also send email. If anything the 'a' within the SPF record could be removed, because that's the HTTP box on DigitalOcean. Best regards Tim Düsterhus