For the technically minded, a technical summary will be at the bottom of this article.
Here’s how to setup your DKIM:
1. Open a ticket with Salesnexus support.
Have your domain name ready. They will take your domain name and generate a DKIM for you. This process may take up to 24-48 hours OR you may proceed to # 2.
2. DKIM
Generate a DKIM
- Go to Settings
- Click 'Email' button
- Click 'Setup DKIM'
- Enter Domain Name
- Click 'Generate DKIM'
Once your DKIM is generated you will be provided with a value similar to this.
default._domainkey IN TXT "k=rsa;
p=some long random looking text"
In your DNS hosting service, you will need to add a txt record on default._domainkey.yourdomain.com
If you are using Cpanel, it will look like this.
If you are using route53 on AWS, it will look like this.
If you need help setting this up, you may want to contact support for your hosting provider.
3. SPF
There will likely be a txt record under your domain (not any subdomain). It may or may not include an spf record. Look for something like this: "v=spf1 mx include:spfva.snxssend.com include:spfvb.snxssend.com ~all"
If you have an existing record, you will need to add "include:spfva.snxssend.com include:spfvb.snxssend.com" before the "all" to that entry.
if you do not have a record, you can use the following example record.
"v=spf1 mx include:spfva.snxssend.com include:spfvb.snxssend.com ~all"
4. Return Domain
This part allows us to catch and deal with bounced emails.
Add a CNAME record to the return.yourdomain.com. You will need to use the value "return.snxssend.com"
5. Verify
Making these changes may require waiting a few hours for the changes to become live. You can use this tool to check if your dns is setup correctly.
6. Contact Support
When you have made the changes, reply to the Salesnexus support ticket. We will verify the changes were made correctly and will finish activation.
Technical details:
DKIM:
Name: TXT in default._domainkey.yourdomain.com
Value: You will need to contact Salesnexus support to get the DKIM value.
SPF:
Name: TXT in yourdomain.com
Value: "v=spf1 mx include:spfva.snxssend.com include:spfvb.snxssend.com ~all"
Return:
Name: CNAME in return.yourdomain.com
Value: "return.snxssend.com"
Comments
0 comments
Please sign in to leave a comment.