[EMAIL PROTECTED] wrote: > Ok, after i figured out why simscan didn't run ripmime (as usual > permissions) i tested domainkayes and it doesn't work. > > Now the real question is, i did it properly ? > > I followed the libdomainkeys website instructions but the messages do not > get signed. > > Besides this anything else is working without probles except the > libdomainkeys makefile for which Bill presented a patch allready.
I haven't tested signing on my production system, but incoming verification works for me from the yahoo test account: DomainKey-Status: good DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s512; d=yahoo.com; b=dgLz4uWcRnL5h7vJWnd2ONjkqbBZhq0w1tIKVHysTjctE5LGiIClIMEfdyWWWO/1DJ049gt4u25ZGas8vc9bow==; I'll test signing later when I have some time to set it up. In my run file for this smtpd instance, I have: export QMAILQUEUE="/var/qmail/bin/qmail-dk" export DKQUEUE="/var/qmail/bin/simscan" export DKVERIFY="DEGIJKfh" This means that qmail-dk is run first, then hands the message off to simscan. Regards, Bill