Difference between revisions of "Ubuntu"

Jump to navigation Jump to search
1 byte added ,  00:24, 11 March 2010
(→‎OS DNS Setup: Typo fix)
Line 146: Line 146:
Now create the internal zone that will eventually contain the local MX record for your exchange server, append the following to <code> /etc/bind/named.conf.local </code>, using your publicly registered domain name
Now create the internal zone that will eventually contain the local MX record for your exchange server, append the following to <code> /etc/bind/named.conf.local </code>, using your publicly registered domain name
<pre>
<pre>
zone "sandforit.com"  {
zone "sandfordit.com"  {
     type master;
     type master;
     file "/etc/bind/db.sandfordit.com";
     file "/etc/bind/db.sandfordit.com";

Navigation menu