-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:
* 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
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.
#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"