home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / sgi / 16480 < prev    next >
Encoding:
Internet Message Format  |  1992-11-16  |  1.8 KB

  1. Path: sparky!uunet!mcsun!uknet!comlab.ox.ac.uk!njl.materials.ox.ac.uk!long
  2. From: long@vax.ox.ac.uk (Neil J. Long)
  3. Newsgroups: comp.sys.sgi
  4. Subject: sendmailcf help please
  5. Message-ID: <long.35.721929005@vax.ox.ac.uk>
  6. Date: 16 Nov 92 15:50:06 GMT
  7. Organization: Materials Department, University of Oxford
  8. Lines: 51
  9.  
  10. Hi I need to make a change to our sendmail.cf files to satisfy sites using '
  11. coloured book' NRS databases rather than DNS. The suggested changes from our 
  12. central admin people is as follows but I cannot see how to do  it within the 
  13. sendmail.cf created on the Indigos. Could someone with more experience of 
  14. this please help.
  15.  
  16. Suggested changes
  17. =================
  18. (stuff deleted)
  19.  
  20. To solve this problem you must change the return address that your machine(s) 
  21. puts on outgoing mail; this means changing one line in your sendmail.cf file on 
  22. each machine, as follows. I've included extra lines for context and you may 
  23. find that your existing line doesn't exactly match the example I have given;
  24.  
  25. Old
  26. ---
  27. ###################################################################
  28. ###
  29. ###        Ethernet Mailer specification
  30. ###
  31. ###################################################################
  32.  
  33. Mether,    P=[IPC], F=nsmFDMuXC, S=21, R=21, A=IPC $h
  34.  
  35. S21
  36. R$+@$+            $@$1@$2            address ok
  37. R$+            $@$1@$J        add ether domain name
  38.  
  39. New
  40. ---
  41. ###################################################################
  42. ###
  43. ###        Ethernet Mailer specification
  44. ###
  45. ###################################################################
  46.  
  47. Mether,    P=[IPC], F=nsmFDMuXC, S=21, R=21, A=IPC $h
  48.  
  49. S21
  50. R$+@$+            $@$1@$2            address ok
  51. R$+            $@$1@indigo.materials@oxford.ac.uk        add ether domain name
  52.  
  53. Your return address will then be, for example, 
  54.  
  55. "user%indigo.materials@oxford.ac.uk"
  56.  
  57. and you you will be able to send and receive JANET mail on each machine. 
  58.  
  59. Thanks
  60. Neil
  61.