<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://morison.biz/technotes/feeds/rss.css" ?>
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/" 
	xmlns:dc="http://purl.org/dc/elements/1.1/" 
	xmlns:icbm="http://postneo.com/icbm/" 
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/" 
	xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" 
	xmlns:wfw="http://wellformedweb.org/CommentAPI/" >

<channel>
	<title>Comments for: DNS Preliminaries</title>
	<link>http://morison.biz/technotes/articles/42</link>
	<description>Public mail service requires a static IP and DNS support. Here is a quick list of what you need.

IP &amp; DNS Setup

You'll need a static IP and access to the DNS config for you domain. For the static, it's a matter of requesting the static IP from your access provider...if your service supports such...if not, read the commentary at The Internet Server Project - Part II - Planning

.

For DNS, most likely the registrar for your domain has a web interface for making changes.
Checklist

 A static IP, from your access or hosting provider
 An 'A' record pointing to a name to your static ip, using a name something like &quot;mailserver.example.domain&quot;. In this guide we'll use example.domain as a placeholder for your own domain.
 An MX record for example.domain which points at mailserver.example.domain
 CNAME or A records for mail.example.domain, smtp.example.domain and webmail.example.domain. If you use CNAME's, point them at mailserver.example.domain, if A use your static IP.
Next Step: Ubuntu Install</description>
	<language>en</language>
	<copyright>2006-2008, Rod Morison Software</copyright>
	<managingEditor>technotes@morison.biz</managingEditor>
	<lastBuildDate>Wed, 08 Feb 2012 02:35:43 GMT</lastBuildDate>
	<generator>Yet Another Community System</generator>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>70</ttl>

</channel>
</rss>
