This is my second attempt at installing Zimbra 7.0 RHEL on CentOS 5.5 ... I am using a new domain name I have just registered where I have better access and results with DNS management opposed to the previous domain name I have been attempting to use with Zimbra.
Everything seems to be working ok with the install. I am using the domain name: scriptschools.com and I can access the admin control panel at the URL:
https://mail.scriptschools.com:7071/
However, all of my admin email account is set as:
admin@mail.scriptschools.com and when I go to create a new email address I it gives me the following domain: @mail.scriptschools.com when my email address domain should be of course: @scriptschools.com
I am following the Zimbra wiki
Split DNS article and I am experiencing mixed results. Any suggestions would be welcomed.
The following is the content of my named.conf (/var/named/chroot/etc/named.conf)
file:
Code:
options {
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";
forwarders { 184.107.148.154 ; };
};
include "/etc/rndc.key";
// We are the master server for mail.scriptschools.com
zone "mail.scriptschools.com" {
type master;
file "db.mail.scriptschools.com";
}; Ok... here are the results of the Verify section of the Wiki Split DNS Article:
dig scriptschools.com mx
Code:
; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_5.3 <<>> scriptschools.com mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 49290
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 1
;; QUESTION SECTION:
;scriptschools.com. IN MX
;; ANSWER SECTION:
scriptschools.com. 3600 IN MX 10 mail.scriptschools.com.
;; AUTHORITY SECTION:
scriptschools.com. 3600 IN NS ns69.domaincontrol.com.
scriptschools.com. 3600 IN NS ns70.domaincontrol.com.
;; ADDITIONAL SECTION:
mail.scriptschools.com. 2592000 IN A 184.107.148.154
;; Query time: 15 msec
;; SERVER: 184.107.148.154#53(184.107.148.154)
;; WHEN: Fri Mar 4 02:23:49 2011
;; MSG SIZE rcvd: 124
dig scriptschools.com any
Code:
; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_5.3 <<>> scriptschools.com any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 3358
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 2, ADDITIONAL: 1
;; QUESTION SECTION:
;scriptschools.com. IN ANY
;; ANSWER SECTION:
scriptschools.com. 3452 IN MX 10 mail.scriptschools.com.
scriptschools.com. 3452 IN NS ns69.domaincontrol.com.
scriptschools.com. 3452 IN NS ns70.domaincontrol.com.
;; AUTHORITY SECTION:
scriptschools.com. 3452 IN NS ns70.domaincontrol.com.
scriptschools.com. 3452 IN NS ns69.domaincontrol.com.
;; ADDITIONAL SECTION:
mail.scriptschools.com. 2592000 IN A 184.107.148.154
;; Query time: 0 msec
;; SERVER: 184.107.148.154#53(184.107.148.154)
;; WHEN: Fri Mar 4 02:26:17 2011
;; MSG SIZE rcvd: 152
host $(hostname)
Code:
mail.scriptschools.com has address 184.107.148.154
mail.scriptschools.com mail is handled by 10 mail.scriptschools.com.
cat /etc/resolv.conf
Code:
search scriptschools.com
nameserver 184.107.148.154
cat /etc/hosts
Code:
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
184.107.148.154 mail.scriptschools.com mail