You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by er...@apache.org on 2010/10/01 10:45:20 UTC

svn commit: r1003436 - /james/server/trunk/spring-deployment/src/main/config/james/dnsservice.xml

Author: eric
Date: Fri Oct  1 08:45:20 2010
New Revision: 1003436

URL: http://svn.apache.org/viewvc?rev=1003436&view=rev
Log:
Align dnsservice name (JAMES-1050)

Modified:
    james/server/trunk/spring-deployment/src/main/config/james/dnsservice.xml

Modified: james/server/trunk/spring-deployment/src/main/config/james/dnsservice.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/src/main/config/james/dnsservice.xml?rev=1003436&r1=1003435&r2=1003436&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/src/main/config/james/dnsservice.xml (original)
+++ james/server/trunk/spring-deployment/src/main/config/james/dnsservice.xml Fri Oct  1 08:45:20 2010
@@ -17,7 +17,7 @@
   specific language governing permissions and limitations      
   under the License.                                           
  -->
-<!-- DNS Server Block -->
+<!-- DNS Service Block -->
 <!-- -->
 <!-- Specifies DNS Server information for use by various components inside -->
 <!-- James. -->
@@ -33,7 +33,7 @@
 <!-- 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>
+<dnsservice>
     <servers>
         <!--Enter ip address of your DNS server, one IP address per server -->
         <!-- element. -->
@@ -54,5 +54,4 @@
     <!--
     <singleIPperMX> true </singleIPperMX>
     -->
-</dnsserver>
-   
\ No newline at end of file
+</dnsservice>



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