From owner-freebsd-hackers Tue Apr 23 11:44:16 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA24783 for hackers-outgoing; Tue, 23 Apr 1996 11:44:16 -0700 (PDT) Received: from ibp.ibp.fr (ibp.ibp.fr [132.227.60.30]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id LAA24777 Tue, 23 Apr 1996 11:44:13 -0700 (PDT) Received: from blaise.ibp.fr (blaise.ibp.fr [132.227.60.1]) by ibp.ibp.fr (8.6.12/jtpda-5.0) with ESMTP id UAA12390 ; Tue, 23 Apr 1996 20:44:11 +0200 Received: from (uucp@localhost) by blaise.ibp.fr (8.6.12/jtpda-5.0) with UUCP id UAA16345 ; Tue, 23 Apr 1996 20:44:10 +0200 Received: (from roberto@localhost) by keltia.freenix.fr (8.7.5/keltia-uucp-2.7) id UAA16782; Tue, 23 Apr 1996 20:21:32 +0200 (MET DST) From: Ollivier Robert Message-Id: <199604231821.UAA16782@keltia.freenix.fr> Subject: Re: .forward and sendmail? To: csdayton@midway.uchicago.edu Date: Tue, 23 Apr 1996 20:21:31 +0200 (MET DST) Cc: henrich@crh.cl.msu.edu, freebsd-hackers@freebsd.org, jmb@freefall.freebsd.org In-Reply-To: <199604231450.JAA12880@midway.uchicago.edu> from Soren Dayton at "Apr 23, 96 09:50:30 am" X-Operating-System: FreeBSD 2.2-CURRENT ctm#1916 X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk It seems that Soren Dayton said: > has this been sent to Eric Allman so that it can get incorporated into > that sendmail? I would be much more comfortable running the latest from > him rather than whatever is in a particular release After reading the CVS log, it seems that nothing was done in sendmail "per se" as it is simply that it does not need the setgid anymore. The setgid was here to enable sendmail to get the load average (with reading /dev/kmem) and the current getloadavg(3) function is now using sysctl(2) which can be used without privilege for that purpose ------------------------------------------------------------ revision 1.8 date: 1996/01/29 13:19:49; author: mpp; state: Exp; lines: +1 -2 Don't install sendmail setgid kmem since it doesn't really require kmem access. It is currently configured to call getloadavg(3), which uses sysctl(2) to determine the load average, which is the only reason some sendmails require kmem access. ------------------------------------------------------------ -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 2.2-CURRENT #13: Sun Apr 21 18:14:54 MET DST 1996