Difference between revisions of "DNS configuration for our Exchange offers"

From EN Ikoula wiki
⧼vector-jumptonavigation⧽ ⧼vector-jumptosearch⧽
Line 1: Line 1:
<span data-link_translate_fr_title="Configuration DNS pour nos offres Exchange"  data-link_translate_fr_url="Configuration_DNS_pour_nos_offres_Exchange"></span><br />[[:fr:Configuration DNS pour nos offres Exchange]][[fr:Configuration DNS pour nos offres Exchange]]<br />
 
  
This article has been created by an automatic translation software. You can view the article source [[:fr:Configuration DNS pour nos offres Exchange|here]].<br />
+
 
 +
This article has been created by an automatic translation software. You can view the article source [[:fr:Configuration DNS pour nos offres Exchange|here]].<br /><span data-translate="fr"></span>
  
 
Two configurations are possible :
 
Two configurations are possible :
Line 33: Line 33:
 
If your [https://express.ikoula.com/nom-de-domaine domain name] is registered at Ikoula, the management of the DNS is from your customer area (https://order.ikoula.com/cp/) :
 
If your [https://express.ikoula.com/nom-de-domaine domain name] is registered at Ikoula, the management of the DNS is from your customer area (https://order.ikoula.com/cp/) :
 
- tab "Account "
 
- tab "Account "
- section " Subscriptions > All my domains "
+
- Section " Subscriptions > All my domains "
 
- Select your domain name in the right window  
 
- Select your domain name in the right window  
 
- tab "DNS zone " :
 
- tab "DNS zone " :
Line 54: Line 54:
  
 
[[Category:Hosted_Exchange]]
 
[[Category:Hosted_Exchange]]
<span data-translate="fr"></span><comments />
+
<comments />

Revision as of 16:35, 23 September 2015


This article has been created by an automatic translation software. You can view the article source here.

Two configurations are possible :

A single MX field pointing to a Round Robin DNS (SMTPex 10.biz ) :


votredomaine.com.             2       IN      MX      10 smtp.ex10.biz.


OR four MX fields that point to the 4 The platform SMTPs (SMTP 1ex 10.biz , SMTP 2ex 10.biz , SMTP 3ex 10.biz et SMTP 4ex 10.biz ) :

votredomaine.com.             2       IN      MX      10 smtp1.ex10.biz.
votredomaine.com.             2       IN      MX      10 smtp2.ex10.biz.
votredomaine.com.             2       IN      MX      10 smtp3.ex10.biz.
votredomaine.com.             2       IN      MX      10 smtp4.ex10.biz.


Also be sure to create an entry of type SRV containing the following data :

_autodiscover._tcp      SRV     0 0 443 ex10.biz.


If the DNS server that handles your area does not support the SRV entries, you can create the following A entry :

autodiscover.votredomaine.com.   600     IN      A       178.170.125.75


If your domain name is registered at Ikoula, the management of the DNS is from your customer area (https://order.ikoula.com/cp/) : - tab "Account " - Section " Subscriptions > All my domains " - Select your domain name in the right window - tab "DNS zone " :


EX10_dns_0.jpg


Note : using the A input instead of the SRV entry will cause the SSL certificate-related security warnings "ex 10.biz ". These warnings are normal, and do not take into account.


We also invite you to implement a SPF field in your DNS zone :

https://support.ikoula.com/index-1-2-2007.html


You can use the configuration below or adapt it according to your needs :

"v=spf1  include:ex10.biz -all" 


You are not allowed to post comments.