Questions tagged [domainkeys]
44 questions
2
votes
1 answer
Yahoo marked my mail as spam and says domainkey fails
Yahoo is marking our mail as spam. We are using PHP Zend framework to send the mail.
Mail header says that Domain Key is failed.
Authentication-Results: mta160.mail.in.yahoo.com from=mydomain.com; domainkeys=fail (bad sig);
…
mGreet
2
votes
3 answers
Emails is marked as spam
Hi We have set up the DKIM in our mail server using sendmail and configured our DNS record also. Still our mails are marked as spam. Also when we sent the mail from outlook the domainkey authentication is pass whereas when the mail is sent from PHP…
Ravisankar
2
votes
1 answer
postfix opendkim DKIM-Signature and Domainkey-Signature
Running postfix on CentOS 6 as an edge relay for a while now, so all our outgoing mail is routed through one point with opendkim signing the mail. This works great. I was originally using dkim-filter/dkim-milter (I believe) but switched to opendkim…

batfastad
- 456
- 1
- 11
- 22
2
votes
1 answer
Exim DKIM Error: DKIM: signing failed (RC -101) no matter what private key I try
I have this problem with Exim. DKIM fails on signing outgoing mails.
This is the /var/log/exim4/mainlog output (Debian Squeeze):
2012-08-02 17:11:33 1Sx1k5-0004Tk-9D <= me@my_domain.com U=me P=local S=399
2012-08-02 17:11:33 1Sx1k5-0004Tk-9D DKIM:…

charlieindia
- 41
- 1
- 3
2
votes
1 answer
How to fix DKIM for mail on VPS hosting?
I have a hosted VPS that is fully managed by the hosting company. For weeks they cannot figure out how to get DKIM working for my emails, even though in cPanel's Email Authentication section says DKIM is enabled. However, testing this shows the DKIM…

TruMan1
- 435
- 2
- 9
- 18
2
votes
1 answer
Qmail in Plesk is suddenly unable to send any message
I have a weird problem on Plesk 8.6 (CentOS 5.7).
After a server restart, no mail gets delivered thru qmail. Neither to the local mailboxes nor to external addresses. All mail gets accepted, and no error message gets thrown, but the mails disappear.…

Attila Fulop
- 193
- 1
- 10
2
votes
2 answers
I installed DKIM and SPF. Do I need to install Domain Keys as well?
I have linux apache mysql and php server. My website uses the php mail() function and the server's postfix server to email other people.
I successfully installed SPF and DKIM on my server to reduce the likelihood of my website's email-outs from…

John
- 7,343
- 23
- 63
- 87
2
votes
1 answer
When sending emails through smtp do I need to setup DomainKeys and any kind of other email config?
When sending emails through gmails smtp (smtp.gmail.com) do I need to setup DomainKeys and any other kind of email config?

Daniel
- 3,791
- 7
- 33
- 34
1
vote
1 answer
Email Delivery to Gmail Breaks After Implementing DomainKey
I have a personal VPS that I use as a personal email and web server. Today I was diagnosing email, and I created a test account at Gmail. At first I was not implemented DomainKey and only SPF was available. I sent an email from my server, and it…

sazary
- 101
- 7
1
vote
1 answer
What is wrong in my DKIM setup? I'm getting all fails
I own a domain name
I have implemented SPF and DKIM to avoid my mails being junked. I have also upgraded to DMARC in monitor mode.
Since I received a few failure reports recently I wanted to investigate more. I have only one server sending outbound…

usr-local-ΕΨΗΕΛΩΝ
- 2,359
- 7
- 34
- 52
1
vote
1 answer
DKIM for Email Service Provider clients
How would you go about implementing DKIM signing in this scenario?
You have a service that allows customers to logon to your web application, create a newsletter, and send it to their subscribers using their domain name. (Like MailChimp, Constant…

Zach
- 11
- 1
1
vote
2 answers
would this header cause the email to be flagged as suspect?
Authentication-Results: [snip].mail.[snip].[snip].com
from=someDomain.com; domainkeys=neutral (no sig);
from=someDomain.com; dkim=neutral (no sig)
Received: from 127.0.0.1 (EHLO smtp1.someOtherDomain.net) (1.23.45.67)
by [snip ...]
Received:…

Tim
- 13
- 2
1
vote
2 answers
How do I make Yahoo recognise my DKIM keys as DomainKeys
My outbound email is working correctly with DKIM, and I"d like to thet the lock icon next for my yahoo recipients.
Since DKIM is the new DomainKeys, what can I do to enable what seems to be a DomainKeys only technology within the Yahoo web mail…

makerofthings7
- 8,911
- 34
- 121
- 197
1
vote
1 answer
signing multiple domains with dk-milter
How can I sign multiple domains using dk-milter so that each domain would have it's own different domainkeys signature.
I've already done this for DKIM using openDKIM…

Virgil Balibanu
- 141
- 1
- 7
1
vote
1 answer
How to get DKIM to authenticate?
I've got sednamil, dkim-milter both running on RHEL4.
DNS and config files look like:
TXT record:
mail._domainkey.MYDOMAIN.com IN TXT "v=DKIM1; g=*; k=rsa; t=y; p=....snip...TRM3w7CuYnQIDAQAB"
TXT record:
_adsp._domainkey.MYDOMAIN.com. IN TXT…

NinjaCat
- 576
- 1
- 9
- 21