E-mail do meu novo vps está marcado como spam

1

Eu obtive um novo vps de x10vps (x10hosting) e configurei o domínio via cloudflare.

É assim que o email se parece:

Delivered-To: [email protected]
Received: by 10.64.19.240 with SMTP id i16csp357708iee;
        Tue, 9 Oct 2012 01:29:48 -0700 (PDT)
Received: by 10.50.57.130 with SMTP id i2mr908846igq.56.1349771387599;
        Tue, 09 Oct 2012 01:29:47 -0700 (PDT)
Return-Path: <[email protected]>
Received: from power.SOURCEAPE.COM ([198.91.90.116])
        by mx.google.com with ESMTPS id v8si25630942ica.46.2012.10.09.01.29.46
        (version=TLSv1/SSLv3 cipher=OTHER);
        Tue, 09 Oct 2012 01:29:47 -0700 (PDT)
Received-SPF: temperror (google.com: error in processing during lookup of [email protected]: DNS timeout) client-ip=198.91.90.116;
Authentication-Results: mx.google.com; spf=temperror (google.com: error in processing during lookup of [email protected]: DNS timeout) [email protected]
Received: from nk11p03mm-asmtp010.mac.com ([17.158.232.169]:54276)
    by power.SOURCEAPE.COM with esmtp (Exim 4.80)
    (envelope-from <[email protected]>)
    id 1TLVBD-0004Ig-1Y
    for [email protected]; Tue, 09 Oct 2012 12:28:43 +0400

Eu então tentei ativar o SPF e o DKIM e recebi a massagem

In order to ensure that SPF or DKIM takes effect, you must confirm that this server is an authoritative nameserver for chvw.de. If you need help, contact your hosting provider.

Status: Enabled Warning: cPanel is unable to verify that this server is an authoritative nameserver for chvw.de. [?]

e o cabeçalho do email tem esta aparência:

Delivered-To: [email protected]
Received: by 10.50.183.227 with SMTP id ep3csp14506igc;
        Tue, 9 Oct 2012 01:55:23 -0700 (PDT)
Received: by 10.50.40.133 with SMTP id x5mr992934igk.32.1349772923717;
        Tue, 09 Oct 2012 01:55:23 -0700 (PDT)
Return-Path: <[email protected]>
Received: from power.SOURCEAPE.COM ([198.91.90.116])
        by mx.google.com with ESMTPS id ng8si25688859icb.42.2012.10.09.01.55.23
        (version=TLSv1/SSLv3 cipher=OTHER);
        Tue, 09 Oct 2012 01:55:23 -0700 (PDT)
Received-SPF: temperror (google.com: error in processing during lookup of [email protected]: DNS timeout) client-ip=198.91.90.116;
Authentication-Results: mx.google.com; spf=temperror (google.com: error in processing during lookup of [email protected]: DNS timeout) [email protected]; dkim=neutral (bad format) [email protected]
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=chvw.de; s=default;
    h=Message-ID:Subject:To:From:Date:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=iugsx3Lx0KnqjR7dj3wyQHnJ9pe/z3ntYEVk80k8rx4=;
    b=IrYsCtHdoPubXVOvLqxd7sLE/TyQTS5P3OrEg5SSUSKnQQcQ/fWWyBrmsrgkFSsw6jCmmRWMDR09vH5bQRpFPMA57B7pf8QRKhwXOWFBV+GnVUqICsfRjnNPvhx/lNp5;
Received: from localhost ([127.0.0.1]:46539 helo=direct.chvw.de)
    by power.SOURCEAPE.COM with esmtpa (Exim 4.80)
    (envelope-from <[email protected]>)
    id 1TLVb0-0004dZ-Kd
    for [email protected]; Tue, 09 Oct 2012 12:55:22 +0400
    
por Chriswede 09.10.2012 / 10:59

3 respostas

1

Não consigo falar com o DKIM, mas parece que você não tem nenhum registro SPF:

[me@risby ~]$ dig txt chvw.de

; <<>> DiG 9.8.3-P3-RedHat-9.8.3-4.P3.fc16 <<>> txt chvw.de
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 64092
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;chvw.de.           IN  TXT

;; AUTHORITY SECTION:
chvw.de.        10631   IN  SOA bob.ns.cloudflare.com. dns.cloudflare.com. 2012092713 10000 2400 604800 3600

Então, quando você diz que ativou o SPF, o que exatamente você fez? Começar a trabalhar com registros SPF seria definitivamente um bom começo.

    
por 09.10.2012 / 11:13
0

A maioria dessas listagens não deve ser um problema com o Spamhaus agora. Se o usuário estava faltando registros TXT / SPF em seu arquivo de zona, eles devem adicionar os registros em suas configurações DNS CloudFlare (configurações-> configurações de DNS).

    
por 06.11.2012 / 01:14
-1

"and set up the domain via cloudflare".

esse pode ser o seu problema. Os ips A e NS de chvw.de estão na lista negra do spamhaus.

por 09.10.2012 / 17:48