"Dave" <dave.meh...@gmail.com> writes: > Hello, > I'm running postfix 2.5.9 on CentOS 5.3. I'm also running > amavisd-new 2.6.4. I'm wanting to implement dkim. > [...] > # signing domain selector private key options # ------------- -------- > ---------------------- ---------- > dkim_key('example.com', 'selector', '/var/db/dkim/example.com.key', > v=>'dkim1', a=>'rsa-sha1,rsa-sha256', c=>'"simple/simple", d=>'example.com', > h=>'sha256', s=>'selector'); > > Do i have everything right/all included or did i miss something?
As far as i know, amavisd-new use Mail::DKIM module written in Perl for DKIM signing/verifying. So i suggest that you would use firstly "relaxed" for the Canonicalization Algorithm instead of the others. The "relaxed" equal to "relaxed/simple", you know. If i'm wrong, give me any adivce. Sincerely, -- "Do you want to meet him?" "Not now." -- Michael Corleone and Kay Adams, "Chapter 1", page 41