[api-web] Update autoconfig README for Evolution.



commit 81d6605222cdef10f5641712ebd1afa4c06faa43
Author: Matthew Barnes <mbarnes redhat com>
Date:   Thu Nov 8 10:20:42 2012 -0500

    Update autoconfig README for Evolution.

 evolution/autoconfig/1.1/README |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/evolution/autoconfig/1.1/README b/evolution/autoconfig/1.1/README
index ffa2f62..4c0b2f8 100644
--- a/evolution/autoconfig/1.1/README
+++ b/evolution/autoconfig/1.1/README
@@ -8,11 +8,11 @@ whereas files in the parent directory use the initial <clientConfig> format.
 As far as I can tell, there's merely some naming differences between the two.
 
 The files themselves need to be named after an authoritative name server
-for the domains listed in the file, based on the domain's MX record in DNS.
+for the domains listed in the file, based on the domain's NS record in DNS.
 
 For example:
 
-  $ dig mx rocketmail.com
+  $ dig ns rocketmail.com
 
   ; <<>> DiG 9.8.1-P1 <<>> mx rocketmail.com
   ;; global options: +cmd
@@ -22,7 +22,7 @@ For example:
 
   ... <snipped> ...
 
-  ;; AUTHORITY SECTION:
+  ;; ANSWER SECTION:
   rocketmail.com.		29284	IN	NS	ns1.yahoo.com.
   rocketmail.com.		29284	IN	NS	ns5.yahoo.com.
   rocketmail.com.		29284	IN	NS	ns3.yahoo.com.
@@ -36,9 +36,9 @@ For example:
   ;; WHEN: Fri Mar 23 08:25:42 2012
   ;; MSG SIZE  rcvd: 505
 
-Evolution will perform its own MX record lookup, extract one of the name
-server (NS) records from the authority section as shown above, and then
-pare down the name server's host name until it gets a match like so:
+Evolution will perform its own NS record lookup, extract the highest
+priority record, and pare down the name server domain until it gets a
+match like so:
 
   http://api.gnome.org/evolution/autoconfig/1.1/ns1.yahoo.com : NOT FOUND
   http://api.gnome.org/evolution/autoconfig/1.1/yahoo.com     : FOUND!
@@ -50,4 +50,4 @@ These files are copied from
 http://live.mozillamessaging.com/sites/autoconfig.mozillamessaging.com/trunk
 
   Matthew Barnes
-  March 2012
+  November 2012



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]