为了响应从我的Google Apps域帐户(位于offby1.net)发送的电子邮件,我已经开始收到Delivery Status Notification (Failure)消息:
Delivery to the following recipient failed permanently: **obfuscated**@gmail.com Technical details of permanent failure: Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 535 SMTP AUTH failed with the remote server. (state 8). ----- Original message ----- MIME-Version: 1.0 Received: by 10.231.15.68 with SMTP id j4mr4287274iba.184.1280629657624; Sat, 31 Jul 2010 19:27:37 -0700 (PDT) Received: by 10.231.145.136 with HTTP; Sat, 31 Jul 2010 19:27:37 -0700 (PDT) X-Originating-IP: [174.3.246.112] In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Date: Sat, 31 Jul 2010 20:27:37 -0600 Message-ID: <[email protected]> Subject: Re: favour From: Chris Rose <**alias**@gmail.com> To: ************* <**obfuscated**@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable No prob. Hope it all comes together. On Sat, Jul 31, 2010 at 11:23 AM, Victoria Bass <**obfuscated**@gmail.com> wrote: > hey chris- > thanks so much for registering my courses! i worked out the kinks so no > worries. i really appreciate it. > thanks again! > cheers!
我正在向各个ISP发送消息; 不只是Gmail。 唯一可能的问题是from:address是我的旧gmail帐户地址,该地址在offby1.net转发到我的应用程序帐户。
这是什么原因造成的? 我怎么能阻止它? 这已经持续了四天左右,而且发生过一次,但是我从来没有弄清楚为什么。
因为它可能承受这一点,我没有使用我自己的SMTP服务器,事实上,我正在使用我的桌面上的电子邮件客户端发送。 我正在使用Google Appsnetworking邮件客户端发送此消息,因此,如果存在SMTP服务器configuration问题,则无法控制 – 我知道这一点。
首先将SPFlogging添加到您的DNS区域
offby1.net. IN TXT "v=spf1 a mx include:aspmx.googlemail.com _spf.google.com ~all"
它基本上说,谷歌应用程序代表offby1.net发送电子邮件。
另外,将其添加到您的MXlogging(从一个简短的检查,似乎你没有所有的MXlogging)。
offby1.net. 14400 IN MX 10 ASPMX.L.GOOGLE.COM. offby1.net. 14400 IN MX 20 ALT1.ASPMX.L.GOOGLE.COM. offby1.net. 14400 IN MX 20 ALT2.ASPMX.L.GOOGLE.COM. offby1.net. 14400 IN MX 30 ASPMX2.GOOGLEMAIL.COM. offby1.net. 14400 IN MX 30 ASPMX3.GOOGLEMAIL.COM. offby1.net. 14400 IN MX 30 ASPMX4.GOOGLEMAIL.COM. offby1.net. 14400 IN MX 30 ASPMX5.GOOGLEMAIL.COM.
然后我会去searchRBL数据库,看看你的域名/ IP是否被列入黑名单。
快速检查显示您的域名已被列出: http : //www.mxtoolbox.com/SuperTool.aspx? action=blacklist% 3aoffby1.net
有可能你的IP是在那里列出的,因为这个IP不应该发送邮件(通常发生在某些ISP或托pipe公司的整个IP类别中,并且你需要在该RBL上发送一个请求来将该IP添加为一个授权的IP发送电子邮件)。
希望它有帮助。
我build议更改密码 – 如果您的帐户被黑客入侵(然后由Google标记为可能的垃圾邮件源),他们有时会popup您的外发电子邮件。 改变你的密码“应该”清除国旗 – 至less有一次我在我的一个账户上遇到这个问题。
也许您更改了Apps或GMail的密码,并且没有在您正在使用的其他configuration中更新此密码。
我build议你看看关于这个主题的Google支持论坛,以获得更多的可能性,但是看起来很苗条。
如果您的电子邮件是从非gmail服务器中继,那么您的gmail.com返回地址可能会失败SPFtypes(gmail.com似乎没有设置特定的SFPlogging)检查。
试试这个邮件服务器testing 。 它会告诉你的电子邮件可能会被反弹的可能原因。
你的offby1.net是不是被列入黑名单? 这可能是值得检查的。