“我们交换 DNS 配置提供”的版本间的差异

来自Chinese Ikoula Wiki
Jump to navigation Jump to search
第1行: 第1行:
 +
<span data-link_translate_de_title="DNS-Konfiguration für unsere Angebote"  data-link_translate_de_url="DNS-Konfiguration+f%C3%BCr+unsere+Angebote"></span>[[:de:DNS-Konfiguration für unsere Angebote]][[de:DNS-Konfiguration für unsere Angebote]]
 
<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_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]]

2015年10月23日 (五) 10:24的版本

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 en:DNS configuration for our Exchange offers ar:تكوين DNS لتبادل العروض fr:Configuration DNS pour nos offres Exchange

这篇文章是从由软件进行自动翻译。你可以看到这篇文章的源代码




两种配置都可能 :

一个指向 Round Robin DNS MX 单场 (SMT p.ex10.biz ) :


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


或指向的四个 MX 字段 4 称为 SMTPs 平台 (SMTP 1.ex10.biz、 smtp 2.ex10.biz、 smtp 3.ex10.biz 和 smtp 4.ex10.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.


也一定要创建一个条目类型包含以下数据的 SRV :

_autodiscover._tcp      SRV     0 0 443 ex10.biz.


如果处理您所在地区的 DNS 服务器不支持 SRV 条目,您可以创建以下条目 :

autodiscover.votredomaine.com.   600     IN      A       178.170.125.75


如果你 域名 注册在 Ikoula,DNS 的管理是从你的客户区 (https://order.ikoula.com/cp/) : - 选项卡 "帐户 " - 节 " 订阅 > 我的所有域 " - 在右边的窗口中选择您的域名 - 选项卡 "DNS 区域 " :


EX10_dns_0.jpg


注意 : A 输入使用 SRV 条目将导致 SSL 证书相关的任何安全警告 "ex10.biz".这些警告是正常的并不会顾及。


我们也邀请您在您的 DNS 区域实施 SPF 字段 :

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


你可以使用下面的配置或修改它根据您的需要 :

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



您未被允许发表评论。