Cool, thanks. I ran into an issue during install though. I researched this pretty thoroughly on your forums and it appears to be a DNS issue, but our DNS is working fine. I have our network guying combing over the firewall now as that's the only other thing I can think of. Here's what it's doing. Let me know what you guys make of it and if you have any suggestions
Code:
[root@zimbratest zcs-4.5.6]# ./install.sh -u
Operations logged to /tmp/install.log.24066
Checking for existing installation...
zimbra-ldap...FOUND zimbra-ldap-4.5.6_GA_1044
zimbra-logger...FOUND zimbra-logger-4.5.6_GA_1044
zimbra-mta...FOUND zimbra-mta-4.5.6_GA_1044
zimbra-snmp...FOUND zimbra-snmp-4.5.6_GA_1044
zimbra-store...FOUND zimbra-store-4.5.6_GA_1044
zimbra-apache...FOUND zimbra-apache-4.5.6_GA_1044
zimbra-spell...FOUND zimbra-spell-4.5.6_GA_1044
zimbra-core...FOUND zimbra-core-4.5.6_GA_1044
Saving existing configuration file to /opt/zimbra/.saveconfig
Completely remove existing installation? [N] y
Shutting down zimbra mail
Backing up ldap
could not stat config file "/opt/zimbra/conf/slapd.conf": No such file or directory (2)
slapcat: bad configuration file!
Removing existing packages
zimbra-ldap...done
zimbra-logger...done
zimbra-mta...done
zimbra-snmp...done
zimbra-store...done
zimbra-spell...done
zimbra-apache...done
zimbra-core...done
Removing deployed webapp directories
Removing /opt/zimbra
[root@zimbratest zcs-4.5.6]# cd ../zcs-4.0.1
[root@zimbratest zcs-4.0.1]# ./install.sh
Operations logged to /tmp/install.log.25701
Checking for existing installation...
zimbra-ldap...NOT FOUND
zimbra-logger...NOT FOUND
zimbra-mta...NOT FOUND
zimbra-snmp...NOT FOUND
zimbra-store...NOT FOUND
zimbra-apache...NOT FOUND
zimbra-spell...NOT FOUND
zimbra-core...NOT FOUND
PLEASE READ THIS AGREEMENT CAREFULLY BEFORE USING THE SOFTWARE.
ZIMBRA, INC. ("ZIMBRA") WILL ONLY LICENSE THIS SOFTWARE TO YOU IF YOU
FIRST ACCEPT THE TERMS OF THIS AGREEMENT. BY DOWNLOADING OR INSTALLING
THE SOFTWARE, OR USING THE PRODUCT, YOU ARE CONSENTING TO BE BOUND BY
THIS AGREEMENT. IF YOU DO NOT AGREE TO ALL OF THE TERMS OF THIS
AGREEMENT, THEN DO NOT DOWNLOAD, INSTALL OR USE THE PRODUCT.
License Terms for the Zimbra Collaboration Suite:
http://www.zimbra.com/license/zimbra_network_eval_license.pdf
Press Return to continue
Checking for prerequisites...
NPTL...FOUND
sudo...FOUND sudo-1.6.7p5-30.1.3
libidn...FOUND libidn-0.5.6-1
curl...FOUND curl-7.12.1-11
fetchmail...FOUND fetchmail-6.2.5-6.0.1
gmp...FOUND gmp-4.1.4-3
Checking for installable packages
Found zimbra-core
Found zimbra-ldap
Found zimbra-logger
Found zimbra-mta
Found zimbra-snmp
Found zimbra-store
Found zimbra-apache
Found zimbra-spell
Select the packages to install
Install zimbra-ldap [Y]
Install zimbra-logger [Y]
Install zimbra-mta [Y]
Install zimbra-snmp [Y]
Install zimbra-store [Y]
Install zimbra-spell [Y]
Installing:
zimbra-core
zimbra-ldap
zimbra-logger
zimbra-mta
zimbra-snmp
zimbra-store
zimbra-apache
zimbra-spell
You appear to be installing packages on a platform different
than the platform for which they were built
This platform is CentOS4
Packages found: zimbra-core-4.0.1_GA_324.RHEL4-20060906182455.i386.rpm
This may or may not work
Install anyway? [N] y
The system will be modified. Continue? [N] y
Removing /opt/zimbra
Installing packages
zimbra-core......zimbra-core-4.0.1_GA_324.RHEL4-20060906182455.i386.rpm...done
zimbra-ldap......zimbra-ldap-4.0.1_GA_324.RHEL4-20060906182455.i386.rpm...done
zimbra-logger......zimbra-logger-4.0.1_GA_324.RHEL4-20060906182455.i386.rpm...done
zimbra-mta......zimbra-mta-4.0.1_GA_324.RHEL4-20060906182455.i386.rpm...done
zimbra-snmp......zimbra-snmp-4.0.1_GA_324.RHEL4-20060906182455.i386.rpm...done
zimbra-store......zimbra-store-4.0.1_GA_324.RHEL4-20060906182455.i386.rpm...done
zimbra-apache......zimbra-apache-4.0.1_GA_324.RHEL4-20060906182455.i386.rpm...done
zimbra-spell......zimbra-spell-4.0.1_GA_324.RHEL4-20060906182455.i386.rpm...done
Operations logged to /tmp/zmsetup.log.26466
Setting defaults...Can't call method "answer" on an undefined value at /opt/zimbra/libexec/zmsetup.pl line 516. Line 516 has to deal with resolving the MX record for the domain. The domain of the server is zimbratest.hotonhomes.com which resolves to 192.168.1.34 (which is a private IP, but this system is only being used in an internal network for now).
Code:
[root@zimbratest zcs-4.0.1]# host `hostname`
zimbratest.hotonhomes.com has address 192.168.1.34
I double check with dig to make sure the DNS resolves fine and I get this:
Code:
[root@zimbratest zcs-4.0.1]# dig mx zimbratest.hotonhomes.com
; <<>> DiG 9.2.4 <<>> mx zimbratest.hotonhomes.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 51353
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 0
;; QUESTION SECTION:
;zimbratest.hotonhomes.com. IN MX
;; ANSWER SECTION:
zimbratest.hotonhomes.com. 3600 IN MX 20 192.168.1.34.
;; AUTHORITY SECTION:
hotonhomes.com. 3600 IN NS ns55.domaincontrol.com.
hotonhomes.com. 3600 IN NS ns56.domaincontrol.com.
;; Query time: 35 msec
;; SERVER: 208.109.14.49#53(208.109.14.49)
;; WHEN: Wed Jul 25 12:57:13 2007
;; MSG SIZE rcvd: 123
And the A record:
Code:
[root@zimbratest zcs-4.0.1]# dig a zimbratest.hotonhomes.com
; <<>> DiG 9.2.4 <<>> a zimbratest.hotonhomes.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 14225
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 0
;; QUESTION SECTION:
;zimbratest.hotonhomes.com. IN A
;; ANSWER SECTION:
zimbratest.hotonhomes.com. 3600 IN A 192.168.1.34
;; AUTHORITY SECTION:
hotonhomes.com. 3600 IN NS ns55.domaincontrol.com.
hotonhomes.com. 3600 IN NS ns56.domaincontrol.com.
;; Query time: 31 msec
;; SERVER: 208.109.14.49#53(208.109.14.49)
;; WHEN: Wed Jul 25 12:57:45 2007
;; MSG SIZE rcvd: 111
Is there anything else it could be? I've completely uninstalled it following the wiki and get the same thing each time. When I install version 4.5.6, I get this message at that step:
Code:
Setting defaults...
DNS ERROR - No A record for zimbratest.hotonhomes.com.
Interface: 127.0.0.1
Interface: 127.0.0.1
Interface: 192.168.1.34
DNS ERROR - none of the MX records for zimbratest.hotonhomes.com
resolve to this host
Change domain name? [Yes] But it will let me proceed past that and complete the install and after the install is complete, it works perfectly. It can send and receive mail without a problem. Please let me know if there's anything else I can try.