傳入的 DKIM 驗證檢查正常但不拒絕

傳入的 DKIM 驗證檢查正常但不拒絕

我在 CentOS 7 作業系統上為我的郵件伺服器(postfix)配置了 SPF、DMARC 和 DKIM。外發郵件正在正常簽署。所有電子郵件檢查網站都說我的東西很安全並且運作良好,但我使用的一個網站故意發送各種類型的欺騙電子郵件來測試傳入過濾器的所有部分,而我的伺服器似乎無法通過特定的DKIM 部分。

使用網站:https://emailspooftest.com 郵件 5 正在通過(它不應該),這對應於“嚴格 DKIM 對齊”

後綴日誌:

postfix/smtpd[3311]: connect from p3nlsmtp13.shr.prod.phx3.secureserver.net[72.167.234.238]
postfix/smtpd[3311]: Anonymous TLS connection established from p3nlsmtp13.shr.prod.phx3.secureserver.net[72.167.234.238]: TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)
policyd-spf[3338]: None; identity=helo; client-ip=72.167.234.238; helo=p3nlsmtp13.shr.prod.phx3.secureserver.net; [email protected]; receiver=hello@*****.com
policyd-spf[3338]: None; identity=mailfrom; client-ip=72.167.234.238; helo=p3nlsmtp13.shr.prod.phx3.secureserver.net; [email protected]; receiver=hello@*****.com
postfix/smtpd[3311]: 9A347EBA: client=p3nlsmtp13.shr.prod.phx3.secureserver.net[72.167.234.238]
postfix/cleanup[3987]: 9A347EBA: message-id=<>
opendkim[1189]: 9A347EBA: p3nlsmtp13.shr.prod.phx3.secureserver.net [72.167.234.238] not internal
opendkim[1189]: 9A347EBA: not authenticated
opendkim[1189]: 9A347EBA: no signature data
postfix/qmgr[32482]: 9A347EBA: from=<[email protected]>, size=1867, nrcpt=1 (queue active)
postfix/pipe[3992]: 9A347EBA: to=<hello@*****.com>, relay=dovecot, delay=0.63, delays=0.54/0.01/0/0.08, dsn=2.0.0, status=sent (delivered via dovecot service)
postfix/qmgr[32482]: 9A347EBA: removed

這些行適用於電子郵件 5。

我的 DKIM 設定不會拒絕此類電子郵件。我怎樣才能解決這個問題?

ps 我沒有安裝Amavis。我這台伺服器上的記憶體不多,而且我聽說它使用了很多記憶體。

相關內容