home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / sgi / 11597 < prev    next >
Encoding:
Text File  |  1992-07-29  |  1.8 KB  |  47 lines

  1. Newsgroups: comp.sys.sgi
  2. Path: sparky!uunet!darwin.sura.net!mips!odin!sgi!nimrod.wpd.sgi.com!roberts
  3. From: roberts@nimrod.wpd.sgi.com (roberts)
  4. Subject: Re: sendmail and timed problems.
  5. Message-ID: <ntl7shs@sgi.sgi.com>
  6. Sender: roberts@nimrod.wpd.sgi.com
  7. Organization: Silicon Graphics, Inc.  Mountain View, CA
  8. Date: Wed, 29 Jul 1992 18:29:12 GMT
  9. Lines: 36
  10.  
  11. > So are you saying that the dbm config tables eg. MAILERTABLE, DOMAINTABLE, 
  12. > PATHTABLE, from Neil & Paul's sendmail will work?? ie if I create my m4 
  13. > configuration, run it through Sendmail.mc and generate the .cf it will 
  14. > work with the SGI supplied sendmail??
  15.  
  16. I'm saying it *should* work.  I've not tested with that particular set-up
  17. so I can't guarantee anything, but several customers have reported to me
  18. that they were able to use their existing IDA-based sendmail.cf files with
  19. IRIX sendmail without incident.  If it doesn't work, I'd like very much
  20. to hear about it.
  21.  
  22. > If it *is* the case, PLEASE document it somewhere!!!!!
  23.  
  24. I believe IDA-compatibility was mentioned in the release notes for some
  25. flavour of IRIX 4.0.X.  It's also mentioned in the IRIX Network Administraton
  26. Guide.
  27.  
  28. > configmail/sendmail.cf.auto is nice (albiet slow when it runs - don't use it
  29. > for a central mail host), but if I can use the IDA style configuration
  30. > setup that would be a bonus,
  31.  
  32. If you "freeze" your configuration, you will only suffer the slowness once
  33. when the machine boots.  Become root and do:
  34.  
  35.     # /etc/init.d/mail stop
  36.     # /usr/lib/sendmail -bz
  37.     # /etc/init.d/mail start
  38.  
  39. The second step will create a "frozen" configuration file /usr/lib/sendmail.fc.
  40. The presence of this file will cause the /etc/init.d/mail script to re-freeze
  41. the configuration each time it is called to "start" mail (when the machine
  42. boots or when the script is called manually).  You shouldn't have to worry
  43. about re-freezing by hand.
  44.  
  45.     - Robert Stephens
  46.  
  47.