home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / mail / mh / 1284 < prev    next >
Encoding:
Internet Message Format  |  1992-11-13  |  1.8 KB

  1. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!spool.mu.edu!agate!doc.ic.ac.uk!uknet!edcastle!hwcs!hwcs!sfleming
  2. From: sfleming@cs.hw.ac.uk (Stewart T Fleming)
  3. Newsgroups: comp.mail.mh
  4. Subject: MH for HESIOD and Kerberos
  5. Message-ID: <1992Nov13.105249.10749@cs.hw.ac.uk>
  6. Date: 13 Nov 92 10:52:49 GMT
  7. Sender: news@cs.hw.ac.uk (News Administrator)
  8. Reply-To: sfleming@cs.hw.ac.uk
  9. Organization: Dept. Of Computing and Electrical Engineering, Heriot-Watt University, Edinburgh
  10. Lines: 35
  11.  
  12.  
  13. I'm involved with a project working with DECAthena network management
  14. software.  We want to install MH 6.7.2 with MIME extensions to work
  15. with Hesiod and Kerberos in the standard system setup.  I have patched
  16. MH 6.7.2 with the MIME patches from gatekeeper; this installation works
  17. fine on our Sun and DEcstation installations outside of Athena.
  18.  
  19. I have the patches "mh.kerberos" from /pub/mail/ua/mh on gatekeeper.dec.com
  20. which appear to be what I need.  However, in the patched "inc.c" and "msg.c"
  21. files, there is a structure and a function referenced which are not in
  22. the patched distribution or standard system libraries.  These are :
  23.  
  24.     struct hes_postoffice
  25. and    struct hes_postoffice *hes_postoffice(char *)
  26.  
  27. I guess that the function calls hes_resolve to retrieve the mail host
  28. for the user.  The two components of hes_postoffice which are used are :
  29.  
  30.     char **po_host, *po_type; /* ??? */
  31.  
  32. There doesn't seem to be any documentation for these patches.
  33. Two questions :
  34.  
  35.     1.  Where did the Kerberos patches come from ?
  36.     2.  Do I have to roll my own hes_postoffice function ?
  37.  
  38. I don't think it is difficult to write the appropriate function, but I'd
  39. rather not if has been done already.  We have Athena v1.0A.
  40.  
  41. Thanks for any help,
  42. STF
  43. --
  44. sfleming@cee.hw.ac.uk, sfleming@icbl.hw.ac.uk
  45. "...maybe we could do something else.
  46.    Mrs Robinson, would you like to go to a movie ?" --The Graduate
  47.