View Single Post
  #5 (permalink)  
Old 07-20-2008, 10:36 AM
Offermann Offermann is offline
Intermediate Member
 
Posts: 24
Default

Everyone please note: This discussion is also about a startup problem that seems related.

Hello Bill,
thank you for your answer. I changed the hostname to "mail" and the FQDN to "mail.thielpark.com". I now get:
Code:
mail:~# host `hostname`
mail does not exist (Authoritative answer)
Code:
cat /etc/hosts
### Hetzner Online AG installimage
# nameserver config
# IPv4
127.0.0.1 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
Code:
mail:~# dig thielpark.com mx

; <<>> DiG 9.3.4-P1.1 <<>> thielpark.com mx
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 5843
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;thielpark.com.                 IN      MX

;; ANSWER SECTION:
thielpark.com.          28800   IN      MX      10 mail.thielpark.com.

;; Query time: 51 msec
;; SERVER: 213.133.98.98#53(213.133.98.98)
;; WHEN: Sun Jul 20 18:31:54 2008
;; MSG SIZE  rcvd: 52
Code:
mail:~# dig thielpark.com any

; <<>> DiG 9.3.4-P1.1 <<>> thielpark.com any
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 62101
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;thielpark.com.                 IN      ANY

;; ANSWER SECTION:
thielpark.com.          28754   IN      NS      ns1.domaindiscount24.net.
thielpark.com.          28754   IN      NS      ns2.domaindiscount24.net.
thielpark.com.          28754   IN      NS      ns3.domaindiscount24.net.

;; Query time: 27 msec
;; SERVER: 213.133.98.98#53(213.133.98.98)
;; WHEN: Sun Jul 20 18:32:40 2008
;; MSG SIZE  rcvd: 105
Is that correct?
The ldap-problem during startup is still there. Any ideas? How serious is this problem? Should I revert to a backup (and loose some mails)?
Thanks, regards
Philipp
Reply With Quote