Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
4answers
3k views

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 ...
8
votes
5answers
1k views

How to Domainkeys/DKIM email signing using the C# SMTP client?

I have written an program in C# which sends out emails. Now I have a requirement to sign outbound emails using Dominkeys/DKIM, but I'm not sure how to do it. I have set up all keys, but I don't know ...
3
votes
5answers
4k views

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, ...
3
votes
4answers
1k views

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 ...
2
votes
1answer
338 views

Differences between DomainKeys vs DKIM?

Please explain about differences between DomainKeys vs DKIM Thanks, Ramesh
2
votes
2answers
679 views

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?
1
vote
1answer
255 views

Django SMTP authentication best practices

I have a Django website and a postfix service running in the same Ubuntu Server 10.04 box. What type of authentication would you suggest me so that it'll be simple and secure? If I want my messages ...
1
vote
0answers
699 views

Domain Keys fail (bad sig) problem

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 ...
1
vote
2answers
1k views

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/ ...
0
votes
0answers
90 views

DKIM header in Outlook Add-in

I would like to verify a sender using DKIM (DomainKeys) signature in my Outlook add-in. I tried locating the DKIM header in the e-mail headers, and also in the _MailItem and the MAPI object ...
0
votes
0answers
18 views

DKIM & DK - reuse signature?

Is it ever possible for DKIM to reuse the DomainKeys signature? I've looked at the comparison between them, and have examined some headers, and it seems to me that it might be possible for the two to ...
0
votes
1answer
134 views

How to sign outgoing emails with DKIM private key

I generated DKIM for my domain and I received one public key and one private key. I updated my public key value in my DNS and now I have the private key leftover with me. How to use this private key? ...
0
votes
1answer
104 views

SPAM - Domainkeys fail in PHPMailer/Postfix

I have a problem with Domainkeys. I set them up using CPanel and when I use webmail (to: check-auth2@verifier.port25.com) all checks pass (SPF, DKIM, Domainkeys, SenderID). However, if I use ...