Author: ieugen
Date: Fri May 11 08:14:36 2012
New Revision: 1337052

URL: http://svn.apache.org/viewvc?rev=1337052&view=rev
Log:
test wiswim browser editor

Modified:
    james/site-cms/trunk/content/server/config-domainlist.mdtext

Modified: james/site-cms/trunk/content/server/config-domainlist.mdtext
URL: 
http://svn.apache.org/viewvc/james/site-cms/trunk/content/server/config-domainlist.mdtext?rev=1337052&r1=1337051&r2=1337052&view=diff
==============================================================================
--- james/site-cms/trunk/content/server/config-domainlist.mdtext (original)
+++ james/site-cms/trunk/content/server/config-domainlist.mdtext Fri May 11 
08:14:36 2012
@@ -1,3 +1,8 @@
+Title: Domain List configuration
+
+ASF License v2
+
+#DomainList Configuration #{domainlist}
 
 Consult 
[domainlist-template.conf](https://svn.apache.org/repos/asf/james/app/tags/apache-james-3.0-beta4/src/main/resources/domainlist-template.conf)
 in SVN to get some examples and hints.
 
@@ -6,19 +11,14 @@ This configuration block is defined by t
 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...)
 
 
+    **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.
+    
+    **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.
+    
+    **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.
+    
+    **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.
 
- **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.
-
- **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.
-
- **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.
-
- **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.
-
-Warning: If you are using fetchmail it is important to include the fetched 
domains in the server name list to prevent looping.
+*Warning*: If you are using fetchmail it is important to include the fetched 
domains in the server name list to prevent looping.
 



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to