設定 SPF 以使用 Gmail 傳送電子郵件

設定 SPF 以使用 Gmail 傳送電子郵件

(免責聲明:我完全不擅長成為系統管理員)我正在使用 Gmail 為某個網域發送電子郵件。域名是partyboatcharters.com.au(我希望我可以在這裡放置域名)。 Gmail 配置為這樣傳送電子郵件。發送至的電子郵件將由 MXsales@partyboatcharters直接轉送至。[email protected]

MX 是 s412.syd5.hostingplatform.net.au(只有一個 MX)。

我可以很好地發送電子郵件。但是,有時(但只是有時)電子郵件無法發送,並顯示此錯誤訊息(由寄件者收到):

[email protected]
host gmail-smpt-in.l.google.com [4004:6800:4003:c00::1a]
SMTP error from remote email server after end of data:

550-5.6.26 This message does not pass authentication checks [SPF and DKIM both[
550-5.6.26 SFP checl for [partyboatcharters.com.au] does not pass
550-5.6.26 with IP> [2400:b800:6::52] 

我找到了這個文檔:

https://support.google.com/googlecloud/answer/10756302?hl=en

其中寫道:

**Problem**
I need to set up SPF on my domain to send emails with Gmail, not receive.

**Environment**
MX (mail exchange) entry is set to `v=spf1 a mx -all` with domain host
Set up a Sender Policy Framework (SPF) record to send emails with Gmail interface

**Solution**
Sign in to the management console for your domain host.
Locate the page where you update TXT records for your domain.
Create a custom TXT record for SPF: It should look like this: v=spf1 [IP ADDRESS] include:_spf.google.com include:[DOMAIN] ~all

我嘗試將此文字條目新增至 DNS:

TXT @ v=spf1 [43.250.142.8] include:_spf.google.com include:[partyboatcharters.com.au] ~all

43.250.142.8MX 伺服器的 IP 位址也是如此...)但是,我不知道真的知道我在這裡做什麼。這篇文章似乎涵蓋了傳送另一個網域的 Gmail 電子郵件...未收到。

另一篇文章:

https://support.google.com/a/answer/10685031

似乎暗示 SPF 應該是:

v=spf1 include:_spf.google.com ~all

但我沒有使用 Google Workspaces(我知道,我知道,我應該...)。我只是 1) 轉發來自[email protected]TO 的電子郵件[email protected]2) 配置 Gmail,以便它從 發送電子郵件[email protected]

那麼,SPF值應該是多少呢? DKIM 怎麼樣?

相關內容