home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / ultrix / 8214 < prev    next >
Encoding:
Text File  |  1992-11-10  |  1.1 KB  |  29 lines

  1. Newsgroups: comp.unix.ultrix
  2. Path: sparky!uunet!ferkel.ucsb.edu!taco!gatech!swrinde!sdd.hp.com!elroy.jpl.nasa.gov!decwrl!decwrl!pa.dec.com!vixie
  3. From: vixie@pa.dec.com (Paul A Vixie)
  4. Subject: Re: Running SENDMAIL fron INETD ?????
  5. In-Reply-To: phillips@qut.edu.au's message of 9 Nov 92 14:19:32 GMT
  6. Message-ID: <VIXIE.92Nov10111523@cognition.pa.dec.com>
  7. Sender: news@PA.dec.com (News)
  8. Organization: DEC Network Software Lab
  9. References: <1992Nov9.091932.58132@qut.edu.au>
  10. Date: 10 Nov 92 11:15:23
  11. Lines: 16
  12.  
  13. > Does anyone know how to run sendmail fron inetd rather than a daemon process.
  14.  
  15. Sure.  You put
  16.  
  17. smtp    stream    tcp    nowait    /usr/lib/sendmail    sendmail -bs
  18.  
  19. in your inetd.conf file.  But beware, you will lose the semantics of
  20. sendmail.cf options x, X, and Y if you do this.  Also, you will have
  21. to run a "sendmail -q30m" from rc.local or run "sendmail -q" from cron.
  22.  
  23. Running sendmail from inetd is a bad idea.
  24. --
  25. Paul Vixie, DEC Network Systems Lab    
  26. Palo Alto, California, USA             "Don't be a rebel, or a conformist;
  27. <vixie@pa.dec.com> decwrl!vixie        they're the same thing, anyway.  Find
  28. <paul@vix.com>     vixie!paul        your own path, and stay on it."  -me
  29.