Hi Bill,
changed hosts:
Code:
mail:~# cat /etc/hosts
### Hetzner Online AG installimage
# nameserver config
# IPv4
127.0.0.1 localhost.localdomain localhost
78.46.43.66 mail.thielpark.com mail
#
# IPv6
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
Rebooted server. DNS entries seem to be ok:
Code:
mail:~# dig thielpark.com a
; <<>> DiG 9.3.4-P1.1 <<>> thielpark.com a
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 2995
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;thielpark.com. IN A
;; ANSWER SECTION:
thielpark.com. 14490 IN A 78.46.43.66
;; Query time: 8 msec
;; SERVER: 213.133.98.98#53(213.133.98.98)
;; WHEN: Sun Jul 20 19:15:17 2008
;; MSG SIZE rcvd: 47
Code:
mail:~# dig mail.thielpark.com a
; <<>> DiG 9.3.4-P1.1 <<>> mail.thielpark.com a
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 11230
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;mail.thielpark.com. IN A
;; ANSWER SECTION:
mail.thielpark.com. 28800 IN A 78.46.43.66
;; Query time: 5 msec
;; SERVER: 213.133.98.98#53(213.133.98.98)
;; WHEN: Sun Jul 20 19:15:28 2008
;; MSG SIZE rcvd: 52
So also "mail.thielpark.com. 28800 IN A 78.46.43.66". Problem remains.
Thanks, regards
Philipp