Gmail에서 스팸으로 감지된 접미사 이메일

Gmail에서 스팸으로 감지된 접미사 이메일

이에 대한 몇 가지 게시물이 있다는 것을 알고 있으며 한동안 해당 게시물을 읽었지만 여전히 문제를 해결할 수 없습니다.

postfix를 사용하여 ISPconfig를 실행 중인데 보내는 이메일이 Gmail 및 outlook.com에서 스팸으로 표시되는 이유를 알 수 없습니다.

  • 역방향 DNS는 괜찮습니다
  • SPF DKIM 및 DMARC를 설정했습니다(Gmail 이메일 헤더를 보면 통과라고 표시되고 Outlook도 마찬가지입니다).
  • 난 블랙리스트에 올라있지 않아
  • Mxtoolbox 검사는 정상입니다(동일한 네트워크의 SOA 만료 값 및 이름 서버와 관련된 너무 많은 경고만 반환함).
  • HELO가 적절한 이름을 반환하고 있습니다.
  • 이메일/일반 텍스트 등에서 다른 콘텐츠를 시도했습니다.
  • localhost 대신 올바른 호스트 이름을 표시하도록 헤더를 변경했습니다.
  • 다른 IP를 사용하려고 했는데요
  • 대량 이메일을 보내는 데 서버를 사용하지 않습니다.

메일을 보냈을 때의 결과는 다음과 같습니다.[이메일 보호됨].

==========================================================
Summary of Results
==========================================================
SPF check:          pass
DomainKeys check:   neutral
DKIM check:         pass
Sender-ID check:    pass
SpamAssassin check: ham

Gmail로 보낸 이메일의 내용은 다음과 같습니다.

Delivered-To: [email protected]
Received: by 10.37.115.87 with SMTP id o84csp2701146ybc;
        Wed, 14 Oct 2015 02:24:12 -0700 (PDT)
X-Received: by 10.180.23.231 with SMTP id p7mr27203112wif.30.1444814652908;
        Wed, 14 Oct 2015 02:24:12 -0700 (PDT)
Return-Path: <[email protected]>
Received: from xxx.xxx.fr (xxx.xxx.fr. [xxx.xxx.xxx.xxx])
        by mx.google.com with ESMTPS id ao6si9344594wjc.158.2015.10.14.02.24.12
        for <[email protected]>
        (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
        Wed, 14 Oct 2015 02:24:12 -0700 (PDT)
Received-SPF: pass (google.com: domain of [email protected] designates xxx.xxx.xxx.xxx as permitted sender) client-ip=xxx.xxx.xxx.xxx;
Authentication-Results: mx.google.com;
       spf=pass (google.com: domain of [email protected] designates xxx.xxx.xxx.xxx as permitted sender) [email protected];
       dkim=pass [email protected];
       dmarc=pass (p=QUARANTINE dis=NONE) header.from=xxx.fr
Received: from mail.xxx.fr (mail.xxx.fr [127.0.0.1])
    by mail.xxx.fr (Postfix) with ESMTP id 761538392E
    for <[email protected]>; Wed, 14 Oct 2015 11:24:12 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xxx.fr; h=
    user-agent:message-id:from:from:date:date
    :content-transfer-encoding:content-type:content-type
    :mime-version:subject:subject; s=default; t=1444814652; x=
    1446629053; bh=ZRVRT3UM6A3vr5Bjs0V90xDPq6+kbcb9HUlVjWHZ8Vc=; b=Y
    pcDBU5OXZZsskSavKUNkbU8+TApXPx98+fJCXc4/5UkEXuLa7fNT/8HWidm0m8y2
    chyd8e03x3u7keKwLXdKQz4SOoo1baIdB55DwY0tNebusGegoxnARAoVk1RoqO1E
    e4FlvW5FkG4CNlPrFDEa0FKvURIDy+5g/dpS89k6UY=
X-Virus-Scanned: Debian amavisd-new at mail.xxx.fr
Received: by mail.xxx.fr (Postfix, from userid 33)
    id 525068392A; Wed, 14 Oct 2015 11:24:12 +0200 (CEST)
To: <[email protected]>
Subject: Envoi depuis webmail
X-PHP-Originating-Script: 0:main.inc
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8;
 format=flowed
Content-Transfer-Encoding: 7bit
Date: Wed, 14 Oct 2015 11:24:12 +0200
From: Damien Lxxxxxxx <[email protected]>
Message-ID: <[email protected]>
X-Sender: [email protected]
User-Agent: Roundcube Webmail/0.7.2

Bonjour,

Merci de me recontacter.

내 설정에 어떤 문제가 있는지 아시나요?

감사합니다.

답변1

며칠간의 연구 끝에 나는 그것을 작동시킬 수 있었습니다.

내 서버에 다른 IP 장애 조치(다른 IP 범위)를 추가했는데 이제 작동합니다.

Google에는 자체 블랙리스트가 있고 내 IP의 이전 소유자가 스팸을 보낸 것 같습니다. 그들이 콘텐츠 관련이라고 말할 때 그것은 사실이 아닙니다. 왜냐하면 제가 잘못된 SPF와 잘못된 역방향으로 정확히 동일한 이메일을 보내고 있고 그것이 통과되어 완전히 IP와 관련되어 있기 때문입니다.

관련 정보