Welcome, if you would like to post a comment please register.
We also encourage you to explore all things Zimbra with our team and members of the community.
i want to install zimbra (under ubuntu) in my local network, we have the configuration:
IP : 10.22.28.x
masque: 255.255.255.0
DNS: 212.217.0.1
passerelle:10.22.28.1
i install bin9 but i don't know what to configure else ??
Have a search of the forums for a thread titled 'DNS in a nutshell' (there are also other threads about DNS) and also the wiki for info on split-DNS - that should tell you all you need to know.
You need a configuration that :
- make your zimbra server identifiable by name and reverse IP adress
- make your zimbra server having a MX record.
Use dig on Linux to verify that with this kind of request :
dig @yournameserver yourzimbraserver A
dig @yournameserver yourzimbraserver MX
You should have an ANSWER section in return.