[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.8

Stuck on a DKIM Issue

Asked by Thomanji in SendMail Email Server, Red Hat Linux, Spam Assassin, Email Software, Email Servers

Tags: DKIM, Sendmail, Linux, SPF, DomainKeys, dkim=neutral, no-key

Hi,

I an effort to setup a good mail service I have implemented DKIM in addition to spf.
All  seemed to work fine but I have some issues with the signature and hope that maybe someone has the same issue and resolved it.
I did make lots of research and several people did indicate they had the issue but for some reason there is no definitive answer that assists me to resolve this on my system.
I run Linux RHEL 5 64bit - Sendmail - DKIM-filter

If I send a email to google it indicates "dkim=neutral (no key) header.i=@dmni.com" I tried hard but I do not understand this. I do have a private and public key and all should be there.
I do start the filter with:

dkim-filter -l -p inet:8891@localhost -b sv -c simple -d dmni.com -k /var/db/domainkeys/mail.key.pem -s mail -R -u dkim

the key folder and file us assigned to the user dkim
The dns has the entry:

mail._domainkey.dmni.com.  300  IN  TXT  v=DKIM1; g=*; k=rsa; p=MHww ... AB

Here is what google says and see below this the test at check-auth@verifier.port25.com

Delivered-To: thomanji@gmail.com
Received: by 10.220.92.139 with SMTP id r11cs61468vcm;
        Fri, 3 Jul 2009 23:43:23 -0700 (PDT)
Received: by 10.90.101.7 with SMTP id y7mr775242agb.5.1246689803600;
        Fri, 03 Jul 2009 23:43:23 -0700 (PDT)
Return-Path: <thomas@dmni.com>
Received: from app2.dmni.com (app2.dmni.com [174.143.94.154])
        by mx.google.com with ESMTP id 5si10643557gxk.91.2009.07.03.23.43.22;
        Fri, 03 Jul 2009 23:43:22 -0700 (PDT)
Received-SPF: pass (google.com: domain of thomas@dmni.com designates 174.143.94.154 as permitted sender) client-ip=174.143.94.154;
Authentication-Results: mx.google.com; spf=pass (google.com: domain of thomas@dmni.com designates 174.143.94.154 as permitted sender) smtp.mail=thomas@dmni.com; dkim=neutral (no key) header.i=@dmni.com
Received: from [127.0.0.1] ([120.138.81.35])
      (authenticated bits=0)
      by app2.dmni.com (8.13.8/8.13.8) with ESMTP id n646hTG4028468
      for <thomanji@gmail.com>; Sat, 4 Jul 2009 02:43:31 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=dmni.com; s=mail;
      t=1246689812; bh=VYvGzrJLAW0zN632OqvdJBG0N7/3BUpw9XazPKuv+wE=;
      h=Message-ID:Date:From:Reply-To:MIME-Version:To:Subject:
       Content-Type:Content-Transfer-Encoding;
      b=oidJm99ubX8ljlG2e+Sla9IP5X3ziSpIYC03irrtyd2SRL0K2gbkgYaiFPSUr3fUq
       SRuzSUl+Y98RpeRFQYwM2iEu7NkhbO+v2b3WLebaLNpNigbx+8SCydR0o41iUVW
Message-ID: <4A4EFA05.9020904@dmni.com>
Date: Sat, 04 Jul 2009 14:43:17 +0800
From: Thomas Bernthaler <thomas@dmni.com>
Reply-To: thomas@dmni.com
Organization: DMNI
User-Agent: Thunderbird 2.0.0.22 (Windows/20090605)
MIME-Version: 1.0
To: thomanji@gmail.com
Subject: test new
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit


check-auth@verifier.port25.com test:

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

==========================================================
Details:
==========================================================

HELO hostname:  app2.dmni.com
Source IP:      174.143.94.154
mail-from:      thomas@dmni.com

----------------------------------------------------------
SPF check details:
----------------------------------------------------------
Result:         pass
ID(s) verified: smtp.mail=thomas@dmni.com
DNS record(s):
    dmni.com. 300 IN TXT "v=spf1 ip4:174.143.94.154 a:n2b.bullet.mail.aue.yahoo.com a:n1b.bullet.mail.aue.yahoo.com a:smtp1.tnz.mail.vip.aue.yahoo.com a:send.tnz.yahoo.com -all"

----------------------------------------------------------
DomainKeys check details:
----------------------------------------------------------
Result:         neutral (message not signed)
ID(s) verified: header.From=thomas@dmni.com
DNS record(s):

----------------------------------------------------------
DKIM check details:
----------------------------------------------------------
Result:         pass (matches From: thomas@dmni.com)
ID(s) verified: header.d=dmni.com
Canonicalized Headers:
    Message-ID:'20'<4A5171B8.7080102@dmni.com>'0D''0A'
    Date:'20'Mon,'20'06'20'Jul'20'2009'20'11:38:32'20'+0800'0D''0A'
    From:'20'Thomas'20'Bernthaler'20'<thomas@dmni.com>'0D''0A'
    Reply-To:'20'thomas@dmni.com'0D''0A'
    MIME-Version:'20'1.0'0D''0A'
    To:'20'check-auth@verifier.port25.com'0D''0A'
    Subject:'20'test'0D''0A'
    Content-Type:'20'text/plain;'20'charset=ISO-8859-1;'20'format=flowed'0D''0A'
    Content-Transfer-Encoding:'20'7bit'0D''0A'
    DKIM-Signature:'20'v=1;'20'a=rsa-sha256;'20'c=simple/simple;'20'd=dmni.com;'20's=mail;'0D''0A'
    '09't=1246851522;'20'bh=eia2az/UdYM0rrrQdlzT2J7mtRFp+U90A+31+SxljOA=;'0D''0A'
    '09'h=Message-ID:Date:From:Reply-To:MIME-Version:To:Subject:'0D''0A'
    '09''20'Content-Type:Content-Transfer-Encoding;'0D''0A'
    '09'b=

Canonicalized Body:
    This'20'is'20'a'20'DKIM'20'test'0D''0A'
   

DNS record(s):
    mail._domainkey.dmni.com. 300 IN TXT "v=DKIM1; g=*; k=rsa; p=MHwwDQYJKoZIhvcNAQEBBQADawAwaAJhALhSt5fje4cHHR2f6r61Hx8uup/qbnJo MGIYnvXiH1moNDtBt2QaW/uDtoRfzQgKG9X9Kv3ZnuSeHwvWMW17UgpK3uHk/OrB 9AM/+YSfzjL3dj2no7iR+JBpx7wQ0R17kwIDAQAB"

NOTE: DKIM checking has been performed based on the latest DKIM specs
(RFC 4871 or draft-ietf-dkim-base-10) and verification may fail for
older versions.  If you are using Port25's PowerMTA, you need to use
version 3.2r11 or later to get a compatible version of DKIM.

----------------------------------------------------------
Sender-ID check details:
----------------------------------------------------------
Result:         pass
ID(s) verified: header.From=thomas@dmni.com
DNS record(s):
    dmni.com. 300 IN TXT "v=spf1 ip4:174.143.94.154 -all"




Did anyone actually resolve this and can let me know what i do wrong. I am on this much to long and have reached the end of my ideas what else to do to get this done.

Thank you all for the assistance.

Best wishes,
Thom
[+][-]07/07/09 08:46 PM, ID: 24800405Administrative Comment

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 30-day free trial to view this Administrative Comment or ask the Experts your question.

 
[+][-]07/07/09 08:46 PM, ID: 24800407Administrative Comment

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 30-day free trial to view this Administrative Comment or ask the Experts your question.

 
[+][-]07/07/09 09:21 PM, ID: 24800535Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/09/09 01:30 PM, ID: 24818006Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/09/09 10:11 PM, ID: 24820445Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/10/09 11:09 AM, ID: 24825874Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/13/09 11:36 PM, ID: 24846738Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zones: SendMail Email Server, Red Hat Linux, Spam Assassin, Email Software, Email Servers
Tags: DKIM, Sendmail, Linux, SPF, DomainKeys, dkim=neutral, no-key
Sign Up Now!
Solution Provided By: Thomanji
Participating Experts: 1
Solution Grade: A
 
 
Loading Advertisement...
20091111-EE-VQP-89 - Hierarchy / EE_QW_4_20070622