View Single Post
  #9 (permalink)  
Old 02-13-2010, 07:17 AM
stegbth stegbth is offline
Special Member
 
Posts: 113
Default

hi,

cat /etc/hosts
Quote:
192.168.23.3 zimbra-mydom.mydomain.de zimbra-mydom
127.0.0.1 localhost
cat /etc/resolv.conf
Quote:
domain haar.mydomain.de
search haar.mydomain.de
nameserver 192.168.23.96
dig mydomain.de mx
Quote:
mydomain.de. 604800 IN MX 100 zimbra-mydom.mydomain.de
dig mydomain.de any
Quote:
mydomain.de. 604800 IN SOA localhost. root.mydomain.de. 2008021918 604800 86400 2419200 604800
mydomain.de. 604800 IN MX 100 zimbra-mydom.mydomain.de.
mydomain.de. 604800 IN NS gw01-mydom.haar.mydomain.de.
mydomain.de. 604800 IN NS hornet.haar.mydomain.de. mydomain.de. 604800 IN A 127.0.0.1

;; ADDITIONAL SECTION:
zimbra-mydom.mydomain.de. 604800 IN A 192.168.23.3
hornet.haar.mydomain.de. 86400 IN A 192.168.23.96
host `hostname`
Quote:
zimbra-mydom.haar.mydomain.de has address 192.168.23.3
so it is a problem with dns-resolution?
as the Server is responsible for mydomain.de, but the hostname lookups to haar.mydomain.de ? (and the error in the SOA, which i will fix immediatly)


best regards
thomas
__________________
zmcontrol -v
2x Release 6.0.10_GA_2692.UBUNTU8_64 NETWORK edition.
1x Release 6.0.14_GA_2928.UBUNTU8_64 NETWORK edition
2x Release 7.1.3_GA_3346.UBUNTU10_64 NETWORK edition, Patch 7.1.3_P1

1x Release 6.0.7_GA_2470.UBUNTU8_64 FOSS edition
1x Release 7.1.2_GA_3268.UBUNTU10_64 FOSS edition
2x Release 7.1.3_GA_3346.UBUNTU10_64 FOSS
1x Release 7.1.4_GA_2555.UBUNTU10_64 FOSS
Reply With Quote