Hi,
i'm a new user of ZCS 8.5, trying to make a mail server, but mails to my domain are not delivered locally.
Please find below steps of installation on a new Centos 6.5 Server
yum -y update
[root@mail1 ~]# cat /etc/hosts
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
132.147.0.2 mail1.example.org mail1
[root@mail1 ~]# cat /etc/resolv.conf
nameserver 8.8.8.8
nameserver 4.2.2.2
[root@mail1 ~]#
[root@mail1 ~]#cd /tmp/
[root@mail1 tmp]#wget http://files2.zimbra.com/downloads/8.5.0_GA/zcs-8.5.0_GA_3042.RHEL6_64.20140828192005.tgz
[root@mail1 tmp]#tar zvxf zcs-8.5.0_GA_3042.RHEL6_64.20140828192005.tgz
[root@mail1 tmp]#cd zcs-8.5.0_GA_3042.RHEL6_64.20140828192005
[root@mail1 zcs-8.5.0_GA_3042.RHEL6_64.20140828192005]#./install.sh --platform-override
After installation, i;ve created few users and mails to gmail and yahoo are delivering but mails to my self domains are relayed to the MX.
My local zimbra is sending the local mail to the MX pointer and not delivering them locally. Kindly suggest what i'm missing in the above configuration.