
mbhangui at gmail
Mar 29, 2009, 7:21 AM
Post #1 of 1
(739 views)
Permalink
|
|
Re: control files signaturedomains & nosignaturedomains for qmail-dkim
|
|
On Fri, 2009-03-27 at 23:05 +0530, Manvendra Bhangui wrote: > The code is experimental as of this date and I have not been able to > extensively > test it (especially verification). > > DKIM with ADSP is also available as a library libdkim-1.1 at > https://sourceforge.net/project/showfiles.php?group_id=230686&package_id=306202 > > libdkim-1.1 is a forked version of libdkim by ALT-N technology at > https://sourceforge.net/projects/libdkim/ > > comments and bugs for fixing welcome I finally got time today to do testing for dkim verification and found few bugs. Have fixed those and added two control files o signaturedomains o nosignaturedomains signaturedomains contains list of domains for which DKIM-Signature has to be present. If you are going to set DKIMVERIFY (have the letter S or s) to reject mails without DKIM-Signature, (e.g. paypal), you can have the paypal domain in signaturedomains control file. You can have list of all domains which are not yet signing with DKIM. For the time being you can have the wildcard entry '*' in the control file nosignaturedomains In case you don't want to treat no DKIM-Signature as an error, remove the letter 'S' or 's' from the DKIMVERIFY environment variable. The latest patch (V 1.4) can be downloaded at https://sourceforge.net/project/showfiles.php?group_id=230686&package_id=314675 -- Manvendra Bhangui <mbhangui [at] gmail> www.indimail.org
|