summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin/sendmail/KNOWNBUGS
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-04-18 00:49:30 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-04-18 00:49:30 +0000
commit3001c6f5135796bf49346dd969e8445342d2251b (patch)
treed710aec0cc173e2b9a67ff56f56f47a1f3b32bc0 /gnu/usr.sbin/sendmail/KNOWNBUGS
parent7bc62683b217ae48e11df50f14c39728b723a832 (diff)
update to sendmail 8.12.3
Diffstat (limited to 'gnu/usr.sbin/sendmail/KNOWNBUGS')
-rw-r--r--gnu/usr.sbin/sendmail/KNOWNBUGS21
1 files changed, 20 insertions, 1 deletions
diff --git a/gnu/usr.sbin/sendmail/KNOWNBUGS b/gnu/usr.sbin/sendmail/KNOWNBUGS
index 9b94b643c76..c4f50bce0a0 100644
--- a/gnu/usr.sbin/sendmail/KNOWNBUGS
+++ b/gnu/usr.sbin/sendmail/KNOWNBUGS
@@ -41,6 +41,25 @@ This list is not guaranteed to be complete.
characters then no header check is done even if one is configured for
the header.
+* Sender addresses whose domain part cause a temporary A record lookup
+ failure but have a valid MX record will be temporarily rejected in
+ the default configuration. Solution: fix the DNS at the sender side.
+ If that's not easy to achieve, possible workarounds are:
+ - add an entry to the access map:
+ dom.ain OK
+ - (only for advanced users) replace
+
+# Resolve map (to check if a host exists in check_mail)
+Kresolve host -a<OKR> -T<TEMP>
+
+ with
+
+# Resolve map (to check if a host exists in check_mail)
+Kcanon host -a<OKR> -T<TEMP>
+Kdnsmx dns -R MX -a<OKR> -T<TEMP>
+Kresolve sequence dnsmx canon
+
+
* Duplicate error messages.
Sometimes identical, duplicate error messages can be generated. As
@@ -216,4 +235,4 @@ This list is not guaranteed to be complete.
the file. This is unavoidable as sendmail must verify the file is safe
to open before opening it. A file can not be locked until it is open.
-$Revision: 1.6 $, Last updated $Date: 2002/01/14 03:21:38 $
+$Revision: 1.7 $, Last updated $Date: 2002/04/18 00:49:26 $