noel 2003/02/13 23:48:05
Modified: src/xdocs documentation_2_1.xml
www documentation_2_1.html
Added: src/xdocs dns_configuration_2_1.xml
www dns_configuration_2_1.html
Log:
Added DNS configuration docs. Thanks you to Alan Gerhard
Revision Changes Path
1.8 +1 -0 jakarta-james/src/xdocs/documentation_2_1.xml
Index: documentation_2_1.xml
===================================================================
RCS file: /home/cvs/jakarta-james/src/xdocs/documentation_2_1.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- documentation_2_1.xml 12 Dec 2002 02:50:26 -0000 1.7
+++ documentation_2_1.xml 14 Feb 2003 07:48:05 -0000 1.8
@@ -49,6 +49,7 @@
</ul>
IV. Configuring James
<ul>
+<li><a href="dns_configuration_2_1.html">DNS Server Configuration</a></li>
<li><a href="pop3_configuration_2_1.html">POP3 Server Configuration</a></li>
<li><a href="smtp_configuration_2_1.html">SMTP Server Configuration</a></li>
<li><a href="nntp_configuration_2_1.html">NNTP Server Configuration</a></li>
1.1 jakarta-james/src/xdocs/dns_configuration_2_1.xml
Index: dns_configuration_2_1.xml
===================================================================
<?xml version="1.0"?>
<document>
<properties>
<title>James 2.1 - Configuring DNS Services</title>
</properties>
<body>
<section name="DNS Configuration">
<p>DNS Transport services are controlled by a configuration block in
the config.xml. This block affects SMTP remote delivery.</p>
<p>The dnsserver tag defines the boundaries of the configuration
block. It encloses all the relevant configuration for the DNS server.
The behavior of the DNS service is controlled by the attributes and
children of this tag.</p>
<p>The standard children of the dnsserver tag are:</p>
<ul>
<li><strong>servers</strong> - This is a list of DNS Servers to be used by James and
are
specified by one, or more <strong><i>server</i></strong> elements, which are child
elements.
Each server element is the IP address of a single DNS server.
<source>
<servers>
<server>127.0.0.1</server>
<server>166.181.194.205</server>
</servers>
</source>
</li>
<li><strong>authoritative</strong> - (<strong>true/false</strong>)This tag specifies
whether or not
to require authoritative (non-cached) DNS records; to only accept DNS responses that
are
authoritative for the domain. It is primarily useful in an intranet/extranet
environment.
<p>This should always be <strong>false</strong> unless you understand the
implications.</p>
</li>
</ul>
</section>
</body>
</document>
1.5 +4 -0 jakarta-james/www/documentation_2_1.html
Index: documentation_2_1.html
===================================================================
RCS file: /home/cvs/jakarta-james/www/documentation_2_1.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- documentation_2_1.html 6 Feb 2003 06:19:26 -0000 1.4
+++ documentation_2_1.html 14 Feb 2003 07:48:05 -0000 1.5
@@ -225,6 +225,10 @@
<ul>
<li>
+<a href="dns_configuration_2_1.html">DNS Server Configuration</a>
+</li>
+
+<li>
<a href="pop3_configuration_2_1.html">POP3 Server Configuration</a>
</li>
1.1 jakarta-james/www/dns_configuration_2_1.html
Index: dns_configuration_2_1.html
===================================================================
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Apache James - James 2.1 - Configuring DNS Services - Java Mail and News
server, SMTP POP3 NNTP</title>
<meta
content="mail,email,news,SMTP,POP3,NNTP,IMAP,MAILET,JAVA,WINDOWS,LINUX,server,Windows,2k,NT,98,ME,XP,Linux."
name="keywords">
<meta content="Free (Open Source) Java mail server (mailserver) from Apache.
Providing SMTP POP3 IMAP and News NNTP runs on Microsoft Windows 2k,NT,98,ME,XP, and
most flavours of Linux." name="description">
<meta content="ALL" name="ROBOTS">
<LINK TITLE="Style" HREF="stylesheet.css" TYPE="text/css" REL="stylesheet">
</head>
<body vlink="#525D76" alink="#525D76" link="#525D76" text="#000000"
bgcolor="#ffffff">
<table cellspacing="4" width="100%" border="0">
<!--PAGE HEADER-->
<tr>
<td colspan="2">
<!--ASF LOGO--><a href="http://www.apache.org/"><img border="0" alt="The ASF"
align="left" src="http://www.apache.org/images/asf_logo_wide.gif"></a>
<!--PROJECT LOGO--><a href="http://james.apache.org"><img border="0" alt="James -
Java Apache Mail Enterprise Server" align="right"
src="http://james.apache.org/images/james-logo.jpg"></a></td>
</tr>
<!--HEADER SEPARATOR-->
<tr>
<td colspan="2">
<hr size="1" noshade="">
</td>
</tr>
<tr>
<!--LEFT SIDE NAVIGATION-->
<td nowrap="true" valign="top" width="20%">
<p>
<strong>James</strong>
</p>
<ul>
<li>
<a href="./index.html">Overview</a>
</li>
<li>
<a href="./FAQ.html">James FAQ</a>
</li>
<li>
<a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
</li>
<li>
<a href="http://nagoya.apache.org/wiki/apachewiki.cgi?James">Wiki</a>
</li>
</ul>
<p>
<strong>Downloads</strong>
</p>
<ul>
<li>
<a href="http://jakarta.apache.org/site/binindex.cgi">Binaries</a>
</li>
<li>
<a href="http://jakarta.apache.org/site/sourceindex.cgi">Source Code</a>
</li>
</ul>
<p>
<strong>Documentation</strong>
</p>
<ul>
<li>
<a href="./documentation_2_1.html">James 2.1 Documentation</a>
</li>
<li>
<a href="./javadocs/index.html">James Javadocs</a>
</li>
<li>
<a href="./mailet/index.html">Mailet API</a>
</li>
<li>
<a href="./james_and_sendmail.html">James and sendmail</a>
</li>
<li>
<a href="./rfclist.html">Useful RFCs</a>
</li>
<li>
<a href="./document_archive.html">Older Document Archive</a>
</li>
</ul>
<p>
<strong>Project</strong>
</p>
<ul>
<li>
<a href="http://jakarta.apache.org/site/bugs.html">Bug Database </a>
</li>
<li>
<a href="http://jakarta.apache.org/site/cvsindex.html">CVS Repositories</a>
</li>
<li>
<a href="./weare.html">Who We Are</a>
</li>
<li>
<a href="./contribute.html">How Can I Contribute?</a>
</li>
<li>
<a href="./code-standards.html">Coding Standards</a>
</li>
<li>
<a href="./license.html">License</a>
</li>
<li>
<a href="./changelog.html">Changelog</a>
</li>
<li>
<a href="./todo.html">TODO</a>
</li>
</ul>
<p>
<strong>Translated</strong>
</p>
<ul>
<li>
<a href="http://www.terra-intl.com/jakarta/james/">Japanese (web)</a>
</li>
</ul>
<p>
<strong>Related Projects</strong>
</p>
<ul>
<li>
<a href="http://jakarta.apache.org/index.html">Jakarta</a>
</li>
<li>
<a href="http://jakarta.apache.org/ant/index.html">Ant</a>
</li>
<li>
<a href="http://jakarta.apache.org/avalon/index.html">Avalon</a>
</li>
</ul>
<p>
<strong>Useful Information</strong>
</p>
<ul>
<li>
<a href="http://jakarta.apache.org/site/getinvolved.html">Get Involved</a>
</li>
<li>
<a href="http://jakarta.apache.org/site/library.html">Reference Library</a>
</li>
<li>
<a href="http://apache.org/foundation/faq.html">Apache</a>
</li>
</ul>
</td>
<!--RIGHT SIDE MAIN BODY--><td align="left" valign="top" width="80%">
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td bgcolor="#525D76"><font face="arial,helvetica.sanserif" color="#ffffff"><a
name="DNS%20Configuration"><strong>DNS Configuration</strong></a></font></td>
</tr>
<tr>
<td>
<blockquote>
<p>DNS Transport services are controlled by a configuration block in
the config.xml. This block affects SMTP remote delivery.</p>
<p>The dnsserver tag defines the boundaries of the configuration
block. It encloses all the relevant configuration for the DNS server.
The behavior of the DNS service is controlled by the attributes and
children of this tag.</p>
<p>The standard children of the dnsserver tag are:</p>
<ul>
<li>
<strong>servers</strong> - This is a list of DNS Servers to be used by James and are
specified by one, or more <strong><i>server</i></strong> elements, which are child
elements.
Each server element is the IP address of a single DNS server.
<div align="left">
<table border="0" cellpadding="0" cellspacing="4">
<tr>
<td height="1" width="1" bgcolor="#023264"><img border="0" hspace="0" vspace="0"
height="1" width="1" src="/images/void.gif"></td><td height="1" bgcolor="#023264"><img
border="0" hspace="0" vspace="0" height="1" width="1" src="/images/void.gif"></td><td
height="1" width="1" bgcolor="#023264"><img border="0" hspace="0" vspace="0"
height="1" width="1" src="/images/void.gif"></td>
</tr>
<tr>
<td width="1" bgcolor="#023264"><img border="0" hspace="0" vspace="0" height="1"
width="1" src="/images/void.gif"></td><td height="1" bgcolor="#ffffff">
<pre>
<servers>
<server>127.0.0.1</server>
<server>166.181.194.205</server>
</servers>
</pre>
</td><td width="1" bgcolor="#023264"><img border="0" hspace="0" vspace="0"
height="1" width="1" src="/images/void.gif"></td>
</tr>
<tr>
<td height="1" width="1" bgcolor="#023264"><img border="0" hspace="0" vspace="0"
height="1" width="1" src="/images/void.gif"></td><td height="1" bgcolor="#023264"><img
border="0" hspace="0" vspace="0" height="1" width="1" src="/images/void.gif"></td><td
height="1" width="1" bgcolor="#023264"><img border="0" hspace="0" vspace="0"
height="1" width="1" src="/images/void.gif"></td>
</tr>
</table>
</div>
</li>
<li>
<strong>authoritative</strong> - (<strong>true/false</strong>)This tag specifies
whether or not
to require authoritative (non-cached) DNS records; to only accept DNS responses that
are
authoritative for the domain. It is primarily useful in an intranet/extranet
environment.
<p>This should always be <strong>false</strong> unless you understand the
implications.</p>
</li>
</ul>
</blockquote>
</td>
</tr>
</table>
</td>
</tr>
<!--FOOTER SEPARATOR-->
<tr>
<td colspan="2">
<hr size="1" noshade="">
</td>
</tr>
<!--PAGE FOOTER-->
<tr>
<td colspan="2">
<div align="center">
<font size="-1" color="#525D76"><em>
Copyright © 1999-2003, Apache Software Foundation
</em></font>
</div>
</td>
</tr>
</table>
</body>
</html>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]