diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-12-20 04:24:55 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-12-20 04:24:55 +0000 |
commit | 86580018b1a4f35d984abb94f4cbeb82adfb57a6 (patch) | |
tree | d7ff5f774f24e9cd8fede82828f23ab617ada8ed | |
parent | e0745c64eb12f8ca62ad325c7933f0f0cfc60138 (diff) | |
download | fetchmail-86580018b1a4f35d984abb94f4cbeb82adfb57a6.tar.gz fetchmail-86580018b1a4f35d984abb94f4cbeb82adfb57a6.tar.bz2 fetchmail-86580018b1a4f35d984abb94f4cbeb82adfb57a6.zip |
Version bump.
svn path=/trunk/; revision=2669
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | fetchmail-FAQ.html | 8 | ||||
-rw-r--r-- | fetchmail.man | 4 |
4 files changed, 14 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in index dfe2148c..03e77786 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # So just uncomment all the lines marked QNX. PACKAGE = fetchmail -VERSION = 5.2.0 +VERSION = 5.2.1 SUBDIRS = @INTLSUB@ @POSUB@ @@ -9,12 +9,17 @@ a Certifying Authority we recognize?). (The `lines' figures total .c, .h, .l, and .y files under version control.) +fetchmail-5.2.0 (Sun Dec 19 23:08:53 EST 1999), 18330 lines: * Added FAQ item R10 on timeouts during messages. * Fixed indentation problem in fetchmailconf. * Federico Schwindt's patch to fix broken SSL configuration. * Fixes to use fetchmail with IPv6 enabled on glibc without inet6-apps installed; thanks to Arkadiusz Mi¶kiewicz. * Interpret IMAP PREAUTH tag correctly (from Joerg Dorchain). +* Upgraded to version 0.21 of smbutil.c. FAQ item S2 now documents + how to set a domain name. + +There are 282 people on fetchmail-friends and 479 on fetchmail-announce. fetchmail-5.2.0 (Tue Nov 30 14:24:25 EST 1999), 18302 lines: * fetchmailconf now complains and exits gracefully when not run under X. diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index 8ac81bd0..461a44ea 100644 --- a/fetchmail-FAQ.html +++ b/fetchmail-FAQ.html @@ -10,7 +10,7 @@ <table width="100%" cellpadding=0><tr> <td width="30%">Back to <a href="index.html">Fetchmail Home Page</a> <td width="30%" align=center>To <a href="/~esr/sitemap.html">Site Map</a> -<td width="30%" align=right>$Date: 1999/12/19 20:11:48 $ +<td width="30%" align=right>$Date: 1999/12/20 04:24:55 $ </table> <HR> <H1>Frequently Asked Questions About Fetchmail</H1> @@ -1206,7 +1206,9 @@ for details. The solution is to upgrade your fetchmail.<p> Fetchmail now supports the proprietary NTLM mode used with M$ Exchange servers. To enable this, configure fetchmail with the --enable-NTLM -option and recompile it.<P> +option and recompile it. Note: if you specify a user option value +that looks like `user@domain', the part to the left of the @ will +be passed as the username and the part to the right as the NTLM domain.<P> M$ Exchange violates the POP3 RFCs. Its LIST command does not reveal the real sizes of mail in the pop mailbox, but the sizes of the @@ -2508,7 +2510,7 @@ inactivity timeout.<p> <table width="100%" cellpadding=0><tr> <td width="30%">Back to <a href="index.html">Fetchmail Home Page</a> <td width="30%" align=center>To <a href="/~esr/sitemap.html">Site Map</a> -<td width="30%" align=right>$Date: 1999/12/19 20:11:48 $ +<td width="30%" align=right>$Date: 1999/12/20 04:24:55 $ </table> <P><ADDRESS>Eric S. Raymond <A HREF="mailto:esr@thyrsus.com"><esr@snark.thyrsus.com></A></ADDRESS> diff --git a/fetchmail.man b/fetchmail.man index e47c0e92..39e58312 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -699,7 +699,9 @@ Microsoft's NTLM authentication (used by Microsoft Exchange) is supported. If you compile in the support, \fIfetchmail\fR will try to perform an NTLM authentication (instead of sending over the password en clair) whenever the server returns AUTH=NTLM in its -capability response. +capability response. Note: if you specify a user option value +that looks like `user@domain', the part to the left of the @ will +be passed as the username and the part to the right as the NTLM domain. .PP If you are using IPsec, the -T (--netsec) option can be used to pass an IP security request to be used when outgoing IP connections are |