Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!usc!cs.utexas.edu!uunet!zephyr.ens.tek.com!tekgen!puffin.uss.tek.com!rad From: rad@puffin.uss.tek.com (Richard Doty) Newsgroups: comp.mail.sendmail Subject: Re: sendmail from inetd? Message-ID: <7170@tekgen.BV.TEK.COM> Date: 11 Jan 91 00:14:27 GMT References: <8653@uwm.edu> <7295@jhunix.HCF.JHU.EDU> Sender: news@tekgen.BV.TEK.COM Reply-To: rad@puffin.uss.tek.com (Richard Doty) Lines: 11 To run sendmail from inetd, add this to inetd.conf: smtp stream tcp nowait root /usr/lib/sendmail sendmail -bs The one deficiency I am aware of is that the load average sensing built into sendmail is partially defeated because inetd always accepts connections; if the load average is too high sendmail will be started and then just decide not to accept the connection. Richard. rad@puffin.uss.tek.com