Difference between revisions of "DNS configuration for our Exchange offers"
Line 1: | Line 1: | ||
+ | <span data-link_translate_nl_title="DNS-configuratie voor onze Exchange biedt" data-link_translate_nl_url="DNS-configuratie+voor+onze+Exchange+biedt"></span>[[:nl:DNS-configuratie voor onze Exchange biedt]][[nl:DNS-configuratie voor onze Exchange biedt]] | ||
<span data-link_translate_it_title="Configurazione di DNS per le nostre offerte di scambio" data-link_translate_it_url="Configurazione+di+DNS+per+le+nostre+offerte+di+scambio"></span>[[:it:Configurazione di DNS per le nostre offerte di scambio]][[it:Configurazione di DNS per le nostre offerte di scambio]] | <span data-link_translate_it_title="Configurazione di DNS per le nostre offerte di scambio" data-link_translate_it_url="Configurazione+di+DNS+per+le+nostre+offerte+di+scambio"></span>[[:it:Configurazione di DNS per le nostre offerte di scambio]][[it:Configurazione di DNS per le nostre offerte di scambio]] | ||
<span data-link_translate_pt_title="Configuração de DNS para nossas ofertas de intercâmbio" data-link_translate_pt_url="Configura%C3%A7%C3%A3o+de+DNS+para+nossas+ofertas+de+interc%C3%A2mbio"></span>[[:pt:Configuração de DNS para nossas ofertas de intercâmbio]][[pt:Configuração de DNS para nossas ofertas de intercâmbio]] | <span data-link_translate_pt_title="Configuração de DNS para nossas ofertas de intercâmbio" data-link_translate_pt_url="Configura%C3%A7%C3%A3o+de+DNS+para+nossas+ofertas+de+interc%C3%A2mbio"></span>[[:pt:Configuração de DNS para nossas ofertas de intercâmbio]][[pt:Configuração de DNS para nossas ofertas de intercâmbio]] |
Revision as of 10:35, 2 October 2015
nl:DNS-configuratie voor onze Exchange biedt
it:Configurazione di DNS per le nostre offerte di scambio
pt:Configuração de DNS para nossas ofertas de intercâmbio
es:Configuración de DNS para nuestras ofertas de intercambio
fr:Configuration DNS pour nos offres Exchange
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 (SMT p.ex10.biz ) :
votredomaine.com. 2 IN MX 10 smtp.ex10.biz .
OR four MX fields that point to the 4 The platform SMTPs (SMT p1.ex10.biz , SMT p2.ex10.biz , SMT p3.ex10.biz et SMT p4.ex10.biz ) :
votredomaine.com. 2 IN MX 10 smtp1.ex10.biz . votredomaine.com. 2 IN MX 10 SMT p2.ex10.biz . votredomaine.com. 2 IN MX 10 SMT p3.ex10.biz . votredomaine.com. 2 IN MX 10 SMT p4.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 " :
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"
Enable comment auto-refresher