Difference between revisions of "Ubuntu"

Jump to navigation Jump to search
10 bytes added ,  15:17, 21 February 2010
m
(→‎Exchange Server: Added "OS DNS Setup")
m (→‎OS DNS Setup: Fix typos)
Line 99: Line 99:
* '''Public''' = Global internet, ISP assigned IP address and registered domain name (eg <code>158.25.34.124</code> and <code>mail.sandfordit.com</code>)
* '''Public''' = Global internet, ISP assigned IP address and registered domain name (eg <code>158.25.34.124</code> and <code>mail.sandfordit.com</code>)


Add the IP('s) of the DNS servers you use for resolution on your other machines to your local DNS server's list of forwarders (so that your exchange server forwards DNS resolution requests for unknown names to your normal DNS servers), edit <code>/etc/bind/named.conf.options</code>
Firstly, add the IP('s) of the DNS servers you use for resolution on your other machines to your local DNS server's list of forwarders (so that your exchange server forwards DNS resolution requests for unknown names to your normal DNS servers), edit <code>/etc/bind/named.conf.options</code>
<pre>
<pre>
options {
options {
Line 129: Line 129:
<pre>
<pre>
;
;
; BIND data file for mydomain.com
; BIND data file for sandfordit.com
;
;
$TTL    604800
$TTL    604800
Line 144: Line 144:
mail    IN      A      192.168.1.150
mail    IN      A      192.168.1.150
</pre>
</pre>


=== Zimba Install ===
=== Zimba Install ===

Navigation menu