Difference between revisions of "Ubuntu"

Jump to navigation Jump to search
799 bytes added ,  23:16, 19 February 2010
m
→‎Zimba Install: Renamed to "Exchange Server"
(Initial creation)
m (→‎Zimba Install: Renamed to "Exchange Server")
Line 33: Line 33:
** <code> apt-get upgrade </code>
** <code> apt-get upgrade </code>


== Zimba Install ==
== Exchange Server ==
=== DNS Records ===
Firstly, you need to own a public domain name, then get your ISP to create two DNS records...
# '''MX record''' - Mail Exchanger (MX) record
#* EG <code> sandfordit.com [MX] -> mail.sandfordit.com </code>
#* <code> sandfordit.com </code> is the domain you own, and <code> mail </code> is hostname of your email server (can be anything you like)
# '''A record''' - Standard DNS record
#* EG <code> mail.sandfordit.com [A] -> 158.25.34.124 </code>
#* <code> 158.25.34.124 </code> is the static IP address assigned by your ISP.  You'll need to set-up a NAT on your router (often oddly called a virtual server in domestic routers) to map incoming mail on TCP 25 to your email server's actual address (EG <code> 158.25.34.124:25 -> 192.168.10.100:25 </code>.
 
=== Zimba Install ===
Reference http://wiki.zimbra.com/index.php?title=Ubuntu_8.04_LTS_Server_%28Hardy_Heron%29_Install_Guide
Reference http://wiki.zimbra.com/index.php?title=Ubuntu_8.04_LTS_Server_%28Hardy_Heron%29_Install_Guide


Navigation menu