home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / mail / sendmail / 2686 next >
Encoding:
Internet Message Format  |  1992-11-04  |  1.5 KB

  1. Path: sparky!uunet!olivea!charnel!rat!usc!cs.utexas.edu!uwm.edu!linac!mp.cs.niu.edu!rickert
  2. From: rickert@mp.cs.niu.edu (Neil Rickert)
  3. Newsgroups: comp.mail.sendmail
  4. Subject: Re: weird BUILD ADDR error
  5. Message-ID: <1992Nov5.053238.16448@mp.cs.niu.edu>
  6. Date: 5 Nov 92 05:32:38 GMT
  7. References: <9231015.21343@mulga.cs.mu.OZ.AU>
  8. Organization: Northern Illinois University
  9. Lines: 26
  10.  
  11. In article <9231015.21343@mulga.cs.mu.OZ.AU> aris@foucault.maths.mu.oz.au writes:
  12. >   ----- Transcript of session follows -----
  13. >While connected to mundoe.maths.mu.OZ.AU:
  14. >>>> MAIL From:<aris@foucault.maths.mu.OZ.AU>
  15. ><<< 554 buildaddr: error: no user
  16. >554 janes@mundoe.maths.mu.OZ.AU... 554 Remote protocol error
  17.  
  18. This appears to be a problem that occurred on 'mundoe'.  The actual
  19. message (the "buildaddr" message) means that in processing and address,
  20. the mailer selection triple on the RHS - $#mailer $@host $:user -
  21. had no '$:user' component.  This is an error in 'sendmail.cf'.
  22.  
  23. The error appears to have occurred during the preliminary parsing of the
  24. sender address 'aris@foucault.math.mu.oz.au'
  25.  
  26. As a test, try
  27.     telnet mundoe.maths.mu.oz.au smtp
  28.     expn aris@foucault.maths.mu.oz.au
  29.     quit
  30.  
  31. I suspect you will see the same type of problem.  Next run 'sendmail
  32. -bt' on 'mundoe', and test the address 'aris@foucault.maths.mu.oz.au'
  33. with ruleset 0.  Look carefully to see if the $: is present.  If there
  34. is both a $@ and a $: then check the mailer flags for the selected
  35. mailer.  If the 'l' flag is present, it may be complaining about the
  36. unexpected $@ for a local mailer.
  37.