Difference between revisions of "ProDon:Sending domain authentifications"
(→To configure your SPF) (Tag: Visual edit) |
|||
Line 21: | Line 21: | ||
**Electronic invoices (invoices by emails Proloc) | **Electronic invoices (invoices by emails Proloc) | ||
**Electronic RL-24 (RL-24 slips by emails Proloc) | **Electronic RL-24 (RL-24 slips by emails Proloc) | ||
− | == | + | ==IMAOD, IRN or CW only== |
{| class="wikitable" | {| class="wikitable" | ||
!Used services | !Used services | ||
!Configuration to be done | !Configuration to be done | ||
|- | |- | ||
− | | | + | |'''SPF''' |
|Add the <span style="color: rgb(0, 0, 255);">blue</span> section to your DNS SPF record to authenticate the domain from which you send your emails (the 'From' field in the email): | |Add the <span style="color: rgb(0, 0, 255);">blue</span> section to your DNS SPF record to authenticate the domain from which you send your emails (the 'From' field in the email): | ||
+ | |||
Client_domain TXT v=spf1 a mx ip4: <span style="color: rgb(0, 0, 255);">173.46.148.17</span> ~all | Client_domain TXT v=spf1 a mx ip4: <span style="color: rgb(0, 0, 255);">173.46.148.17</span> ~all | ||
|- | |- | ||
− | | | + | |'''DKIM''' |
− | |Add | + | |Add a CNAME record to the DNS for DKIM authentication. |
− | + | ||
+ | logilys._domainkey.client_domain CNAME | ||
+ | |||
+ | logilys._domainkey.logilys.com. | ||
|- | |- | ||
− | | | + | |'''DMARC''' |
− | |Add | + | |Add a TXT record to the DNS for DMARC authentication if it is not present. |
− | + | ||
+ | _dmarc.Domaine_du_client TXT "v=DMARC1; p=none;" | ||
|} | |} | ||
− | == | + | ==Mass email sending tools only== |
{| class="wikitable" | {| class="wikitable" | ||
!Used services | !Used services | ||
!Configuration to be done | !Configuration to be done | ||
|- | |- | ||
− | | | + | |'''SPF''' |
+ | |Add the <span style="color: rgb(0, 0, 255);">blue</span> section to your DNS SPF record to authenticate the domain from which you send your emails (the 'From' field in the email): | ||
+ | Client_domain TXT v=spf1 a mx <span style="color: rgb(0, 0, 255);">include:md02.com</span> ~all | ||
+ | |- | ||
+ | |'''DKIM''' | ||
|Add a CNAME record to the DNS for DKIM authentication. | |Add a CNAME record to the DNS for DKIM authentication. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
dkim._domainkey.client_domain CNAME | dkim._domainkey.client_domain CNAME | ||
dkim._domainkey.md02.com. | dkim._domainkey.md02.com. | ||
|- | |- | ||
− | |IMAOD, IRN or CW + Mass email sending tools | + | |'''DMARC''' |
+ | |Add a TXT record to the DNS for DMARC authentication if it is not present. | ||
+ | |||
+ | _dmarc.Domaine_du_client TXT "v=DMARC1; p=none;" | ||
+ | |} | ||
+ | |||
+ | == IMAOD, IRN or CW + Mass email sending tools == | ||
+ | {| class="wikitable" | ||
+ | !Used services | ||
+ | !Configuration to be done | ||
+ | |- | ||
+ | |'''SPF''' | ||
+ | |Add the <span style="color: rgb(0, 0, 255);">blue</span> section to your DNS SPF record to authenticate the domain from which you send your emails (the 'From' field in the email): | ||
+ | |||
+ | Client_domain TXT v=spf1 a mx <span style="color: rgb(0, 0, 255);">include:md02.com</span> ip4:<span style="color: rgb(0, 0, 255);">173.46.148.17</span> ~all | ||
+ | |- | ||
+ | |'''DKIM''' | ||
|Add two CNAME records to the DNS for DKIM authentication. | |Add two CNAME records to the DNS for DKIM authentication. | ||
+ | |||
dkim._domainkey.client_domain CNAME | dkim._domainkey.client_domain CNAME | ||
Line 64: | Line 85: | ||
logilys._domainkey.logilys.com. | logilys._domainkey.logilys.com. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
− | | | + | |'''DMARC''' |
|Add a TXT record to the DNS for DMARC authentication if it is not present. | |Add a TXT record to the DNS for DMARC authentication if it is not present. | ||
+ | |||
_dmarc.Domaine_du_client TXT "v=DMARC1; p=none;" | _dmarc.Domaine_du_client TXT "v=DMARC1; p=none;" | ||
|}To assist you in generating DMARC records, you can use the following platform for free: https://dmarcian.com/dmarc-record-wizard/ | |}To assist you in generating DMARC records, you can use the following platform for free: https://dmarcian.com/dmarc-record-wizard/ |
Revision as of 14:18, 6 May 2024
Contents
Sending domain authentifications
Due to changes in deliverability criteria by major players in the industry such as Google and Yahoo, emails automatically sent by our services may no longer reach their recipients.
To avoid this situation, if not already done, you MUST configure or update your sending domain authentications.
You must configure the following 3 protocols: SPF, DKIM, and DMARC.
Firstly, you need to identify the services used by your organization among the following:
- Online services platforms
- IMakeAnOnlineDonation = IMAOD (Prodon)
- IRegisterNow= IRN (Proloc)
- WebConsultation = WC (Proloc)
- Mass email sending tools
- EmailBlast (general mass email sending Prodon AND Proloc)
- eReceipts (Tax Receipts by emails Prodon)
- Electronic invoices (invoices by emails Proloc)
- Electronic RL-24 (RL-24 slips by emails Proloc)
IMAOD, IRN or CW only
Used services | Configuration to be done |
---|---|
SPF | Add the blue section to your DNS SPF record to authenticate the domain from which you send your emails (the 'From' field in the email):
Client_domain TXT v=spf1 a mx ip4: 173.46.148.17 ~all |
DKIM | Add a CNAME record to the DNS for DKIM authentication.
logilys._domainkey.client_domain CNAME logilys._domainkey.logilys.com. |
DMARC | Add a TXT record to the DNS for DMARC authentication if it is not present.
_dmarc.Domaine_du_client TXT "v=DMARC1; p=none;" |
Mass email sending tools only
Used services | Configuration to be done |
---|---|
SPF | Add the blue section to your DNS SPF record to authenticate the domain from which you send your emails (the 'From' field in the email):
Client_domain TXT v=spf1 a mx include:md02.com ~all |
DKIM | Add a CNAME record to the DNS for DKIM authentication.
dkim._domainkey.client_domain CNAME dkim._domainkey.md02.com. |
DMARC | Add a TXT record to the DNS for DMARC authentication if it is not present.
_dmarc.Domaine_du_client TXT "v=DMARC1; p=none;" |
IMAOD, IRN or CW + Mass email sending tools
Used services | Configuration to be done |
---|---|
SPF | Add the blue section to your DNS SPF record to authenticate the domain from which you send your emails (the 'From' field in the email):
Client_domain TXT v=spf1 a mx include:md02.com ip4:173.46.148.17 ~all |
DKIM | Add two CNAME records to the DNS for DKIM authentication.
dkim._domainkey.client_domain CNAME dkim._domainkey.md02.com. logilys._domainkey.client_domain CNAME logilys._domainkey.logilys.com. |
DMARC | Add a TXT record to the DNS for DMARC authentication if it is not present.
_dmarc.Domaine_du_client TXT "v=DMARC1; p=none;" |
You can then test your DMARC using this tool: https://dmarcian.com/dmarc-inspector/
Document name: ProDon:Sending domain authentifications