From 8169be4a43b7b3a72c45d93151e70727b49d8a0d Mon Sep 17 00:00:00 2001
From: "Eric S. Raymond" 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.
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.
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.
+To Site Map | -$Date: 2002/10/31 12:40:12 $ | +$Date: 2002/11/12 17:40:07 $ |