home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / softsys / andrew / 1090 < prev    next >
Encoding:
Text File  |  1992-07-23  |  1.3 KB  |  33 lines

  1. Newsgroups: comp.soft-sys.andrew
  2. Path: sparky!uunet!nih-csl!alw.nih.gov!rdew
  3. From: rdew@alw.nih.gov (Bob Dew)
  4. Subject: Re: pb with sendmail
  5. Message-ID: <1992Jul23.143806.18485@alw.nih.gov>
  6. Sender: postman@alw.nih.gov (AMDS Postmaster)
  7. Organization: National Inst. of Health, DCRT, CSL
  8. References:  <25242@sophia.inria.fr>
  9. Date: Thu, 23 Jul 1992 14:38:06 GMT
  10. Lines: 21
  11.  
  12. In article <25242@sophia.inria.fr>, jls@ithaque.inria.fr (Jean-Luc Szpyrka) writes:
  13. |> 
  14. |>  When I sent a mail (using sendmail), a sign '+' (plus) is added to the login
  15. |>  name of the sender.
  16. |> 
  17. |>  I don't expect the e-mail address <jls+@sophia.inria.fr> 
  18. |>  AND 
  19. |>  I don't want to use the Andrew Mail System, but /usr/lib/sendmail (v 5.21)
  20. |>    ==========                                    =================
  21.  
  22.  
  23. The "plus" is used the by the Andrew Message Delivery System (AMDS) to signify
  24. name validation.  Apparently you compiled Andrew with "RUN_AMDS_ENV" defined in your
  25. site.h configuration file.  This means that messages was built with stubs that replace
  26. /bin/mail and /usr/lib/sendmail with calls to AMDS.
  27.  
  28. If you want to run AMS using your system's regular sendmail system, then you'll have
  29. to recompile Andrew with "RUN_AMDS_ENV" undefined.  This will build a messages program that
  30. uses sendmail and /bin/mail, rather than the AMDS, for local mail delivery.
  31.  
  32. -Bob
  33.