From 8169be4a43b7b3a72c45d93151e70727b49d8a0d Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 12 Nov 2002 17:40:07 +0000 Subject: [PATCH] Added FAQ note about 451 response. svn path=/trunk/; revision=3767 --- fetchmail-FAQ.html | 34 ++++++++++++++++++++++++++++++---- 1 file changed, 30 insertions(+), 4 deletions(-) diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index babc6bb8..d1e86088 100644 --- a/fetchmail-FAQ.html +++ b/fetchmail-FAQ.html @@ -16,7 +16,7 @@ content="Frequently asked questions about fetchmail."/> Page To Site Map -$Date: 2002/10/31 12:40:12 $ +$Date: 2002/11/12 17:40:07 $ @@ -222,6 +222,7 @@ messages over and over?
same?
O11. I keep getting messages that say "Repoll immediately" in my logs.
+O12. Fetchmail no longer expunges mail on a 451 SMTP response.

Answers:

@@ -3427,8 +3428,8 @@ messages the same? the received date from the last Received header.


-O11. I keep getting messages that say "Repoll -immediately" in my logs.
+

O11. I keep getting messages that say "Repoll +immediately" in my logs.

This is your server barfing on the CAPA probe that fetchmail sends.

If you run fetchmail in daemon mode (say "set daemon 600"), you will @@ -3437,6 +3438,31 @@ get the message only once per run.

If you set an authentication method explicitly (say, with auth password), you will never get the message.

+
+

O12. Fetchmail no longer expunges mail on a 451 SMTP response.

+ +

This is a feature, not a bug.

+ +

Any 4xx response (like 451) indicates a transient (temporary) error. +This means that the mail could be accepted if retried later. Lookup +failures are normally transient errors as a mail should not get +rejected if a dns server is unreachable or down.

+ +

A permanent reject response is of the form 5xx (like 550).

+ +

You could tell your smtp server to not lookup any addresses if you are +not keen on checking the sender addresses. This problem typically +occurs if your mail server is not checking the sender addresses, but +your local server is.

+ +

Or, you could change the response code to a permanent reject for +lookup failures if you want the previous situation to continue.

+ +

Or, you could check your nameserver configuration and query logs for +dns errors.

+ +

All these issues are not related to fetchmail directly.

+
@@ -3444,7 +3470,7 @@ get the message only once per run.

Page - +
To Site Map$Date: 2002/10/31 12:40:12 $$Date: 2002/11/12 17:40:07 $
-- 2.43.2