dkim Questions
2
Solved
Is there a library or a way to do this without an external library? I am using apache james as my mail server and currently send email like this:
public void sendMessage(String to, String subject,...
Kirstinkirstyn asked 12/12, 2012 at 5:1
4
Solved
Amazon's SES mail service requires DKIM authentication. One step of authentication is to add a CNAME record to your domain's DNS.
Unfortunately the CNAME record has an underscore. My regist...
2
Solved
Currents i am using phpmailer to send mail's. now how its possible to send email in phpmailer with DKIM keys
i search in phpmailer Class file and i found the below code
/**
* DKIM selector.
*...
2
Solved
I was having a problem with gmail/hotmail filtering emails from my server as spam. The Spam Assassin score is quite low so I know that my IP isn't on any blacklists or such which means it is the fi...
1
Solved
We recently implemented a DMARC record for our domain:
"v=DMARC1; p=quarantine; pct=100; rua=mailto:[email protected]"
(quarantine 100% of non-authenticated emails and send aggregate report ...
Pillory asked 22/10, 2015 at 18:48
1
I have a scenario with 3rd party vendors… Our company has a lot of 3rd party mail services. I have set up the dmarc with p – none and SPF records were updated with known sending servers.
Could you...
3
I am using DKIM.NET (https://github.com/dmcgiv/DKIM.Net) to sign a MailMessage before sending it to a recipient. The problem i am facing is that the component above signs MailMessage's Body (mailMe...
1
Solved
We uses both Mailgun and Google App engine mail services to send transaction emails from our products. Both needs DKIM and SPF text record in the DNS server. Is it possible to set multiple DKIM and...
Northrup asked 28/7, 2014 at 10:15
2
Solved
I'm using DKIM for JavaMail to sign outgoing mail with DKIM.
My private DKIM key is generated with opendkim-genkey -s default -d example.com and looks like this:
-----BEGIN RSA PRIVATE KEY-----
A...
Pock asked 17/5, 2014 at 9:51
1
Solved
I am trying to set up a DKIM record on Amazon's Route 53. I just choose to add TXT record with name like this: mandrill._domainkey.domain.com
and the value is:
"v=DKIM1; k=rsa;
p=MIGfMA0GCSqGSIb3...
Froze asked 26/1, 2014 at 12:58
4
I have a mail server working well with SPF, DKIM and reverse DNS configured. I can send e-mails to Outlook.com using something like:
echo "This is only a test" | mail [email protected]
The ...
6
Solved
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 rout...
Pennell asked 28/4, 2009 at 14:58
0
When sending emails from Amazon SES, gmail shows "sent via amazonses.com". How do I remove this?
According to Google,
I'm a sender and I don't want my recipients to see the "via" link. Wha...
Teratology asked 3/1, 2013 at 16:9
4
Solved
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...
Ustkamenogorsk asked 9/5, 2010 at 23:43
2
This code relates to DKIM signature verification used in anti-spam efforts.
I have a byte[] from s1024._domainkey.yahoo.com that is ASN.1 encoded, but I don't know if that alone contains enough in...
Shipment asked 29/6, 2012 at 21:16
2
Solved
I'm writing a Nodejs app that needs to be able to send email. So far, I've used Postfix in conjunction with a Nodejs module called Nodemailer to send my email through Amazon SES.
Postfix has been ...
Kaylil asked 25/3, 2012 at 3:18
2
Solved
I'm writing an application that allows users to send email to dynamically-created mailing lists. For example, a user can send an email to [email protected] (the site is a league management sit...
Leucopoiesis asked 16/6, 2011 at 21:21
1
Solved
Please explain about differences between DomainKeys vs DKIM
Bosh asked 7/4, 2011 at 11:13
2
Solved
I'm trying to sign emails with DKIM using PHPMailer Class and i can't get it to work.
When i see the headers in my emails on gmail, i find that the class is successfully injecting DKIM in the emai...
2
Solved
I have setup DKIM in my google apps for mail signing, when sending mails through GMail interface it signs the mail but when I send a mail through my webserver using SMTP (from CodeIgniter) it doesn...
3
Solved
I'll admit I'm not very adept at key verification. What I have is a script that downloads messages from a POP3 server, and I'm attempting to verify the DKIM signatures in PHP. I've already figured ...
1
Solved
I need to add DKIM to a Postfix installation. I've found two implementations that work with Postfix. OpenDKIM, and dkim-milter dkim-milter. The former claims to be a fork of the latter.
Open...
Ciborium asked 24/6, 2010 at 21:4
1
Solved
I have setup a postfix mail receiving server.
On this I am using DKIM milter to verify incoming mail DKIM signatures.
From some email clients I am getting the following 'bad signature data...
Feinberg asked 7/6, 2010 at 6:32
© 2022 - 2024 — McMap. All rights reserved.