home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / aix / 8939 < prev    next >
Encoding:
Internet Message Format  |  1992-08-19  |  1.5 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!mips!sdd.hp.com!uakari.primate.wisc.edu!ames!olivea!mintaka.lcs.mit.edu!hal.gnu.ai.mit.edu!mycroft
  2. From: mycroft@hal.gnu.ai.mit.edu (Charles Hannum)
  3. Newsgroups: comp.unix.aix
  4. Subject: Re: Getting sendmail to be MXer (AIX 3.2)
  5. Message-ID: <1992Aug20.002257.9099@mintaka.lcs.mit.edu>
  6. Date: 20 Aug 92 00:22:57 GMT
  7. References: <86562@netnews.upenn.edu>
  8. Sender: news@mintaka.lcs.mit.edu
  9. Organization: /etc/organization
  10. Lines: 33
  11.  
  12.  
  13. (This is not specific to AIX.  It should be in comp.unix.questions, or
  14. a sendmail group if there is one.)
  15.  
  16. In article <86562@netnews.upenn.edu> david@penndrls.upenn.edu writes:
  17. >
  18. > What magic incantation do I need to put into the AIX 3.2 sendmail.cf
  19. > file that comes with 3.2 in order to get it to accept mail as an MX
  20. > host?
  21.  
  22. You need to specify rewrite rules that cause the mailer not to try to
  23. forward mail for those machines.  How you do this depends entirely on
  24. how your sendmail is currently configured.
  25.  
  26. One way you can cheat is to do something like:
  27.  
  28.   # Assume we have something like:
  29.   #
  30.   #   DDgnu.ai.mit.edu
  31.   #
  32.   # and we want to catch all mail for this domain.
  33.   
  34.   R$*@$-.$D    $:$1@$w
  35.  
  36. This `cheats' by rewriting recipients like `foo@bar.gnu.ai.mit.edu' to
  37. be `foo@mailmachine.gnu.ai.mit.edu'.
  38.  
  39. But sendmail configurations vary so much that I cannot even tell you
  40. approximately where you would want to put that.
  41.  
  42. -- 
  43.  \   Charles Hannum, mycroft@ai.mit.edu
  44.  /\  White heterosexual atheist male (WHAM) pride!
  45.