hbedi 2003/01/18 15:22:34
Modified: . build.xml
src/conf james-config.xml
Log:
DNS Java library upgrade submitted by Serge Sozonoff
Revision Changes Path
1.119 +2 -2 jakarta-james/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-james/build.xml,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- build.xml 6 Jan 2003 10:40:21 -0000 1.118
+++ build.xml 18 Jan 2003 23:22:34 -0000 1.119
@@ -388,7 +388,7 @@
<include name="*.jar"/>
</lib>
<lib dir="lib">
- <include name="dnsjava-1.2.3.jar"/>
+ <include name="dnsjava-1.3.1.jar"/>
<include name="jakarta-oro-2.0.1.jar"/>
<include name="mm.mysql-2.0.14.jar"/>
<include name="mm.mysql.LICENCE"/>
1.44 +12 -5 jakarta-james/src/conf/james-config.xml
Index: james-config.xml
===================================================================
RCS file: /home/cvs/jakarta-james/src/conf/james-config.xml,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- james-config.xml 18 Jan 2003 20:58:26 -0000 1.43
+++ james-config.xml 18 Jan 2003 23:22:34 -0000 1.44
@@ -294,16 +294,23 @@
<!-- Specifies DNS Server information for use by various components inside -->
<!-- James. -->
<!-- -->
+ <!-- James will attempt to autodetect the DNS servers configured on your
underlying system.-->
+ <!-- Currently, this works if the OS has a unix-like /etc/resolv.conf,-->
+ <!-- or the system is Windows based with ipconfig or winipcfg.-->
+ <!-- -->
+ <!-- If no DNS servers are found and you have not specified any below, 127.0.0.1
will be used-->
+ <!-- -->
<!-- Information includes a list of DNS Servers to be used by James. These are
-->
<!-- specified by the server elements, each of which is a child element of the
-->
<!-- servers element. Each server element is the IP address of a single DNS
server. -->
<!-- The servers element can have multiple server children. -->
<dnsserver>
<servers>
-<!-- CONFIRM? -->
- <!--Enter ip address of your DNS server, one IP address per server -->
- <!-- element. The default configuration assumes a DNS server on the
localhost. -->
- <server>127.0.0.1</server>
+ <!--Enter ip address of your DNS server, one IP address per server -->
+ <!-- element. -->
+ <!--
+ <server>127.0.0.1</server>
+ -->
</servers>
<authoritative>false</authoritative>
</dnsserver>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>