<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wikien.logilys.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ahinse</id>
		<title>Logilys - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wikien.logilys.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ahinse"/>
		<link rel="alternate" type="text/html" href="https://wikien.logilys.com/index.php/Special:Contributions/Ahinse"/>
		<updated>2026-04-19T04:23:49Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wikien.logilys.com/index.php?title=ProDon:Sending_domain_authentications&amp;diff=10229</id>
		<title>ProDon:Sending domain authentications</title>
		<link rel="alternate" type="text/html" href="https://wikien.logilys.com/index.php?title=ProDon:Sending_domain_authentications&amp;diff=10229"/>
				<updated>2024-01-30T21:50:51Z</updated>
		
		<summary type="html">&lt;p&gt;Ahinse: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
= Sending domain authentications=&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
To avoid this situation, if not already done, you '''MUST''' configure or update your sending domain authentications.&lt;br /&gt;
&lt;br /&gt;
You must configure the following 3 protocols: '''SPF, DKIM''', and '''DMARC'''.&lt;br /&gt;
&lt;br /&gt;
Firstly, you need to identify the services used by your organization among the following:&lt;br /&gt;
*'''Online services platforms'''&lt;br /&gt;
**IMakeAnOnlineDonation = IMAOD (Prodon)&lt;br /&gt;
**IRegisterNow= IRN (Proloc)&lt;br /&gt;
**WebConsultation = WC (Proloc)&lt;br /&gt;
&lt;br /&gt;
*'''Mass email sending tools'''&lt;br /&gt;
**EmailBlast (general mass email sending Prodon AND Proloc)&lt;br /&gt;
**eReceipts (Tax Receipts by emails Prodon)&lt;br /&gt;
**Electronic invoices (invoices by emails Proloc)&lt;br /&gt;
**Electronic RL-24 (RL-24 slips by emails Proloc)&lt;br /&gt;
==To configure your SPF==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Used services&lt;br /&gt;
!Configuration to be done&lt;br /&gt;
|-&lt;br /&gt;
|IMAOD, IRN or CW only&lt;br /&gt;
|Add the &amp;lt;span style=&amp;quot;color: rgb(0, 0, 255);&amp;quot;&amp;gt;blue&amp;lt;/span&amp;gt; section to your DNS SPF record to authenticate the domain from which you send your emails (the 'From' field in the email):&lt;br /&gt;
Client_domain     TXT    v=spf1 a mx ip4: &amp;lt;span style=&amp;quot;color: rgb(0, 0, 255);&amp;quot;&amp;gt;173.46.148.17&amp;lt;/span&amp;gt; ~all&lt;br /&gt;
|-&lt;br /&gt;
|Mass email sending tools only&lt;br /&gt;
|Add the &amp;lt;span style=&amp;quot;color: rgb(0, 0, 255);&amp;quot;&amp;gt;blue&amp;lt;/span&amp;gt; section to your DNS SPF record to authenticate the domain from which you send your emails (the 'From' field in the email):&lt;br /&gt;
 Client_domain    TXT    v=spf1 a mx &amp;lt;span style=&amp;quot;color: rgb(0, 0, 255);&amp;quot;&amp;gt;include:md02.com&amp;lt;/span&amp;gt; ~all&lt;br /&gt;
|-&lt;br /&gt;
|IMAOD, IRN or CW + Mass email sending tools&lt;br /&gt;
|Add the &amp;lt;span style=&amp;quot;color: rgb(0, 0, 255);&amp;quot;&amp;gt;blue&amp;lt;/span&amp;gt; section to your DNS SPF record to authenticate the domain from which you send your emails (the 'From' field in the email):&lt;br /&gt;
Client_domain     TXT    v=spf1 a mx &amp;lt;span style=&amp;quot;color: rgb(0, 0, 255);&amp;quot;&amp;gt;include:md02.com&amp;lt;/span&amp;gt; ip4:&amp;lt;span style=&amp;quot;color: rgb(0, 0, 255);&amp;quot;&amp;gt;173.46.148.17&amp;lt;/span&amp;gt; ~all&lt;br /&gt;
|}&lt;br /&gt;
==To configure your DKIM==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Used services&lt;br /&gt;
!Configuration to be done&lt;br /&gt;
|-&lt;br /&gt;
|IMAOD, IRN or CW only&lt;br /&gt;
|Add a CNAME record to the DNS for DKIM authentication.&lt;br /&gt;
logilys._domainkey.client_domain      CNAME    &lt;br /&gt;
&lt;br /&gt;
logilys._domainkey.logilys.com.&lt;br /&gt;
|-&lt;br /&gt;
|Mass email sending tools only&lt;br /&gt;
|Add a CNAME record to the DNS for DKIM authentication.&lt;br /&gt;
dkim._domainkey.client_domain         CNAME    &lt;br /&gt;
&lt;br /&gt;
dkim._domainkey.md02.com.&lt;br /&gt;
|-&lt;br /&gt;
|IMAOD, IRN or CW + Mass email sending tools&lt;br /&gt;
|Add two CNAME records to the DNS for DKIM authentication.&lt;br /&gt;
dkim._domainkey.client_domain         CNAME    &lt;br /&gt;
&lt;br /&gt;
dkim._domainkey.md02.com.&lt;br /&gt;
&lt;br /&gt;
logilys._domainkey.client_domain      CNAME    &lt;br /&gt;
&lt;br /&gt;
logilys._domainkey.logilys.com.&lt;br /&gt;
|}&lt;br /&gt;
==To configure your DMARC==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Used services&lt;br /&gt;
!Configuration to be done&lt;br /&gt;
|-&lt;br /&gt;
|All scenarios&lt;br /&gt;
|Add a TXT record to the DNS for DMARC authentication if it is not present.&lt;br /&gt;
_dmarc.Domaine_du_client     TXT  &amp;quot;v=DMARC1; p=none;&amp;quot;&lt;br /&gt;
|}To assist you in generating DMARC records, you can use the following platform for free: https://dmarcian.com/dmarc-record-wizard/&lt;br /&gt;
&lt;br /&gt;
You can then test your DMARC using this tool: https://dmarcian.com/dmarc-inspector/&lt;br /&gt;
&lt;br /&gt;
{{BasPage_Fonctions communes}}{{Entete_TOC}}&lt;/div&gt;</summary>
		<author><name>Ahinse</name></author>	</entry>

	<entry>
		<id>https://wikien.logilys.com/index.php?title=ProDon:Sending_domain_authentications&amp;diff=10228</id>
		<title>ProDon:Sending domain authentications</title>
		<link rel="alternate" type="text/html" href="https://wikien.logilys.com/index.php?title=ProDon:Sending_domain_authentications&amp;diff=10228"/>
				<updated>2024-01-30T21:50:24Z</updated>
		
		<summary type="html">&lt;p&gt;Ahinse: Created blank page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ahinse</name></author>	</entry>

	<entry>
		<id>https://wikien.logilys.com/index.php?title=ProDon:Sending_domain_authentifications&amp;diff=10227</id>
		<title>ProDon:Sending domain authentifications</title>
		<link rel="alternate" type="text/html" href="https://wikien.logilys.com/index.php?title=ProDon:Sending_domain_authentifications&amp;diff=10227"/>
				<updated>2024-01-30T21:49:35Z</updated>
		
		<summary type="html">&lt;p&gt;Ahinse: /* Sending domain authentifications */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Sending domain authentifications =&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
To avoid this situation, if not already done, you '''MUST''' configure or update your sending domain authentications.&lt;br /&gt;
&lt;br /&gt;
You must configure the following 3 protocols: '''SPF, DKIM''', and '''DMARC'''.&lt;br /&gt;
&lt;br /&gt;
Firstly, you need to identify the services used by your organization among the following:&lt;br /&gt;
*'''Online services platforms'''&lt;br /&gt;
**IMakeAnOnlineDonation = IMAOD (Prodon)&lt;br /&gt;
**IRegisterNow= IRN (Proloc)&lt;br /&gt;
**WebConsultation = WC (Proloc)&lt;br /&gt;
&lt;br /&gt;
*'''Mass email sending tools'''&lt;br /&gt;
**EmailBlast (general mass email sending Prodon AND Proloc)&lt;br /&gt;
**eReceipts (Tax Receipts by emails Prodon)&lt;br /&gt;
**Electronic invoices (invoices by emails Proloc)&lt;br /&gt;
**Electronic RL-24 (RL-24 slips by emails Proloc)&lt;br /&gt;
==To configure your SPF==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Used services&lt;br /&gt;
!Configuration to be done&lt;br /&gt;
|-&lt;br /&gt;
|IMAOD, IRN or CW only&lt;br /&gt;
|Add the &amp;lt;span style=&amp;quot;color: rgb(0, 0, 255);&amp;quot;&amp;gt;blue&amp;lt;/span&amp;gt; section to your DNS SPF record to authenticate the domain from which you send your emails (the 'From' field in the email):&lt;br /&gt;
Client_domain     TXT    v=spf1 a mx ip4: &amp;lt;span style=&amp;quot;color: rgb(0, 0, 255);&amp;quot;&amp;gt;173.46.148.17&amp;lt;/span&amp;gt; ~all&lt;br /&gt;
|-&lt;br /&gt;
|Mass email sending tools only&lt;br /&gt;
|Add the &amp;lt;span style=&amp;quot;color: rgb(0, 0, 255);&amp;quot;&amp;gt;blue&amp;lt;/span&amp;gt; section to your DNS SPF record to authenticate the domain from which you send your emails (the 'From' field in the email):&lt;br /&gt;
 Client_domain    TXT    v=spf1 a mx &amp;lt;span style=&amp;quot;color: rgb(0, 0, 255);&amp;quot;&amp;gt;include:md02.com&amp;lt;/span&amp;gt; ~all&lt;br /&gt;
|-&lt;br /&gt;
|IMAOD, IRN or CW + Mass email sending tools&lt;br /&gt;
|Add the &amp;lt;span style=&amp;quot;color: rgb(0, 0, 255);&amp;quot;&amp;gt;blue&amp;lt;/span&amp;gt; section to your DNS SPF record to authenticate the domain from which you send your emails (the 'From' field in the email):&lt;br /&gt;
Client_domain     TXT    v=spf1 a mx &amp;lt;span style=&amp;quot;color: rgb(0, 0, 255);&amp;quot;&amp;gt;include:md02.com&amp;lt;/span&amp;gt; ip4:&amp;lt;span style=&amp;quot;color: rgb(0, 0, 255);&amp;quot;&amp;gt;173.46.148.17&amp;lt;/span&amp;gt; ~all&lt;br /&gt;
|}&lt;br /&gt;
==To configure your DKIM==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Used services&lt;br /&gt;
!Configuration to be done&lt;br /&gt;
|-&lt;br /&gt;
|IMAOD, IRN or CW only&lt;br /&gt;
|Add a CNAME record to the DNS for DKIM authentication.&lt;br /&gt;
logilys._domainkey.client_domain      CNAME    &lt;br /&gt;
&lt;br /&gt;
logilys._domainkey.logilys.com.&lt;br /&gt;
|-&lt;br /&gt;
|Mass email sending tools only&lt;br /&gt;
|Add a CNAME record to the DNS for DKIM authentication.&lt;br /&gt;
dkim._domainkey.client_domain         CNAME    &lt;br /&gt;
&lt;br /&gt;
dkim._domainkey.md02.com.&lt;br /&gt;
|-&lt;br /&gt;
|IMAOD, IRN or CW + Mass email sending tools&lt;br /&gt;
|Add two CNAME records to the DNS for DKIM authentication.&lt;br /&gt;
dkim._domainkey.client_domain         CNAME    &lt;br /&gt;
&lt;br /&gt;
dkim._domainkey.md02.com.&lt;br /&gt;
&lt;br /&gt;
logilys._domainkey.client_domain      CNAME    &lt;br /&gt;
&lt;br /&gt;
logilys._domainkey.logilys.com.&lt;br /&gt;
|}&lt;br /&gt;
==To configure your DMARC==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Used services&lt;br /&gt;
!Configuration to be done&lt;br /&gt;
|-&lt;br /&gt;
|All scenarios&lt;br /&gt;
|Add a TXT record to the DNS for DMARC authentication if it is not present.&lt;br /&gt;
_dmarc.Domaine_du_client     TXT  &amp;quot;v=DMARC1; p=none;&amp;quot;&lt;br /&gt;
|}To assist you in generating DMARC records, you can use the following platform for free: https://dmarcian.com/dmarc-record-wizard/&lt;br /&gt;
&lt;br /&gt;
You can then test your DMARC using this tool: https://dmarcian.com/dmarc-inspector/&lt;br /&gt;
&lt;br /&gt;
{{BasPage_Fonctions communes}}{{Entete_TOC}}&lt;/div&gt;</summary>
		<author><name>Ahinse</name></author>	</entry>

	<entry>
		<id>https://wikien.logilys.com/index.php?title=ProDon:Sending_domain_authentifications&amp;diff=10224</id>
		<title>ProDon:Sending domain authentifications</title>
		<link rel="alternate" type="text/html" href="https://wikien.logilys.com/index.php?title=ProDon:Sending_domain_authentifications&amp;diff=10224"/>
				<updated>2024-01-30T21:24:07Z</updated>
		
		<summary type="html">&lt;p&gt;Ahinse: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Sending domain authentifications =&lt;br /&gt;
&lt;br /&gt;
Suite à des changements de critères dans la livrabilité des courriels par des joueurs majeurs de l’industrie tels que Google et Yahoo, les courriels envoyés automatiquement par nos services '''pourraient''' ne plus être livrés à leurs destinataires.&lt;br /&gt;
&lt;br /&gt;
Afin d’éviter cette situation, si ce n'est pas déjà fait, vous '''DEVEZ''' configurer ou mettre à jour vos authentifications de domaine d’expédition.&lt;br /&gt;
&lt;br /&gt;
Vous devez configurer les 3 protocoles suivants : '''SPF, DKIM et DMARC.'''&lt;br /&gt;
&lt;br /&gt;
Vous devez tout d’abord identifier les services utilisés par votre organisation parmi les suivants :&lt;br /&gt;
*'''Plateforme de services en ligne'''&lt;br /&gt;
**JedonneEnLigne = JDEL (Prodon)&lt;br /&gt;
**InscriptionEnLigne = IEL (Proloc)&lt;br /&gt;
**Consultation Web = CW (Proloc)&lt;br /&gt;
&lt;br /&gt;
*'''Outil d’envois de courriels massifs'''&lt;br /&gt;
**Publicourriel (envois massifs généraux Prodon ET Proloc)&lt;br /&gt;
**Reçus électroniques (reçus fiscaux par courriels Prodon)&lt;br /&gt;
**Factures électroniques (factures par courriels Proloc)&lt;br /&gt;
**R24 électroniques (Relevés 24 par courriels Proloc)&lt;br /&gt;
==Pour configurer votre SPF==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Services utilisés&lt;br /&gt;
!Configuration à faire&lt;br /&gt;
|-&lt;br /&gt;
|JDEL, IEL ou CW seulement&lt;br /&gt;
|Ajouter la section en &amp;lt;span style=&amp;quot;color: rgb(0, 0, 255);&amp;quot;&amp;gt;bleu&amp;lt;/span&amp;gt; dans l'enregistrement SPF de votre DNS pour authentifier le domaine depuis lequel vous envoyez vos courriels (le champ 'De' dans le courriel) :&lt;br /&gt;
Domaine_du_client     TXT    v=spf1 a mx ip4: &amp;lt;span style=&amp;quot;color: rgb(0, 0, 255);&amp;quot;&amp;gt;173.46.148.17&amp;lt;/span&amp;gt; ~all&lt;br /&gt;
|-&lt;br /&gt;
|Outil d’envois de courriels massifs seulement&lt;br /&gt;
|Ajouter la section en &amp;lt;span style=&amp;quot;color: rgb(0, 0, 255);&amp;quot;&amp;gt;bleu&amp;lt;/span&amp;gt; dans l'enregistrement SPF de votre DNS pour authentifier le domaine depuis lequel vous envoyez vos courriels (le champ 'De' dans le courriel) :&lt;br /&gt;
 Domaine_du_client     TXT    v=spf1 a mx &amp;lt;span style=&amp;quot;color: rgb(0, 0, 255);&amp;quot;&amp;gt;include:md02.com&amp;lt;/span&amp;gt; ~all&lt;br /&gt;
|-&lt;br /&gt;
|JDEL, IEL ou CW + Outil d’envois de courriels massifs&lt;br /&gt;
|Ajouter la section en &amp;lt;span style=&amp;quot;color: rgb(0, 0, 255);&amp;quot;&amp;gt;bleu&amp;lt;/span&amp;gt; dans l'enregistrement SPF de votre DNS pour authentifier le domaine depuis lequel vous envoyez vos courriels (le champ 'De' dans le courriel) :&lt;br /&gt;
 Domaine_du_client     TXT    v=spf1 a mx &amp;lt;span style=&amp;quot;color: rgb(0, 0, 255);&amp;quot;&amp;gt;include:md02.com&amp;lt;/span&amp;gt; ip4:&amp;lt;span style=&amp;quot;color: rgb(0, 0, 255);&amp;quot;&amp;gt;173.46.148.17&amp;lt;/span&amp;gt; ~all&lt;br /&gt;
|}&lt;br /&gt;
==Pour configurer votre DKIM==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Services utilisés&lt;br /&gt;
!Configuration à faire&lt;br /&gt;
|-&lt;br /&gt;
|JDEL, IEL ou CW seulement&lt;br /&gt;
|Ajouter un enregistrement CNAME au DNS pour l'authentification DKIM.&lt;br /&gt;
logilys._domainkey.Domaine_du_client      CNAME    &lt;br /&gt;
&lt;br /&gt;
logilys._domainkey.logilys.com.&lt;br /&gt;
|-&lt;br /&gt;
|Outil d’envois de courriels massifs seulement&lt;br /&gt;
|Ajouter un enregistrement CNAME au DNS pour l'authentification DKIM.&lt;br /&gt;
dkim._domainkey.Domaine_du_client         CNAME    &lt;br /&gt;
&lt;br /&gt;
dkim._domainkey.md02.com.&lt;br /&gt;
|-&lt;br /&gt;
|JDEL, IEL ou CW + Outil d’envois de courriels massifs&lt;br /&gt;
|Ajouter deux enregistrements CNAME au DNS pour l'authentification DKIM.&lt;br /&gt;
dkim._domainkey.Domaine_du_client         CNAME    &lt;br /&gt;
&lt;br /&gt;
dkim._domainkey.md02.com.&lt;br /&gt;
&lt;br /&gt;
logilys._domainkey.Domaine_du_client       CNAME    &lt;br /&gt;
&lt;br /&gt;
logilys._domainkey.logilys.com.&lt;br /&gt;
|}&lt;br /&gt;
==Pour configurer votre DMARC==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Services utilisés&lt;br /&gt;
!Configuration à faire&lt;br /&gt;
|-&lt;br /&gt;
|Tous les scénarios&lt;br /&gt;
|Ajouter un champ TXT au DNS pour l'authentification DMARC s'il n'est pas présent.&lt;br /&gt;
_dmarc.Domaine_du_client     TXT  &amp;quot;v=DMARC1; p=none;&amp;quot;&lt;br /&gt;
|}Pour vous aider à générer les enregistrements DMARC, vous pouvez utiliser la plateforme suivante gratuitement: https://dmarcian.com/dmarc-record-wizard/&lt;br /&gt;
&lt;br /&gt;
Vous pouvez ensuite tester votre DMARC grâce à cet outil : https://dmarcian.com/dmarc-inspector/&lt;br /&gt;
&lt;br /&gt;
{{BasPage_Fonctions communes}}{{Entete_TOC}}&lt;/div&gt;</summary>
		<author><name>Ahinse</name></author>	</entry>

	<entry>
		<id>https://wikien.logilys.com/index.php?title=ProDon:Sending_domain_authentifications&amp;diff=10223</id>
		<title>ProDon:Sending domain authentifications</title>
		<link rel="alternate" type="text/html" href="https://wikien.logilys.com/index.php?title=ProDon:Sending_domain_authentifications&amp;diff=10223"/>
				<updated>2024-01-30T21:23:07Z</updated>
		
		<summary type="html">&lt;p&gt;Ahinse: Created blank page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ahinse</name></author>	</entry>

	</feed>