From fcacdda3106ed914d9aae17ca7c12e6bc1047c00 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 10 May 2006 09:44:12 +0000 Subject: Revisited sections B, F, C. svn path=/branches/BRANCH_6-3/; revision=4820 --- fetchmail-FAQ.html | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'fetchmail-FAQ.html') diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index 96f8da53..ed4445f9 100644 --- a/fetchmail-FAQ.html +++ b/fetchmail-FAQ.html @@ -827,7 +827,7 @@ FreeBSD.

As of release 6.3.0, fetchmail's Makefile[.in] should work flawlessly with BSD's portable make used on FreeBSD. With older releases, use GNU make (usually installed as -gmake).

+gmake; otherwise try pkg_add -r gmake).

B2. Lex bombs out while building the fetchmail lexer.

@@ -836,9 +836,9 @@ fetchmail lexer. formats, so you do not need to use lex unless you hacked the .l or .y files.

-

fetchmail's lexer has been developed with GNU flex, and the lex tools -shipped by some UNIX vendors (HP, SGI, Sun) are known to be incapable of -compiling fetchmail's lexer.

+

fetchmail's lexer has been developed with GNU flex and uses some of +its specialties, so the lexer cannot be compiled with the lex tools +shipped by some UNIX vendors (HP, SGI, Sun).

B3. I get link failures when I try to build fetchmail.

@@ -884,6 +884,11 @@ directory.

F1. Why does my old .fetchmailrc file no longer work?

+

If your file predates 6.3.0

+ +

The netsec option was discontinued and needs to be +removed.

+

If your file predates 5.8.9

If you were using ETRN mode, change your smtphost @@ -891,8 +896,8 @@ option to a fetchdomains option.

If your file predates 5.8.3

-

The 'via localhost' special case for use with ssh tunnelling is -gone. Use the %h feature of plugin instead.

+

The 'via localhost' special case for use with ssh tunnelling is +gone. Use the %h feature of plugin instead.

If your file predates 5.6.8

-- cgit v1.2.3