Author: buildbot
Date: Fri May 11 08:14:44 2012
New Revision: 817200
Log:
Staging update by buildbot for james
Modified:
websites/staging/james/trunk/content/ (props changed)
websites/staging/james/trunk/content/server/config-domainlist.html
Propchange: websites/staging/james/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri May 11 08:14:44 2012
@@ -1 +1 @@
-1335446
+1337052
Modified: websites/staging/james/trunk/content/server/config-domainlist.html
==============================================================================
--- websites/staging/james/trunk/content/server/config-domainlist.html
(original)
+++ websites/staging/james/trunk/content/server/config-domainlist.html Fri May
11 08:14:44 2012
@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
- <title></title>
+ <title>Domain List configuration</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content=""></meta>
<meta name="author" content=""></meta>
@@ -60,7 +60,7 @@
};
function twshare () {
window.open(
- "https://twitter.com/intent/tweet?url="+document.URL+"&text=",
+ "https://twitter.com/intent/tweet?url="+document.URL+"&text=Domain List
configuration",
'Share on Twitter',
'width=800,height=526');
};
@@ -131,7 +131,7 @@
<div class="page-header">
<small><a href="./../index.html">Home</a> » <a
href="./../server/">Server</a></small><br>
-<h1>
+<h1>Domain List configuration
<div style="float: right; position: relative; bottom: -10px; ">
<a onclick="javascript:gpshare()" class="gp-share sprite" title="share
on Google+">share [gp]</a>
@@ -141,26 +141,27 @@
</h1>
</div>
+<p>ASF License v2</p>
+
+<h1>DomainList Configuration #{domainlist}</h1>
+
<p>Consult <a
href="https://svn.apache.org/repos/asf/james/app/tags/apache-james-3.0-beta4/src/main/resources/domainlist-template.conf">domainlist-template.conf</a>
in SVN to get some examples and hints.</p>
<p>This configuration block is defined by the <strong>domainlist</strong>
tag.</p>
<p>You must specify the DomainList class as attribute of the domainlist tag
(org.apache.james.domainlist.jpa.JPADomainList, or
org.apache.james.domainlist.xml.XMLDomainList, or...)</p>
-<p><strong>domainnames</strong>
-: Domainnames identifies the DNS namespace served by this instance of
James. These domainnames are used for both matcher/mailet processing and SMTP
auth to determine when a mail is intended for local delivery - Only applicable
for XMLDomainList.</p>
+<pre><code>**domainnames** : Domainnames identifies the DNS namespace served
by this instance of James. These domainnames are used for both matcher/mailet
processing and SMTP auth to determine when a mail is intended for local
delivery - Only applicable for XMLDomainList.
-<p><strong>autodetect</strong>
-: true or false - If autodetect is true, James wil attempt to discover its
own host name AND use any explicitly specified servernames. If autodetect is
false, James will use only the specified domainnames.</p>
+**autodetect** : true or false - If autodetect is true, James wil attempt to
discover its own host name AND use any explicitly specified servernames. If
autodetect is false, James will use only the specified domainnames.
-<p><strong>autodetectIP</strong>
-: true or false - If autodetectIP is not false, James will also allow add
the IP address for each servername. The automatic IP detection is to support
RFC 2821, Sec 4.1.3, address literals.</p>
+**autodetectIP** : true or false - If autodetectIP is not false, James will
also allow add the IP address for each servername. The automatic IP detection
is to support RFC 2821, Sec 4.1.3, address literals.
-<p><strong>defaultDomain</strong>
-: Set the default domain which will be used if an email is send to a
recipient without a domain part. If not defaultdomain is set the first domain
of the DomainList get used.
-To override autodetected domainames names simply add explicit domainname
elements. In most cases this will be necessary. By default, the domainname
'localhost' is specified. This can be removed, if required.</p>
+**defaultDomain** : Set the default domain which will be used if an email is
send to a recipient without a domain part. If not defaultdomain is set the
first domain of the DomainList get used.
+To override autodetected domainames names simply add explicit domainname
elements. In most cases this will be necessary. By default, the domainname
'localhost' is specified. This can be removed, if required.
+</code></pre>
-<p>Warning: If you are using fetchmail it is important to include the fetched
domains in the server name list to prevent looping.</p>
+<p><em>Warning</em>: If you are using fetchmail it is important to include the
fetched domains in the server name list to prevent looping.</p>