
Originally Posted by
phoenix
You should post the output of those commands so we can check that they are OK.
You don't need to uninstall the OSS version, just run the NE installer and it will upgrade your current set-up.
post output, ok, I've stripped out any identifying info by replacing the domain with mydomain, the ip with 66.66.66.66, the smtp ip (mta will be separate machine) as 66.66.66.67, and my own ip as 77.77.77.77
Code:
Host mail.mydomain.com
Stopping stats...Done
Stopping spell...Done
Stopping snmp...Done
Stopping archiving...Done
Stopping antivirus...Done
Stopping antispam...Done
Stopping imapproxy...Done
Stopping mailbox...Done
Stopping logger...Done
Stopping ldap...Done
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp6 0 0 :::22 :::* LISTEN
tcp6 0 0 ::1:48612 ::1:52193 TIME_WAIT
tcp6 0 0 66.66.66.66:22 77.77.77.77:4719 ESTABLISHED
Active UNIX domain sockets (servers and established)
Proto RefCnt Flags Type State I-Node Path
unix 2 [ ] DGRAM 6159 @/com/ubuntu/upstart
unix 4 [ ] DGRAM 11359 /dev/log
unix 2 [ ] DGRAM 6401 @/org/kernel/udev/udevd
unix 2 [ ] DGRAM 13902
unix 3 [ ] STREAM CONNECTED 13901
unix 3 [ ] STREAM CONNECTED 13900
unix 2 [ ] DGRAM 11412
127.0.0.1 localhost
66.66.66.66 mail.mydomain.com mail
#192.168.1.66 mail.mydomain.com mail
# The following lines are desirable for IPv6 capable hosts
::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
search mydomain.com
#nameserver 192.168.1.44
nameserver 192.197.96.11
nameserver 192.197.96.12
; <<>> DiG 9.4.2 <<>> mydomain.com mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 49149
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; QUESTION SECTION:
;mydomain.com. IN MX
;; ANSWER SECTION:
mydomain.com. 14400 IN MX 0 smtp.mydomain.com.
;; ADDITIONAL SECTION:
smtp.mydomain.com. 14400 IN A 66.66.66.67
;; Query time: 0 msec
;; SERVER: 192.197.96.11#53(192.197.96.11)
;; WHEN: Thu Nov 6 18:14:37 2008
;; MSG SIZE rcvd: 70
; <<>> DiG 9.4.2 <<>> mail.mydomain.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 30063
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;mail.mydomain.com. IN A
;; ANSWER SECTION:
mail.mydomain.com. 14400 IN A 66.66.66.66
;; Query time: 0 msec
;; SERVER: 192.197.96.11#53(192.197.96.11)
;; WHEN: Thu Nov 6 18:14:37 2008
;; MSG SIZE rcvd: 54
mail.mydomain.com has address 66.66.66.66 thanks
Sean