Smtp
如何解決“您的 IP 的正向 DNS 查找(域名到 IP 地址)應與您伺服器中設置的 HELO 值匹配。”問題
我的 IP 被列入垃圾郵件黑名單
這是他們發給我的資訊,但我不知道如何解決它
我的域 ip 是:198.245.73.82
我確實正確設置了 DKIM 和 SPF,它們正在工作(用 gmail 測試)
我以 noreply@monstermmorpg.com 發送電子郵件
我的伺服器是windows server 2019
我使用 windows server 2019 的預設 SMTP
請幫助我進行以下要求的必要更改
我需要做什麼?向我的 DNS 記錄添加一些值?
Thank you for contacting Spamhaus CSS Removals, Please use https://translate.google.com if needed. 198.245.73.82 is making SMTP connections which indicate that it is misconfigured. Please correct the mail server's HELO 'WIN-4RM8VME8D58' and if needed, configure it with correct DNS (forward and reverse) and HELO/EHLO values. Corr cting an invalid HELO or a HELO/forward DNS lookup mismatch will stop the IP from being listed again. * The forward DNS lookup (domain name to IP address) of your IP should match the HELO value set in your server. * Forward and rDNS should resolve in public DNS for both the IP, and the HELO value. * The HELO must be a fully qualified domain name (FQDN): we recommend using "hostname.example.com", not just a domain like "example.com". The domain used should belong to your organisation. * HELO is a server setting, not DNS. Contact your hosting provider for assistance if needed. They can configure rDNS for you. You can test a server's HELO configuration by sending an email from it to "helocheck@abuseat.org". A bounce that contains the required information will be returned immediately. If all settings are correct, you have another problem, probably malware. Again, the HELO we are seeing is 'WIN-4RM8VME8D58'. The last detection was at 2021-06-15 20:55:00 (UTC). For information on misconfigured SMTP servers, please see this FAQ: https://www.spamhaus.org/faq/section/Hacked...%20Here's%20help#539 This listing is removed now. It will list again if it is redetected. Please configure proper rDNS and HELO values.
我做了以下更改。這裡 hotmail 的 header 收到的郵件
你能檢查一下標題,讓我知道它現在是否正確嗎
Received: from DM6NAM12HT043.eop-nam12.prod.protection.outlook.com (2603:10a6:800:e9::11) by VI1PR07MB4797.eurprd07.prod.outlook.com with HTTPS via VI1PR0302CA0001.EURPRD03.PROD.OUTLOOK.COM; Wed, 16 Jun 2021 10:00:33 +0000 Received: from DM6NAM12FT068.eop-nam12.prod.protection.outlook.com (2a01:111:e400:fc64::51) by DM6NAM12HT043.eop-nam12.prod.protection.outlook.com (2a01:111:e400:fc64::247) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.4219.9; Wed, 16 Jun 2021 10:00:32 +0000 Authentication-Results: spf=pass (sender IP is 198.245.73.82) smtp.mailfrom=monstermmorpg.com; hotmail.com; dkim=pass (signature was verified) header.d=monstermmorpg.com;hotmail.com; dmarc=bestguesspass action=none header.from=monstermmorpg.com;compauth=pass reason=109 Received-SPF: Pass (protection.outlook.com: domain of monstermmorpg.com designates 198.245.73.82 as permitted sender) receiver=protection.outlook.com; client-ip=198.245.73.82; helo=MonsterMMORPG.monstermmorpg.com; Received: from MonsterMMORPG.monstermmorpg.com (198.245.73.82) by DM6NAM12FT068.mail.protection.outlook.com (10.13.179.117) with Microsoft SMTP Server id 15.20.4219.9 via Frontend Transport; Wed, 16 Jun 2021 10:00:32 +0000 X-IncomingTopHeaderMarker: OriginalChecksum:7EC2942255E7B562A18F00A91C8EDE41C2C05D42B991EDBB11FBB94734F25177;UpperCasedChecksum:733286F73432122309A8EA0A023F757FF3B8AA96A3650CD0BABBEA10BF69753A;SizeAsReceived:1169;Count:12 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=s1024; d=monstermmorpg.com; h=mime-version:from:to:date:subject:content-type:message-id; bh=fh5czuzb+CJSsHcG3zK6WsmUxhq8a0ms7wtNB3dRhC4=; b=cJfB+TMKv7g6w2q5S5qrnf9ldR4RNXlPkAiVZh+J2i9/g3bopOKD+gxwWP+lVJ UNB+z90+MU5P1RBbu8s5rJkJVYYXOlQfm+3o5UMxTPm1s0c4lvyLq0YgJtqJ5S xEpXQ53R+K3o5zJt0YVVbtC5gJ7Mh1frFYgr9wLN2otflfU= Received: from MonsterMMORPG ([127.0.0.1]) by MonsterMMORPG.monstermmorpg.com with Microsoft SMTPSVC(10.0.17763.1697); Wed, 16 Jun 2021 10:00:32 +0000 From: "MonsterMMORPG" <noreply@monstermmorpg.com>
您需要在 SMTP 虛擬伺服器屬性頁面的傳遞選項卡的高級設置中設置 SMTP 虛擬伺服器屬性的 FQDN。這是您需要更改的內容,而不是實際電腦的電腦/主機名。
HELO 語句與機器的主機名相呼應。看起來您的 Windows 伺服器的主機名設置為“WIN-4RM8VME8D58” - 將其設置為您在 DNS 中的主機名應該會有所幫助。