2017-04-12 99 views
0

我一直在試圖用DKIM設置我的hmailserver。DKIM hmailserver和NameCheap設置

我按照本指南 - >https://www.hmailserver.com/forum/viewtopic.php?t=29402

我開了我的鑰匙與這個網站 - >https://www.port25.com/dkim-wizard/

域名:linnabary.us

域關鍵字選擇:DKIM

關鍵大小:1024

我創建了一個pem文件;

-----BEGIN RSA PRIVATE KEY----- 
<key> 
-----END RSA PRIVATE KEY----- 

救了它並加載它變成hmailserver

當我設置了上NameCheap我選擇TXT記錄,設置我的主機@,並把在這行,當然要去掉的關鍵;

v=DKIM1; k=rsa; p=<KEY> 

現在,當我與測試 - >http://www.isnotspam.com

它說我DKIM主要內容如下;

---------------------------------------------------------- 
DKIM check details: 
---------------------------------------------------------- 

Result: invalid 
ID(s) verified: [email protected] 
Selector= 
domain= 
DomainKeys DNS Record=._domainkey. 

我想知道我是否在記錄中發現任何明顯的錯誤。

編輯;

該電子郵件包含以下行;

dkim-signature: v=1; a=rsa-sha256; d=linnabary.us; s=dkim; 

這就是NameCheap上設置的樣子;

enter image description here

這裏是從下一個測試電子郵件;

This message is an automatic response from isNOTspam's authentication verifier service. The service allows email senders to perform a simple check of various sender authentication mechanisms. It is provided free of charge, in the hope that it is useful to the email community. While it is not officially supported, we welcome any feedback you may have at . 

Thank you for using isNOTspam. 

The isNOTspam team 

========================================================== 
Summary of Results 
========================================================== 

SPF Check : pass 
Sender-ID Check : pass 
DKIM Check : invalid 
SpamAssassin Check : ham (non-spam) 
========================================================== 
Details: 
========================================================== 

HELO hostname: [69.61.241.46] 
Source IP: 69.61.241.46 
mail-from: [email protected] 
Anonymous To: [email protected] 
--------------------------------------------------------- 
SPF check details: 
---------------------------------------------------------- 

Result: pass 
ID(s) verified: [email protected] 
DNS record(s): 
linnabary.us. 1799 IN TXT "v=spf1 a mx ip4:69.61.241.46 ~all" 


---------------------------------------------------------- 
Sender-ID check details: 
---------------------------------------------------------- 

Result: pass 

ID(s) verified: [email protected] 
DNS record(s): 
linnabary.us. 1799 IN TXT "v=spf1 a mx ip4:69.61.241.46 ~all" 


---------------------------------------------------------- 
DKIM check details: 
---------------------------------------------------------- 

Result: invalid 
ID(s) verified: [email protected] 
Selector= 
domain= 
DomainKeys DNS Record=._domainkey. 

---------------------------------------------------------- 
SpamAssassin check details: 
---------------------------------------------------------- 
SpamAssassin 3.4.1 (2015-04-28) 

Result: ham (non-spam) (04.6points, 10.0 required) 

pts rule name description 
---- ---------------------- ------------------------------- 


* 3.5 BAYES_99 BODY: Bayes spam probability is 99 to 100% 
* [score: 1.0000] 
* -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 
* -0.0 SPF_PASS SPF: sender matches SPF record 
* 0.2 BAYES_999 BODY: Bayes spam probability is 99.9 to 100% 
* [score: 1.0000] 
* 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily 
* valid 
* 0.8 RDNS_NONE Delivered to internal network by a host with no rDNS 
* 0.0 T_DKIM_INVALID DKIM-Signature header exists but is not valid 
X-Spam-Status: Yes, hits=4.6 required=-20.0 tests=BAYES_99,BAYES_999, 
DKIM_SIGNED,RDNS_NONE,SPF_HELO_PASS,SPF_PASS,T_DKIM_INVALID autolearn=no 
autolearn_force=no version=3.4.0 
X-Spam-Score: 4.6 

To learn more about the terms used in the SpamAssassin report, please search 
here: http://wiki.apache.org/spamassassin/ 

========================================================== 
Explanation of the possible results (adapted from 
draft-kucherawy-sender-auth-header-04.txt): 
========================================================== 

"pass" 
the message passed the authentication test. 

"fail" 
the message failed the authentication test. 

"softfail" 
the message failed the authentication test, and the authentication 
method has either an explicit or implicit policy which doesn't require 
successful authentication of all messages from that domain. 

"neutral" 
the authentication method completed without errors, but was unable 
to reach either a positive or a negative result about the message. 

"temperror" 
a temporary (recoverable) error occurred attempting to authenticate 
the sender; either the process couldn't be completed locally, or 
there was a temporary failure retrieving data required for the 
authentication. A later retry may produce a more final result. 

"permerror" 
a permanent (unrecoverable) error occurred attempting to 
authenticate the sender; either the process couldn't be completed 
locally, or there was a permanent failure retrieving data required 
for the authentication. 


========================================================== 
Original Email 
========================================================== 

From [email protected] Wed Apr 12 17:41:22 2017 
Return-path: <[email protected]> 
X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on isnotspam.com 
X-Spam-Flag: YES 
X-Spam-Level: **** 
X-Spam-Report: 
* 3.5 BAYES_99 BODY: Bayes spam probability is 99 to 100% 
* [score: 1.0000] 
* -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 
* -0.0 SPF_PASS SPF: sender matches SPF record 
* 0.2 BAYES_999 BODY: Bayes spam probability is 99.9 to 100% 
* [score: 1.0000] 
* 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily 
* valid 
* 0.8 RDNS_NONE Delivered to internal network by a host with no rDNS 
* 0.0 T_DKIM_INVALID DKIM-Signature header exists but is not valid 
X-Spam-Status: Yes, hits=4.6 required=-20.0 tests=BAYES_99,BAYES_999, 
DKIM_SIGNED,RDNS_NONE,SPF_HELO_PASS,SPF_PASS,T_DKIM_INVALID autolearn=no 
autolearn_force=no version=3.4.0 
Envelope-to: [email protected] 
Delivery-date: Wed, 12 Apr 2017 17:41:22 +0000 
Received: from [69.61.241.46] (helo=linnabary.us) 
by localhost.localdomain with esmtp (Exim 4.84_2) 
(envelope-from <[email protected]>) 
id 1cyMGg-0007x2-1Q 
for [email protected]; Wed, 12 Apr 2017 17:41:22 +0000 
dkim-signature: v=1; a=rsa-sha256; d=linnabary.us; s=dkim; 
c=relaxed/relaxed; q=dns/txt; h=From:Subject:Date:Message-ID:To:MIME-Version:Content-Type:Content-Transfer-Encoding; 
bh=Ns4aRUgWUtil4fiVnvitgeV+q1K/smEYtRGN497S5Ew=; 
b=Nc2Kzrzas0QqMpWM4fnF5o5wLWlWYFxlGlAipe+85H9cwGgc4hvEKUj1UvgB6I2VHUbJ0OGN/sJO9tjWgwlGypaUuW7Q8x/iI0UtC6cn7X6ZLHT+K6A2A6MdoyR1NF4xxvqPadcmcQwnrY0Tth4ycydpQMlBCZS30sc1qUjUrN0= 
Received: from [192.168.1.12] (Aurora [192.168.1.12]) 
by linnabary.us with ESMTPA 
; Wed, 12 Apr 2017 13:41:28 -0400 
To: [email protected] 
From: Admin <[email protected]> 
Subject: Welcome to Linnabary 
Message-ID: <[email protected]> 
Date: Wed, 12 Apr 2017 13:41:28 -0400 
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 
Thunderbird/45.8.0 
MIME-Version: 1.0 
Content-Type: text/plain; charset=utf-8; format=flowed 
Content-Transfer-Encoding: 7bit 
X-DKIM-Status: invalid (pubkey_unavailable) 
I honestly have no idea what I should put in here in order to protect 
myself from filters, so I'm just making it up as I go. 

- Tad 
+0

我看不到'dkim._domainkey.linnabary.us'的TXT記錄。測試電子郵件的簽名如何顯示?它是否包含正確的域('d = linnabary.us')和選擇器('s = dkim')?另外,**不要使用在線工具來生成密鑰**!使用'openssl'或類似的東西在你的機器上生成它們。您鏈接的站點在POST請求的響應中向您發送公鑰/私鑰對。即使他們說他們沒有保存它,也沒有辦法檢查他們是否真的沒有,所以當你得到鑰匙時應該被視爲妥協。 – mata

回答

1

您的TXT條目主機值應該只是dkim._domainkey。目前,您的域名密鑰位於:dkim._domainkey.linnabary.us.linnabary.us,因此您不應在此處添加域名。

這就是爲什麼對測試電子郵件的回覆顯示爲X-DKIM-Status: invalid (pubkey_unavailable) - 公鑰無法找到的原因。

+0

這是問題所在。現在一切正常。 – Kayot