From: Dan Harkless Date: Fri, 4 Feb 2000 01:46:29 +0000 (+0000) Subject: Modified INSTALL and config.h.in to reflect the new -kpop feature. X-Git-Tag: nmh-1_0~82 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=f2763b05544699fbc1455451652965f03385951f Modified INSTALL and config.h.in to reflect the new -kpop feature. --- diff --git a/ChangeLog b/ChangeLog index 725c4b9..749e73c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Thu Feb 03 17:22:48 2000 Dan Harkless +Thu Feb 03 17:52:01 2000 Dan Harkless * Applied wesley.craig@umich.edu's KPOP patches. According to him: @@ -12,6 +12,8 @@ Thu Feb 03 17:22:48 2000 Dan Harkless * 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 * All %-escapes in mhn.defaults that actually expand to something diff --git a/INSTALL b/INSTALL index b1e1d10..63dcbbe 100644 --- a/INSTALL +++ b/INSTALL @@ -227,10 +227,11 @@ Options for configure 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. diff --git a/config.h.in b/config.h.in index 8486407..81af712 100644 --- a/config.h.in +++ b/config.h.in @@ -87,11 +87,11 @@ #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"