Hello I have searched the forum and googled this subject for few days, I just can not seem to get this to work.. let me start of by explaining how far a have got to.
Ubuntu Server
Installed DNS
Configured Zone File
Installed Zimbra
--------------------------
cat /etc/hosts
127.0.0.1 localhost
192.168.1.3 mail.domain.org.uk mail
cat /etc/resolv.conf
search domain.org.uk
nameserver 192.168.1.3
----------------------------
cat db.mail.domain.org.uk
$TTL 86400
@ IN SOA mail.domain.org.uk. hostmaster.mail.domain.org.uk. (
2007062703 ;serial
28800 ;refresh
3600 ;retry
604800 ;expire
38400 ) ;minimum 25 minutes
IN NS 192.168.16.3
IN MX 10 mail.domain.org.uk.
IN A 192.168.16.3
mail IN A 192.168.16.3
----------------------------------
cat named.conf.local
//
// Do any local configuration here
//
// Consider adding the 1918 zones here, if they are not used in your
// organization
//include "/etc/bind/zones.rfc1918";
zone "mail.domain.org.uk" {
type master;
file "/etc/bind/zones/db.mail.domain.org.uk";
};
---------------------------------
Network Setup:
Domains Hosted by 1and1
domain.org.uk
domain2.ork.uk
Pointed MX on 1and1 to zimbra static ip for both domains.
WAN --> Router --> Firewall > -- Zimbra
Ports Forwarded 25
Relay smtp out through Firewall which has smtp server setup on.
---------------------------------
What I would like to do is add domain2.org.uk to Zimbra and be able to receive and send out emails like domain.org.uk.
Figured it out it works now. All is left is to setup all my accounts and point my mx records to my static IP!..
Zimbra. Rocks
