我configuration了hMailserver发送和接收电子邮件。 它工作正常,但所有的邮件发送到任何身份证去垃圾邮件。
为我的域名反向ptr是ponting我的静态IP。
mx-record指向mail.mydomain.com
mail.mydomain.com指向我的静态IP,但mydomain.com托pipe到不同的共享托pipe服务器。 这是电子邮件标题。
Delivered-To: [email protected] Received: by 10.14.29.11 with SMTP id h11cs175274eea; Sun, 30 Jan 2011 23:07:22 -0800 (PST) Received: by 10.142.231.17 with SMTP id d17mr5682675wfh.270.1296457641030; Sun, 30 Jan 2011 23:07:21 -0800 (PST) Return-Path: <[email protected]> Received: from mail.mymydomain.com ([xxx.xxx.163.233]) by mx.google.com with SMTP id w5si48162450wfd.1.2011.01.30.23.07.18; Sun, 30 Jan 2011 23:07:20 -0800 (PST) Received-SPF: neutral (google.com: xxx.xxx.163.233 is neither permitted nor denied by best guess record for domain of [email protected]) client-ip=xxx.xxx.163.233; Authentication-Results: mx.google.com; spf=neutral (google.com: xxx.xxx.163.233 is neither permitted nor denied by best guess record for domain of [email protected]) [email protected] Received: from developer230 ([192.20.1.230]) by mail.mydomain.com ; Mon, 31 Jan 2011 12:37:27 -0800 From: <[email protected]> To: <[email protected]>, <[email protected]> Subject: test
我想要的是?
弄清楚为什么我的电子邮件被定向到垃圾邮件文件夹? (我检查过我的IP没有列在垃圾邮件中。)
为什么原始头文件中的行收到:from developer230([192.20.1.230])
这个IP是我局域网的本地IP。 为什么hMailserver公开我的本地IP以及如何阻止它?
到1)没有看到邮件是不可能的。 与混淆的IP一样。 您的邮件可能含有垃圾邮件内容或源自垃圾邮件IP。 例如,From:和To:标题中缺less全名。 没有date:没有消息ID:只有两个东西。 更不用说丢失的Content-Type:和倍增的收件人。 所以我会把上面的邮件归类为垃圾邮件。 而且Google对此更加严格。
到2)这是默认情况下必需的。 这是RFC 2821第3.8.2章和RFC 2822第3.6.7章的要求。 你不能忽略它们。