home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / sgi / 16612 < prev    next >
Encoding:
Text File  |  1992-11-18  |  2.2 KB  |  79 lines

  1. Newsgroups: comp.sys.sgi
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!sgiblab!sgigate!sgi!nimrod.wpd.sgi.com!roberts
  3. From: roberts@nimrod.wpd.sgi.com (Robert Stephens)
  4. Subject: Re:  sendmailcf help please
  5. Message-ID: <shc5ojc@sgi.sgi.com>
  6. Sender: roberts@nimrod.wpd.sgi.com
  7. Organization: Silicon Graphics, Inc.  Mountain View, CA
  8. Date: Wed, 18 Nov 1992 19:35:08 GMT
  9. Lines: 68
  10.  
  11. long@vax.ox.ac.uk (Neil J. Long) writes:
  12. > New
  13. > ---
  14. > ###################################################################
  15. > ###
  16. > ###        Ethernet Mailer specification
  17. > ###
  18. > ###################################################################
  19. > Mether,    P=[IPC], F=nsmFDMuXC, S=21, R=21, A=IPC $h
  20. > S21
  21. > R$+@$+            $@$1@$2            address ok
  22. > R$+            $@$1@indigo.materials@oxford.ac.uk        add ether domain name
  23. > Your return address will then be, for example, 
  24. > "user%indigo.materials@oxford.ac.uk"
  25.  
  26. Not really.  The change they gave you will result in a return address of:
  27.  
  28.     "user@indigo.materials@oxford.ac.uk"
  29.          ^
  30.          !
  31.  
  32. which would be very unfortunate.
  33.  
  34. > and you you will be able to send and receive JANET mail on each machine. 
  35.  
  36. I can't vouch for this, but if you want all local sender's return addresses
  37. converted to "sender%indigo.materials@oxford.ac.uk", you need to make the
  38. following change to the standard sendmail.cf file:
  39.  
  40. ***************
  41. *** 868,878 ****
  42.   R$+!$+        $:$>7$1!$2        clean UUCP style
  43.   R$-<@$=V>        $2!$1            convert UUCP neighbors
  44.   R$+!$+        $:$w!$1!$2        tack on our hostname
  45.   R$+!$+        $@$>5$1!$2
  46.   R$*<@$+>$*        $@$1<@$2>$3
  47. ! R$+            $@$1<@$j>
  48.   
  49.   S21
  50.   R$+!$+        $@$>5$1!$2        make UUCP style pure
  51.   R$+<@[$+]>        $@$1<@[$2]>        pass IP numbers
  52.   
  53. --- 868,878 ----
  54.   R$+!$+        $:$>7$1!$2        clean UUCP style
  55.   R$-<@$=V>        $2!$1            convert UUCP neighbors
  56.   R$+!$+        $:$w!$1!$2        tack on our hostname
  57.   R$+!$+        $@$>5$1!$2
  58.   R$*<@$+>$*        $@$1<@$2>$3
  59. ! R$+            $@$1%indigo.materials@oxford.ac.uk
  60.   
  61.   S21
  62.   R$+!$+        $@$>5$1!$2        make UUCP style pure
  63.   R$+<@[$+]>        $@$1<@[$2]>        pass IP numbers
  64.   
  65.  
  66. Warning: Don't try to cut-n-paste from this message into your sendmail.cf
  67.          file.  Cut-n-paste doesn't preserve tabs and tabs are critical
  68.      in sendmail.cf files.
  69.  
  70. Let me know if you have further questions.
  71.  
  72.     - Robert Stephens
  73.       Silicon Graphics Inc.
  74.  
  75.