Hello everybody. I´m new in this group :) Yesterday i found a DKIM Proxy at http://demo.a- sit.at/it_sicherheit/dkim_proxy/index.html It works with Exchange...
RFC4871 – Section 3.7 The signer/verifier MUST compute two hashes, one over the body of the message and one over the selected header fields of the message. ...
I'll comment on a few things that jumped out to me... You might also be interested in the dkim-dev list, which (theoretically) is more oriented toward...
Hi Jason; Thanks for your email. I am a bit unclear between the content of b= and bh=. Suppose I have the following code fragment (I think it will give me the...
Hi Jason; Thanks for your email. I am a bit unclear between the content of b= and bh=. Suppose I have the following code fragment (I think it will give me the...
Hello, I'm testing my dkim signing implementation and the following body causes my test to fail -- the perl dkim-filter package says that messages generated...
Hi, all -- I am starting to work with DKIM headers, and I would like decode some existing DKIM headers (e.g., from gmail). Can anyone point me to a standalone...
Thanks, Matt -- A big help! BTW, for anyone reading this, the release version of dkim-filter requires that a key be already generated for your system. If not, ...
... Hey Jim, Sorry to hear about your reflector shutting down! It was a great service and its sad that a few bad apples have to spoil it for everyone. Thanks...
Hello, I'm also sorry because I used this service. If I can help you to bring it back, or some ideas for passing abuse I'll be glad. Here is a good service to...
bummer. will you be updating <http://testing.dkim.org/> to indicate that the reflector is now disabled? d/ ... -- Dave Crocker Brandenburg InternetWorking ...
Yes, I updated http://testing.dkim.org/reflector.html at the time I turned off the reflector. I'm going to poll a couple of the other reflector operators to...
... Jim, Yeah, I missed that. Sorry. I think my confusion came from the top of: <http://testing.dkim.org/> ... which seemed like it must still be running. d/ ...
I notice that all signatures from Yahoo and Facebook are failing, and mostly succeeding for other domains, including Gmail and Paypal. Not that I care that...
... We're seeing valid signatures from Yahoo! and Facebook (actually facebookmail.com). ... What do you mean by "inverse results"? It sounds like the test...
... It's also worth noting that the Authentication-Results header added by Gmail, for a message sent from my Yahoo account to my Gmail account, said this: ...
Hii I am new here and i am looking for a solution for may DKIM related problem. I have qmail server runing and i have configured DKIM to sign all outgoing...
Did you define selector in qmail for the domain? Fatih From: dkim-testers@yahoogroups.com [mailto:dkim-testers@yahoogroups.com] On Behalf Of anil.aliyan Sent:...
Yes i have defined the selector in qmail. Acutally I am using qmailtoaster provided by qmailtoaster.org and i am using DKIM package provided by them. I can...
Try to set header method and body method to simple, signing algorithm to sha-256 Then check your ns servers, does it return the same domain name when you ping...
... That's your DKIM signature. It has s=dkim1 d=gnvfc.net Therefore, there should be a DNS (TXT) record at dkim1._domainkey.gnvfc.net There is not. That is...
... The above line defines a record at dkim1.gnvfc.net. You want it to be at dkim1._domainkey.gnvfc.net. So change the "dkim1" above to "dkim1._domainkey". ...