我有一个来自hostgator的共享托pipe服务器,我在其中创build了一个电子邮件“[email protected]”。 然后我启用了DKIM和SPF(正如我在几个线程上读到的,应该启用SPF来确保受信任的SMTP服务器)。 我不知道如何configurationSPF(我曾经阅读过有关这方面的内容,但是却找不到任何地方)。
问题是,当我用我的“[email protected]”凭据login到任何邮件客户端(例如SquirrelMail)时,我能够收到邮件地址,但是当我尝试发送邮件到某个电子邮件地址(例如[email protected]),它会弹回以下消息。
=================================
This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: [email protected] This message from "support" <[email protected]> [[email protected]], Subject: test , with RefID: str=0001.0A150208.54EB188D.00DF,ss=4,sh,re=0.001,recu=0.000,reip=0.000,cl=4,cld=1,fgs=8 was rejected due to classification as CONFIRMED SPAM. ------ This is a copy of the message, including all the headers. ------ Return-path: <[email protected]> Received: from mailnull by md-in-20.webhostbox.net with sa-checked (Exim 4.84) (envelope-from <[email protected]>) id 1YPuQv-002m7L-O7 for [email protected]; Mon, 23 Feb 2015 14:56:29 +0000 Received: from localhost ([::1]:49427 helo=mydomain.com) by md-in-20.webhostbox.net with esmtpa (Exim 4.84) (envelope-from <[email protected]>) id 1YPuQv-002m7D-Hx for [email protected]; Mon, 23 Feb 2015 14:56:29 +0000 Received: from 223.176.159.62 ([223.176.159.62]) (SquirrelMail authenticated user [email protected]) by mydomain.com with HTTP; Mon, 23 Feb 2015 14:56:29 -0000 Message-ID: <[email protected]> Date: Mon, 23 Feb 2015 14:56:29 -0000 Subject: test From: "support" <[email protected]> To: [email protected] User-Agent: SquirrelMail/1.5.2 [SVN] MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Authenticated_sender: [email protected] X-OutGoing-Spam-Status: No, score=-1.0 X-Spam-Checker-Version: spamc_ctasd client on localost X-Spam-Level: ********** X-Spam-Flag: YES X-Spam-Status: Yes, score=100.0 required=50.0 tests=SpamClass_Confirmed, VirusClass_Unknown autolearn=disabled version=1.0.0 X-CTCH-PVer: 0000001 X-CTCH-Spam: Confirmed X-CTCH-VOD: Unknown X-CTCH-Flags: 8 X-CTCH-RefID: str=0001.0A150208.54EB188D.00DF,ss=4,sh,re=0.001,recu=0.000,reip=0.000,cl=4,cld=1,fgs=8 X-CTCH-Score: 0.001 X-CTCH-ScoreCust: 0.000 X-CTCH-Rules: C_4847, X-CTCH-SenderID: [email protected] X-CTCH-SenderID-Flags: 8192 X-CTCH-SenderID-TotalMessages: 2 X-CTCH-SenderID-TotalSpam: 0 X-CTCH-SenderID-TotalSuspected: 0 X-CTCH-SenderID-TotalConfirmed: 2 X-CTCH-SenderID-TotalBulk: 0 X-CTCH-SenderID-TotalVirus: 0 X-CTCH-SenderID-TotalRecipients: 0 this is a test mail
=================================
我在configurationDKIM或SPF时丢失了什么? 或者在configurationSPF之后还要等一段时间?
我正在与SPF第一次合作,所以我将非常有帮助,向我展示如何configuration这个SPF的事情。
谢谢 :)
我相信你的问题在这里是SPF。 当您拥有SPF时,您需要将您的托pipeIP指定为您域名的允许发件人。 你会从你的域名注册商这样做。 创build一个新的TXTlogging,将您的IP添加为允许的发件人。
TXT mydomain.com“v = spf1 ip4:192.168.0.x mx -all”
192.168.0.x被replace为您的托pipeIP。
请参阅http://www.openspf.org/SPF_Record_Syntax
顺便说一句,你的post可能是低估的(不是我),因为这个答案很可能已经被回答了,因为大多数垃圾邮件相关的问题。
更新:由于我不能添加评论(我没有50的声望),我很高兴你解决了(感谢upvote)。 也许电子邮件被认为是可疑的原因是您的IP不是域的“可信任的发件人”。 如果不直接标记某些提供商的电子邮件,通常会增加垃圾邮件评级。 只是一个想法,以防这种情况再次发生。 在将IP添加为可信发件人之前,您的电子邮件的某些收件人也可能会将其标记为垃圾邮件。 祝你好运!
我联系了我的托pipe服务提供商以帮助我解决问题。 对于那些寻求类似问题的答案,我build议联系他们的托pipe服务提供商。 在我的情况下,这是从hostgator(我的托pipe服务提供商)的答复。
“由于Commtouch的邮件模式被Commtouch认为是可疑的,邮件被封锁了,我们已经把你的邮件模式列入了白名单,并且可能需要一个小时才能把域名从黑名单中解除封锁,请在一小时后检查你的邮件服务。 “
我不知道他们在说什么,因为我不是服务器的人,但我解决了我的问题。 🙂