Hi Thanks
Here's the outputs:
/etc/hosts
127.0.0.1 localhost.localdomain localhost.localdomain localhost4 localhost4.localdomain4 localhost
::1 localhost.localdomain localhost.localdomain localhost6 localhost6.localdomain6 localhost
192.168.1.69 mailhost.testtech.co.uk mailhost
/etc/resolv.conf
# Generated by NetworkManager
domain testtech.co.uk
search testtech.co.uk
nameserver 192.168.1.27
dig domain mx
; <<>> DiG 9.6.1b1-RedHat-9.6.1-0.3.b1.fc11 <<>> testtech.co.uk mx
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 5969
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;testtech.co.uk. IN MX
;; Query time: 0 msec
;; SERVER: 192.168.1.27#53(192.168.1.27)
;; WHEN: Tue Mar 23 15:05:48 2010
;; MSG SIZE rcvd: 32
dig domain any
; <<>> DiG 9.6.1b1-RedHat-9.6.1-0.3.b1.fc11 <<>> testtech.co.uk any
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 36374
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;testtech.co.uk. IN ANY
;; Query time: 0 msec
;; SERVER: 192.168.1.27#53(192.168.1.27)
;; WHEN: Tue Mar 23 15:06:05 2010
;; MSG SIZE rcvd: 32
host `hostname` <- note backticks and not single quotes - couldnt get this to work so did
dig -a mailhost <-with no backticks (or quotes)
Trying "mailhost.testtech.co.uk"
Trying "mailhost"
Host mailhost not found: 3(NXDOMAIN)
Received 101 bytes from 192.168.1.27#53 in 0 ms
if i do zmcontrol status get
Unable to determine enabled services from ldap . Cache is out of date or doesnt exist.
Sounds a bit broke ! - Hope you can point me in right direction - Im using this a to learn!