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_ja_title="私たちの交流の DNS の構成を提供しています"  data-link_translate_ja_url="%E7%A7%81%E3%81%9F%E3%81%A1%E3%81%AE%E4%BA%A4%E6%B5%81%E3%81%AE+DNS+%E3%81%AE%E6%A7%8B%E6%88%90%E3%82%92%E6%8F%90%E4%BE%9B%E3%81%97%E3%81%A6%E3%81%84%E3%81%BE%E3%81%99"></span>[[:ja:私たちの交流の DNS の構成を提供しています]][[ja:私たちの交流の DNS の構成を提供しています]]
 
<span data-link_translate_ar_title="تكوين DNS لتبادل العروض"  data-link_translate_ar_url="%D8%AA%D9%83%D9%88%D9%8A%D9%86+DNS+%D9%84%D8%AA%D8%A8%D8%A7%D8%AF%D9%84+%D8%A7%D9%84%D8%B9%D8%B1%D9%88%D8%B6"></span>[[:ar:تكوين DNS لتبادل العروض]][[ar:تكوين DNS لتبادل العروض]]
 
<span data-link_translate_ar_title="تكوين DNS لتبادل العروض"  data-link_translate_ar_url="%D8%AA%D9%83%D9%88%D9%8A%D9%86+DNS+%D9%84%D8%AA%D8%A8%D8%A7%D8%AF%D9%84+%D8%A7%D9%84%D8%B9%D8%B1%D9%88%D8%B6"></span>[[:ar:تكوين DNS لتبادل العروض]][[ar:تكوين DNS لتبادل العروض]]
 
<span data-link_translate_zh_title="我们交换 DNS 配置提供"  data-link_translate_zh_url="%E6%88%91%E4%BB%AC%E4%BA%A4%E6%8D%A2+DNS+%E9%85%8D%E7%BD%AE%E6%8F%90%E4%BE%9B"></span>[[:zh:我们交换 DNS 配置提供]][[zh:我们交换 DNS 配置提供]]
 
<span data-link_translate_zh_title="我们交换 DNS 配置提供"  data-link_translate_zh_url="%E6%88%91%E4%BB%AC%E4%BA%A4%E6%8D%A2+DNS+%E9%85%8D%E7%BD%AE%E6%8F%90%E4%BE%9B"></span>[[:zh:我们交换 DNS 配置提供]][[zh:我们交换 DNS 配置提供]]

Revision as of 10:24, 23 October 2015

ja:私たちの交流の DNS の構成を提供しています ar:تكوين DNS لتبادل العروض zh:我们交换 DNS 配置提供 de:DNS-Konfiguration für unsere Angebote 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 " :


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.