home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / wizards / 3748 < prev    next >
Encoding:
Text File  |  1992-08-30  |  1.2 KB  |  28 lines

  1. Newsgroups: comp.unix.wizards
  2. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!wupost!uwm.edu!ux1.cso.uiuc.edu!mp.cs.niu.edu!rickert
  3. From: rickert@mp.cs.niu.edu (Neil Rickert)
  4. Subject: Re: sendmail  problem: mailhost: DATA wait (sendmail)
  5. Message-ID: <1992Aug30.234830.10850@mp.cs.niu.edu>
  6. Organization: Northern Illinois University
  7. References: <MRD.92Aug30191004@morsel.stdavids.picker.com>
  8. Distribution: comp
  9. Date: Sun, 30 Aug 1992 23:48:30 GMT
  10. Lines: 16
  11.  
  12. In article <MRD.92Aug30191004@morsel.stdavids.picker.com> mrd@morsel.stdavids.picker.com (Michael DeCorte) writes:
  13. >
  14. >I'm completely stumped.  I have a microvax running Mt Xinu.  I changed
  15. >its name a few days ago and sendmail broke.  I can send local mail, I
  16. >can receive mail, I can't send mail.  When I try it just hangs on
  17. >the DATA part.
  18.  
  19. If you use a freeze file, I hope you rebuilt it with 'sendmail -bz' after
  20. the name change.
  21.  
  22. One place to look is in the parsing of header addresses.  The header address
  23. rewrites occur in the DATA phase.  If you have debugging compiled in, you
  24. should try sending a message with the '-d21.15' flag, to see what kind of
  25. rewriting is happening.  Expect lots of output.  Perhaps you have a
  26. rewriting loop somewhere.
  27.  
  28.