Hello,
while trying to resolve another problem it came up that my DNS and MX records aren't properly set up. In order not to mess up the already log-filled thread I hope it's ok if a start another one for that problem.
First the outputs of some commands:
cat /etc/hosts
cat /etc/resolv.confCode:zimbra@srvXXXX:~$ cat /etc/hosts 127.0.0.1 localhost.localdomain localhost 95.xxx.xx.xx srvXXXX.provider.tld srvXXXX
dig domain.net mxCode:zimbra@srvXXXX:~$ cat /etc/resolv.conf nameserver 95.xxx.xx.xx
dig domain.net anyCode:root@srvXXXX:~# dig domain.net ; <<>> DiG 9.4.2-P2 <<>> domain.net ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 18276 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;domain.net. IN A ;; Query time: 0 msec ;; SERVER: 95.XXX.XX.XX#53(95.XXX.XX.XX) ;; WHEN: Tue May 18 12:56:45 2010 ;; MSG SIZE rcvd: 28
dig domain.de mxCode:root@srvXXXX:~# dig domain.net any ; <<>> DiG 9.4.2-P2 <<>> domain.net any ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 18697 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;domain.net. IN ANY ;; Query time: 0 msec ;; SERVER: 95.XXX.XX.XX#53(95.XXX.XX.XX) ;; WHEN: Tue May 18 12:58:01 2010 ;; MSG SIZE rcvd: 28
dig domain.de anyCode:root@srvXXXX:~# dig domain.de mx ; <<>> DiG 9.4.2-P2 <<>> domain.de mx ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 1597 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;domain.de. IN MX ;; Query time: 0 msec ;; SERVER: 95.XXX.XX.XX#53(95.XXX.XX.XX) ;; WHEN: Tue May 18 12:59:10 2010 ;; MSG SIZE rcvd: 27
hosts `hostname`Code:root@srvXXXX:~# dig domain.de any ; <<>> DiG 9.4.2-P2 <<>> domain.de any ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 36881 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;domain.de. IN ANY ;; Query time: 0 msec ;; SERVER: 95.XXX.XX.XX#53(95.XXX.XX.XX) ;; WHEN: Tue May 18 12:59:55 2010 ;; MSG SIZE rcvd: 27
nslookup domain.netCode:zimbra@srvXXXX:~$ host `hostname` srvXXXX.domain.tld has address 95.xxx.xx.xx
nslookup domain.deCode:root@srvXXXX:~# nslookup domain.net Server: 95.XXX.XX.XX Address: 95.XXX.XX.XX#53 ** server can't find domain.net: SERVFAIL
Here the configuration files:Code:root@srvXXXX:~# nslookup domain.de Server: 95.XXX.XX.XX Address: 95.XXX.XX.XX#53 ** server can't find domain.de: SERVFAIL
/etc/bind/named.conf.options
/etc/resolv.conf (Die IP ist die externe ServerIP)Code:options { directory "/var/cache/bind"; // If there is a firewall between you and nameservers you want // to talk to, you might need to uncomment the query-source // directive below. Previous versions of BIND always asked // questions using port 53, but BIND 8.1 and later use an unprivileged // port by default. // query-source address * port 53; // If your ISP provided one or more IP addresses for stable // nameservers, you probably want to use them as forwarders. // Uncomment the following block, and insert the addresses replacing // the all-0's placeholder. forwarders { 80.XXX.XXX.XXX; 145.XXX.XXX.XXX; }; auth-nxdomain no; # conform to RFC1035 listen-on-v6 { any; }; };
/etc/bind/named.conf.localCode:Nameserver 95.XXX.XX.XX
/etc/bind/db.domain.netCode:// // Do any local configuration here // // Consider adding the 1918 zones here, if they are not used in your // organization //include "/etc/bind/zones.rfc1918"; zone "domain.net" { type master; file "/etc/bind/db.domain.net"; }; zone "domain.de" { type master; file "/etc/bind/db.domain.de"; }; # Reverse DNS zone "XX.XX.XXX.95.in-addr.arpa" { type master; file "/etc/bind/zones/rev.0.168.192.in-addr.arpa"; };
/etc/bind/db.domain.deCode:; ; BIND data file for domain.net ; $TTL 604800 @ IN SOA mail.domain.net. admin.domain.net. ( 070725 ; Serial 604800 ; Refresh 86400 ; Retry 2419200 ; Expire 604800 ; Negative Cache TTL ) ; @ IN NS mail IN MX srvXXXX.provider.tld IN A 95.XXX.XX.XX mail IN A 95.XXX.XX.XX
/etc/hostsCode:; ; BIND data file for domain.de ; @ IN SOA mail.domain.de. admin.domain.de. ( 070725 ; Serial 604800 ; Refresh 86400 ; Retry 2419200 ; Expire 604800 ; Negative Cache TTL ) ; @ IN NS mail IN MX srvXXXX.provider.tld IN A 95.XXX.XX.XX mail IN A 95.XXX.XX.XX
Thanks a lot in advance for any help.Code:127.0.0.1 localhost.localdomain localhost 95.XXX.XX.XX srvXXXX.provider.tld srvXXXX
Best regards


LinkBack URL
About LinkBacks



