Quote:
Originally Posted by phoenix Do you have valid DNS A & MX records that point to the LAN ip of your Zimbra server? If you don't then you'll need a split DNS. |
I have already working a mail server (mail) and I trying to config my zimbra server (mail2)
yes I have a DNS server (internal), this is the configuration of the server:
Address (A) Record
Host Name Domain Name IP Address
mail2 domain.com 192.0.0.121
Reverse Address (PTR) Record
IP Address Network Mask Host Name Domain Name
192.0.0.121 /24 mail2 domain.com
Mail Server (MX) Record
Host Name Domain Name Mail Server Name Delivery Precedence
mail2 domain.com mail2.domain.com High
DNS server (External)
ubuntu:~# nslookup
> mail2.domain.com
Server: 200.XX.XX.XX
Address: 200.XX.XX.XX#53
Non-authoritative answer:
Name: mail2.domail.com
Address: 200.yy.yyy.yy
> set type=mx
> domail.com
Server: 200.XX.XX.XX
Address: 200.XX.XX.XX#53
Non-authoritative answer:
domain.com mail exchanger = 10 mail.domain.com.
domain.com mail exchanger = 10 mail2.domain.com.
Authoritative answers can be found from:
> set type=ns
> domain.com
Server: 200.XX.XX.XX
Address: 200.XX.XX.XX#53
Non-authoritative answer:
domain.com nameserver = ccsctp10.genesisbci.net.
by the way this is the host configuration in the server
ubuntu:~$ cat /etc/hosts
127.0.0.1 localhost
192.0.0.121 mail2.domain.com mail2
# 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
ubuntu:~$ cat /etc/hostname
mail2
but I can send messages amount zimbra's acount
what Iam doing bad?
thank for you help...