home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / mail / sendmail / 2076 < prev    next >
Encoding:
Text File  |  1992-08-13  |  2.0 KB  |  56 lines

  1. Newsgroups: comp.mail.sendmail
  2. Path: sparky!uunet!boulder!ophelia!drew
  3. From: drew@ophelia.cs.colorado.edu (Drew Eckhardt)
  4. Subject: Re: sendmail classes/books
  5. Message-ID: <1992Aug13.232915.1133@colorado.edu>
  6. Sender: news@colorado.edu (The Daily Planet)
  7. Nntp-Posting-Host: ophelia.cs.colorado.edu
  8. Organization: University of Colorado at Boulder
  9. References: <1992Jul29.210951.18597@wvus.org> <40010@gremlin.nrtc.northrop.com>
  10. Date: Thu, 13 Aug 1992 23:29:15 GMT
  11. Lines: 43
  12.  
  13. In article <40010@gremlin.nrtc.northrop.com> tedwards@qa.nad.northrop.com (Tony Edwards) writes:
  14. >In article <1992Jul29.210951.18597@wvus.org> pete@wvus.org (Pete Gregory) writes:
  15. >>Hi - I need to learn sendmail - not just understand what it does, but I 
  16. >>need to become an expert, soon.
  17. >>
  18. >>I'd appreciate any recommendations on good classes and books on sendmail.
  19. >>
  20. >>Thanks...
  21. >>-- 
  22.  
  23. My advice : if you can, don't use stock sendmail.  Use IDA sendmail, with the 
  24. M4 configuration files. Your life will be much simpler. 
  25.  
  26. You can generate a contorted sendmail.cf from a nice, short, simple 
  27. M4 file like the one below. 
  28.  
  29. # Sendmail configuration file for nordsieck cluster machines
  30. define(ALIASES, /etc/aliases)dnl
  31. define(ALWAYSADDDOMAIN)dnl
  32. define(BANGIMPLIESUUCP)dnl
  33. define(FORCE_NAMED)dnl
  34. define(HIDDENNET, $w)dnl
  35. define(HIDDENNETHOST, nordsieck.cs.colorado.edu)dnl
  36. define(LOADAVEQUEUE,8)dnl
  37. define(LOADAVEREJ,12)dnl
  38. define(POSTMASTERBOUNCE)dnl
  39. define(PSEUDONYMS, nordsieck.colorado.edu nordsieck.cs.colorado.edu hartree.colo
  40. rado.edu hartree.cs.colorado.edu taylor.colorado.edu taylor.cs.colorado.edu hilb
  41. ert.colorado.edu hilbert.cs.colorado.edu )dnl
  42. define(RELAY_HOST, cs.colorado.edu)dnl
  43. define(RELAY_MAILER, TCPMAILER)dnl
  44. define(TIMEOUT, 2d)dnl
  45. define(TRUSTEDUSERS, )dnl
  46. CU$k
  47. Cw$k.UUCP
  48. include(Sendmail.mc)
  49.  
  50.  
  51. -- 
  52. Microsoft is responsible for propogating the evils it calls DOS and Windows, 
  53. IBM for AIX (appropriately called Aches by those having to administer it), but neither is as bad as AT&T.  Boycott AT&T, and let them know how you feel. 
  54.  
  55.