我正在运行一个邮件服务器,并且在向Google发送邮件时遇到问题。 邮件到其他提供者工作正常。 我想这可能与我的DNS设置有关,因为我已经读过Google对正确的MX和SPFlogging非常挑剔。 这是我有什么: 域xx.yy.zz(它是yy.zz的子域)有IPv4和IPv6。 dig A xx.yy.zz和dig AAAA xx.yy.zz提供正确的IP。 dig MX xx.yy.zz返回xx.yy.zz dig TXT xx.yy.zz返回"v=spf1 a mx ip4:xxx.xxx.xxx.xxx ip6:xxxx:xxxx:xxxx:xxxx::xxx ~all" 。 发送给Google以外的提供商的邮件表明,邮件标题中的“from”项是[email protected] 。 有没有其他的设置,我应该看看?
我2年前注册了amraei.com 。 最近雇用了一个VPS,并使用BIND设置一个DNS服务器,将其托pipe在我自己的服务器上。 我安装了Webmin并在CentOS 7上安装了BIND 9。安装完成后,当我在服务器上使用dig命令时,结果是: ; <<>> DiG 9.9.4-RedHat-9.9.4-29.el7_2.2 <<>> amraei.com ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 58019 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 4 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 4096 ;; QUESTION SECTION: ;amraei.com. […]
我有一个DNS服务器启动并为example.comconfiguration单个DNS区域运行服务器上运行的以下命令返回configuration的DNS区域logging: #dig example.com @ ns1.example.com ;; QUESTION SECTION: ;example.com. IN A ;; ANSWER SECTION: example.com. 10800 IN A 10.0.0.1 ;; AUTHORITY SECTION: example.com. 10800 IN NS ns2.example.com. example.com. 10800 IN NS ns1.example.com. ;; ADDITIONAL SECTION: ns1.example.com. 10800 IN A 10.0.0.1 ns2.example.com. 10800 IN A 10.0.0.1 我的/ etc / hosts文件: 127.0.0.1 example.com www.example.com 127.0.0.1 ns1.example.com ns2..example.com […]
在nginx日志中看到这个: "upstream": "52.86.112.192:443, 52.86.78.197:443", "upstream_response_time": "7.005, 7.016", nginx的文档说: If several servers were contacted during request processing, their addresses are separated by commas, eg “192.168.1.1:80, 192.168.1.2:80, unix:/tmp/sock”. 不幸的是,我不清楚在处理1个请求时如何调用两个服务器? 这是没有内部redirect? 第一次尝试失败后是否重试? DNS查询返回两个Alogging: xxx.us-east-1.elb.amazonaws.com. 60 IN A 54.84.139.107 xxx.us-east-1.elb.amazonaws.com. 60 IN A 52.71.207.21 这是否意味着,比nginx自动重试每个失败的请求? 还是可以configuration? (这是AWS,因此负载均衡器的IP不断变化)
我有2个DNS服务器(Debian)configuration使用bind9和负载均衡器pipe理2个tomcat web服务器,我的问题是我应该把dns条目的2个tomcat web服务器,或者我只需要把loadbalancer? 谢谢
命名版本: BIND 9.10.3-P4 (最新版本),操作系统版本: CentOS 6.3 , CentOS 6.7 从9.10开始,我需要在不同的视图中使用共享区域.ISC Bind不支持在不同视图中为同一区域使用相同的文件。 试图这样做会导致错误: /etc/named.conf:21: writeable file 'slaves/example.db': already in use: /etc/named.conf:8 文档build议使用视图中的语句。 serverfault中的Brandon Xavierbuild议一样的。 但是,我失败了。 这里是我试图加载的简化的configuration文件: view "internal" { zone example.com { type slave; file "slaves/example.db"; masters { 192.168.1.1; }; }; }; view "external" { zone example.com { in-view "internal"; }; }; 从外部视图中删除区域example.com允许启动。 configuration它到单独的文件也可以工作: zone example.com […]
我试图添加子域到我的域名。 我刚刚在我干净的centos 7上安装了httpd。起初,我使用以下内容创build了文件/etc/httpd/conf.d/htmltest.mydomain.com.conf: <VirtualHost *:80> # Admin email, Server Name (domain name), and any aliases ServerAdmin [email protected] ServerName htmltest.mydomain.com DirectoryIndex index.html index.php DocumentRoot /www/sites/htmltest.mydomain.com/htdocs # Log file locations LogLevel warn ErrorLog /www/sites/htmltest.mydomain.com/log/error.log CustomLog /www/sites/htmltest.mydomain.com/log/access.log combined </VirtualHost> <Directory "/www/sites/htmltest.mydomain.com/htdocs"> Options Indexes FollowSymlinks AllowOverride None Require all granted </Directory> 另外/www/sites/htmltest.mydomain.com/htdocs文件夹是用index.html文件创build的。 有了这个configuration,我尝试访问htmltest.mydomain.com在浏览器中给出'服务器DNS地址无法find'的错误。 但是,mydomain.com会打开htmltest子域index.html。 在我的托pipeCP DNS设置有mydomain.com与htmltest'A'logging指向服务器IP,以及WWWlogging。 我怎样才能解决这个问题? UPD:我已经改变域使用vultr nameservers,它现在正常工作。
我有关于如何将我的网站完全迁移到另一台服务器的问题。 我用这个新的注册商购买了一个新的主机。 我有这个临时的url或空间,我可以迁移我的内容。 这部分完成了。 一切工作在新的服务器,网站,数据库和邮件的临时地址。 这是我迷路的部分。 我有新的注册商提供的这个新的DNS。 现在我该怎么做? 我是否更新并replace以前的注册商cPanel中的旧的? 它是如何工作的?
可以是直接存储在TLD区域文件中的第三级域名的logging,而不是NS域名的子域的委托区域? 第二个域的CNAMElogging呢?
我有我的网站与Elastic Beanstalk(作为VirtualHost): http : //apptic.us-east-1.elasticbeanstalk.com/apptic/ 我也有我的域在Namecheap:apptic.me 我已经为Elastic Load Balancer安装了SSL证书,理想情况下我想使用HTTPS。 但我真正担心的是,对于非www的HTTPS,该网站不会将https://apptic.meredirect到https://www.apptic.me – 它无法显示任何内容 。 我敢肯定,我的DNS设置有问题,而不是我的Elastic Beanstalkconfiguration,但我愿意提供build议。 该网站正确redirecthttp://apptic.me ,它运行http://www.apptic.me而不redirect到HTTPS(不是我的一个巨大的关注)。 我目前的DNS设置如下: CNAME Record: www => apptic.us-east-1.elasticbeanstalk.com. URL Redirect Record: @ => https://www.apptic.me/ 如何更改我的DNS设置,以便所有HTTP / HTTPS和非www / www的排列转到https://www.apptic.me ? 我甚至会好起来,如果http://apptic.me去http://www.apptic.me和https://apptic.me去https://www.apptic.me 。