Sendmail won't send back bogus mail to user

Neil Rickert rickert at mp.cs.niu.edu
Fri Nov 2 02:51:52 AEST 1990


In article <1211 at lehi3b15.csee.Lehigh.EDU> porphano at hobbes.sfc.lehigh.edu (Paul A. Orphanos) writes:
>Hi folks,
>   I've had this persistent small problem with Sendmail on our system.
>We got the one from Berkeley, and set it up with no problems.
>Everything seems to work fine except for one thing. When a local user
>addresses a message, and mistypes the address (causing a nslookup
>failure), the message just sits in the mail queue, and is not sent

  The behavior that concerns you is actually the correct behavior.

  Sendmail is designed to bounce the mail when the nameserver returns
NXDOMAIN (non-existent domain), but not for a name lookup failure.  A name
lookup failure may be the result of a temporary network problem which makes
access to the nameservers for the destination zone to be unavailable.  It
is appropriate in this case to queue the message and keep trying.

  I believe you will find that the message eventually bounces after two or
three days of trying.

  You may be suffering from a different problem.  Recently there were some
bogus NAMESERVER records around which caused nameservers to indicate failure
for addresses that should have been returned with NXDOMAIN.  Your nameserver
may be suffering from this problem.  If it is, you may need to kill your
nameserver and restart it, for those bogus records had rather long TTL times.
Note that recent bind releases have provided nameservers which do not purge
their cache on restart (kill -HUP), so you will need to actually kill and
restart if you have such a nameserver.
-- 
=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
  Neil W. Rickert, Computer Science               <rickert at cs.niu.edu>
  Northern Illinois Univ.
  DeKalb, IL 60115.                                  +1-815-753-6940



More information about the Comp.unix.admin mailing list