Modified INSTALL and config.h.in to reflect the new -kpop feature.
authorDan Harkless <dan@harkless.org>
Fri, 4 Feb 2000 01:46:29 +0000 (01:46 +0000)
committerDan Harkless <dan@harkless.org>
Fri, 4 Feb 2000 01:46:29 +0000 (01:46 +0000)
ChangeLog
INSTALL
config.h.in

index 725c4b9..749e73c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Thu Feb 03 17:22:48 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
+Thu Feb 03 17:52:01 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
 
        * Applied wesley.craig@umich.edu's KPOP patches.  According to him:
 
 
        * Applied wesley.craig@umich.edu's KPOP patches.  According to him:
 
@@ -12,6 +12,8 @@ Thu Feb 03 17:22:48 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
 
        * Modified inc.man and msgchk.man to document Wesley's new -kpop.
 
 
        * Modified inc.man and msgchk.man to document Wesley's new -kpop.
 
+       * Modified INSTALL and config.h.in to reflect the new -kpop feature.
+
 Fri Jan 28 17:39:24 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
 
        * All %-escapes in mhn.defaults that actually expand to something
 Fri Jan 28 17:39:24 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
 
        * All %-escapes in mhn.defaults that actually expand to something
diff --git a/INSTALL b/INSTALL
index b1e1d10..63dcbbe 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -227,10 +227,11 @@ Options for configure
     Enable client-side support for pop.
 
 --with-krb4=PREFIX
     Enable client-side support for pop.
 
 --with-krb4=PREFIX
-    Specify the location of Kerberos V4 for KPOP support.  You will
-    also need to specify the option `--enable-nmh-pop'.  After running
-    configure, you will probably need to change the POPSERVICE define
-    in config.h.  See the comments inside config.h for details.
+    Specify the location of Kerberos V4 for KPOP support.  You will also need to
+    specify the option `--enable-nmh-pop'.  After running configure, you will
+    need to change the POPSERVICE #define in config.h if you want to use KPOP
+    exclusively (rather than being able to switch between KPOP and normal POP3).
+    See the comments inside config.h for details.
 
 --with-hesiod=PREFIX
     Specify the location of Hesiod.
 
 --with-hesiod=PREFIX
     Specify the location of Hesiod.
index 8486407..81af712 100644 (file)
 #define BUILTIN_FTP 1
 
 /*
 #define BUILTIN_FTP 1
 
 /*
- * If you enable POP support, this is the the port name
- * that nmh will use.  Make sure this is defined in your
- * /etc/services file (or its NIS/NIS+ equivalent).  If you
- * are using KPOP, you will probably need to change this
- * to "kpop".
+ * If you enable POP support, this is the the port name that nmh will use.  Make
+ * sure this is defined in your /etc/services file (or its NIS/NIS+ equivalent).
+ * If you are using KPOP, you will need to change this to "kpop" unless you want
+ * to be able to use both POP3 _and_ Kerberized POP and plan to use inc and
+ * msgchk's -kpop switch every time in the latter case.
  */
 #define POPSERVICE "pop3"
 
  */
 #define POPSERVICE "pop3"