邮件被 Gmail 标记为垃圾邮件 - 不知道为什么

邮件被 Gmail 标记为垃圾邮件 - 不知道为什么

我在小型办公室使用 DSL 商务连接。我刚刚安装了支持邮件的 Mac Mini Server,并尝试向 googlemmil 发送电子邮件,但这封邮件被标记为垃圾邮件。这是我的邮件的标题。

IP 是静态的,我设置了 PTR 和 SPF。

我还可以做些什么?

Delivered-To: [email protected]
Received: by 10.202.7.193 with SMTP id 184csp174199oih;
        Fri, 31 Oct 2014 03:42:56 -0700 (PDT)
X-Received: by 10.112.97.135 with SMTP id ea7mr25452495lbb.46.1414752175877;
        Fri, 31 Oct 2014 03:42:55 -0700 (PDT)
Return-Path: <[email protected]>
Received: from buero.meinedomain.de (buero.meinedomain.de. [80.147.xx.xxx])
        by mx.google.com with ESMTPS id ri5si15978175lbb.115.2014.10.31.03.42.55
        for <[email protected]>
        (version=TLSv1 cipher=RC4-SHA bits=128/128);
        Fri, 31 Oct 2014 03:42:55 -0700 (PDT)
Received-SPF: pass (google.com: domain of [email protected] designates 80.147.xx.xxx as permitted sender) client-ip=80.147.xx.xxx;
Authentication-Results: mx.google.com;
       spf=pass (google.com: domain of [email protected] designates 80.147.xx.xxx as permitted sender) [email protected]
Received: from localhost (localhost [127.0.0.1])
    by buero.meinedomain.de (Postfix) with ESMTP id C17275486E9
    for <[email protected]>; Fri, 31 Oct 2014 11:42:53 +0100 (CET)
X-Virus-Scanned: amavisd-new at meinedomain.de
Received: from buero.meinedomain.de ([127.0.0.1])
    by localhost (buero.meinedomain.de [127.0.0.1]) (amavisd-new, port 10024)
    with ESMTP id GUEFHVd811Ma for <[email protected]>;
    Fri, 31 Oct 2014 11:42:53 +0100 (CET)
Received: from [192.168.2.30] (unknown [192.168.2.30])
    by buero.meinedomain.de (Postfix) with ESMTPSA id 9DAF75486DB
    for <[email protected]>; Fri, 31 Oct 2014 11:42:53 +0100 (CET)
From: =?utf-8?Q?Mein_Name9Fler?= <[email protected]>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Subject: Eine Testemail
Message-Id: <[email protected]>
Date: Fri, 31 Oct 2014 11:42:52 +0100
To: [email protected]
Mime-Version: 1.0 (Mac OS X Mail 8.0 \(1990.1\))
X-Mailer: Apple Mail (2.1990.1)

Hallo,

dies ist eine Testemail. Bitte vergesse den Termin am Sonntag nicht.

Danke Dir!`

答案1

您需要在您的域中设置 spf,还需要设置 dkim

我认为谷歌帮助页面可以帮你解决这个问题

相关内容