
mbhangui at gmail
Mar 21, 2009, 3:55 AM
Post #1 of 1
(784 views)
Permalink
|
|
qmail-dkim - Add DKIM Signature for netqmail V 1.2
|
|
I have put a new version of my patch for netqmail-1.06 which provides qmail-dk, qmail-dkim, dkimtest There are two changes 1) I have added Richard Lyons patch to qmail-dk which allows which headers to be included. However the patch was very broken for headers that span multiple lines. A fix has been added to allow for headers that span multiple lines. 2) qmail-dkim now returns DKIM_NO_SIGNATURES when there is no DKIM-Signature in the mail. My earlier patch returned DKIM-STATUS = "failed". The patch also includes executable dkimtest which can be used for testing DKIM-Signature e.g. % (cat /tmp/test.msg | /var/qmail/bin/dkimtest -z 1 -b 1 -y private -s /etc/domainkeys/private; cat /tmp/test.msg) | /var/qmail/bin/dkimtest -v The patch is available at http://downloads.sourceforge.net/indimail/dkim-netqmail-1.06.patch-1.1.gz -- Regards Manvendra - http://www.indimail.org
|