home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / softsys / andrew / 1074 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  1.2 KB

  1. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!mips!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ucbvax!TRANSARC.COM!Craig_Everhart
  2. From: Craig_Everhart@TRANSARC.COM
  3. Newsgroups: comp.soft-sys.andrew
  4. Subject: Re: Running Metamail as root
  5. Message-ID: <gePLMwr0Bwwt4PoXVp@transarc.com>
  6. Date: 22 Jul 92 14:52:44 GMT
  7. References: <kePKWX_753wE44VFB5@gazelle.att.com>
  8. Sender: daemon@ucbvax.BERKELEY.EDU
  9. Distribution: world
  10. Organization: The Internet
  11. Lines: 16
  12.  
  13. AMS indeed calls sendmail directly.  Are you sidetracked by the thing
  14. installed from ams/delivery/sendmail?  That's just a cover program
  15. intended to catch references to UCB-style sendmail when AMDS has been
  16. installed.  Non-AMDS AMS pipes mail to the OldSendmailProgram string
  17. variable contents, which is initialized to /usr/lib/sendmail in the
  18. non-AMDS case and is expected to behave like UCB-style sendmail.
  19.  
  20. You can change the string variable OldSendmailProgram via AndrewSetup
  21. and have it point to a UPAS wrapper.  To the extent that you've already
  22. done this via /usr/lib/sendmail, perhaps AMS uses a sendmail option that
  23. your wrapper doesn't expect.  You can find those options given by
  24. overhead/mail/lib/dropoff.c .
  25.  
  26. Hope that this speaks to your concerns.
  27.  
  28.         Craig
  29.