編輯

編輯

我收到通知,有些客戶沒有收到他們的電子郵件,所有客戶都使用 hotmail 帳戶,當我查看日誌時,我得到了這部分

Sep 25 07:52:51 s22090 named[25045]: client 127.0.0.1#44056: query (cache) 'hotmail.com/MX/IN' denied
Sep 25 07:52:51 ...#56174: query (cache) 'mx2.hotmail.com/A/IN' denied
Sep 25 07:52:51 ...#59417: query (cache) 'mx2.hotmail.com/AAAA/IN' denied
Sep 25 07:52:51 ...#54682: query (cache) 'mx1.hotmail.com/A/IN' denied
Sep 25 07:52:51 ...#60299: query (cache) 'mx1.hotmail.com/AAAA/IN' denied
Sep 25 07:52:51 ...#54353: query (cache) 'mx4.hotmail.com/A/IN' denied
Sep 25 07:52:51 ...#55171: query (cache) 'mx4.hotmail.com/AAAA/IN' denied
Sep 25 07:52:51 ...#55501: query (cache) 'mx3.hotmail.com/A/IN' denied
Sep 25 07:52:51 ...#33547: query (cache) 'mx3.hotmail.com/AAAA/IN' denied
Sep 28 06:39:52 ...#52626: query (cache) 'd7ddfeb7120a9845bbb8f56e789c4f.pamx1.hotmail.com/A/IN' denied
Sep 28 06:39:52 ...#44450: query (cache) 'd7ddfeb7120a9845bbb8f56e789c4f.pamx1.hotmail.com/AAAA/IN' denied

我無法真正理解為什麼它會阻止/拒絕,任何人都可以提供幫助嗎?

編輯

Return-Path:    <[email protected]>
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on s22090.vps.name-servers.gr
X-Spam-Level:   **
X-Spam-Status:  No, score=2.4 required=5.0 tests=HTML_IMAGE_ONLY_20, HTML_MESSAGE,HTML_MIME_NO_HTML_TAG,MIME_HTML_ONLY,NO_RELAYS autolearn=no version=3.3.1
X-Original-To:  [email protected]
Delivered-To:   [email protected]
Received:   by s22090.vps.name-servers.gr (Postfix, from userid 507) id 3BDC9192511F; Wed, 7 Oct 2015 14:35:57 -0400 (EDT)
To: [email protected]
Subject:    xxxxx
X-PHP-Originating-Script:   507:class.phpmailer.php
Date:   Wed, 7 Oct 2015 14:35:57 -0400
From:   "Spedeus.com" <[email protected]>
Message-ID: <[email protected]>
X-Priority: 3
X-Mailer:   PHPMailer 5.2.1 (http://code.google.com/a/apache-extras.org/p/phpmailer/)
MIME-Version:   1.0
Content-Transfer-Encoding:  8bit
Content-Type:   text/html; charset="UTF-8"

DNS 記錄

mail    A - IPv4 Address    185.25.22.90
spedeus.com MX - Mail Server    5 mail.spedeus.com.
spedeus.com SPF - Sender Permitted From v=spf1 a mx a:spedeus.com ip4:185.25.22.90 ?all

編輯2

Oct  8 05:33:24 s22090 postfix/pickup[13686]: 9AD7619265B0: uid=0 from=<[email protected]>
Oct  8 05:33:24 s22090 postfix/cleanup[15659]: 9AD7619265B0: message-id=<[email protected]>
Oct  8 05:33:24 s22090 postfix/qmgr[13687]: 9AD7619265B0: from=<[email protected]>, size=602, nrcpt=1 (queue active)
Oct  8 05:33:26 s22090 postfix/smtp[15661]: 9AD7619265B0: to=<[email protected]>, relay=mx4.hotmail.com[65.55.37.104]:25, delay=2.1, delays=0.12/0.01/0.64/1.3, dsn=2.0.0, status=sent (250  <[email protected]> Queued mail for delivery)
Oct  8 05:33:26 s22090 postfix/qmgr[13687]: 9AD7619265B0: removed

正如我所看到的,它在排隊等待交付後從隊列中刪除。

答案1

也許您需要在電子郵件退出網路的網域上擁有/檢查反向 DNS 項目。標題是什麼樣子的?傳送到 Gmail 有效嗎?


有些人建議設定德基姆。如果可用的話,我建議(而不是試圖破解你的配置來愚弄標頭)看看你是否可以使用relay從該伺服器發送電子郵件,即網路上某處的指定郵件伺服器,例如 Exchange。在這種情況下(看起來你正在使用 postfix)/etc/postfix/main.cf新增一行relayhost = 10.x.x.xIP 為中繼伺服器 IP

相關內容