home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / mail / sendmail / 2129 < prev    next >
Encoding:
Text File  |  1992-08-22  |  1.4 KB  |  33 lines

  1. Newsgroups: comp.mail.sendmail
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!mp.cs.niu.edu!rickert
  3. From: rickert@mp.cs.niu.edu (Neil Rickert)
  4. Subject: Re: UUCP mailer error message
  5. Message-ID: <1992Aug23.001441.6153@mp.cs.niu.edu>
  6. Organization: Northern Illinois University
  7. References: <1992Aug22.195419.15369@europa.asd.contel.com>
  8. Date: Sun, 23 Aug 1992 00:14:41 GMT
  9. Lines: 22
  10.  
  11. In article <1992Aug22.195419.15369@europa.asd.contel.com> pascoe@rocky.gte.com (Dave Pascoe) writes:
  12. >
  13. >I have just installed Sendmail-5.65c+IDA-1.4.4 on a Sun running SunOS
  14. >4.1.1.  While testing UUCP mail delivery I encountered this error
  15. >message:
  16. >
  17. >Aug 22 15:47:12 rocky sendmail[2158]: AA02156: SYSERR: No `!' in UUCP
  18. >envelope "from" address! (pascoe): Bad file number
  19.  
  20. This is a configuration problem.  You apparently are not using a config
  21. file built with the your IDA package in subdirectory ida/cf
  22.  
  23. >I can't seem to figure out why this error gets reported.  I've tried
  24. >even connecting directly to port 25 and sending mail with a from
  25. >address containing a ! and it still reports the same error.
  26.  
  27. The error occurs when your mailer has the 'U' flag defined in the "F="
  28. string of flags, but the sender address does not contain a '!'.  Note
  29. that this is the envelope sender address after processing by ruleset
  30. 3,1, the mailer S= rule, and 4.  Time to check on your rewrite rules.
  31. Or just build an IDA config file, and save yourself the trouble.
  32.  
  33.