domainkeys

How to implement DomainKeys?

Can any one gave me requirements/step-by-step procedures on how am I suppose to create DomainKeys for my mail server so that our email can pass through on Yahoo!'s mail server without being marked as spam or bulk mail? I think implementing DomainKeys is one of the requirements of Yahoo! Mail to not have email marked as spam. Our mail s...

DomainKeys Sendmail DNS

What steps do I have to take to configure my sendmail server to implement domainkeys properly? Also what do I have to do on the DNS end? ...

Sendmail milter domainkeys

I am configuring sendmail on an ubuntu box with sendmail. I followed the instructions on this blog (the blog actually explains how to do it in a good way that I can understand): http://stefferson.wordpress.com/2008/10/07/install-yahoo-domainkeys-and-google-spfdebian-ubuntu/ Do I really need this part?: apt-get install openldap-utils I...

Domain Keys, DKIM and Sendmail

When I am using DomainKeys and DKIM together on a linux system, do I run both of them on the same port? DomainKeys: /usr/bin/dk-filter -l -p inet:8891@localhost -d example.com -s /var/db/ domainkeys/default.key.pem -S default DKIM: /usr/bin/dkim-filter -l -p inet:8891@localhost -c simple -d example.com -k /var/db/dkim/mail.key.pem -s m...

How to call a Perl script from Python, piping input to it?

I'm hacking some support for DomainKeys and DKIM into an open source email marketing program, which uses a python script to send the actual emails via SMTP. I decided to go the quick and dirty route, and just write a perl script that accepts an email message from STDIN, signs it, then returns it signed. What I would like to do, is from ...

Domain Keys fail (bad sig) problem

Hi, We are using PHP Zend framework to send the mail. When we sent mail to yahoo, Yahoo headers says that Domain Keys fails (bad sig). We have set up the DKIM, DomainKeys in our server. We configured our server in outlook and sent the mail to yahoo via outlook, at this time yahoo headers says that domainkeys=pass (ok);. Why yahoo trea...

how do i domainkey/DKIM signing using c#smtp client?

i have email program written in c# which sends out emails. now i have a requirement to sign outbound email using dominkey/DKIM. but i am not sure how do i do it. i have all key setup,but dont know how to get those and include in email header. ...

Setting up DomainKeys/DKIM in a PHP-based SMTP client

It looks like there are some great libraries out there to do DomainKeys signing of emails on C#/.NET, but I'm having a really hard time finding the same kind of support for PHP. Maybe I'm not looking in the right place? The only one I found is http://php-dkim.sourceforge.net/; it looks incredibly hacky and supports PHP4 only. Consideri...