From owner-freebsd-questions Sat Jul 12 12:17:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA15748 for questions-outgoing; Sat, 12 Jul 1997 12:17:06 -0700 (PDT) Received: from pulp.nildram.co.uk (root@pulp.nildram.co.uk [195.112.4.8]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA15739 for ; Sat, 12 Jul 1997 12:16:55 -0700 (PDT) Received: (from uucp@localhost) by pulp.nildram.co.uk (8.7.5/8.7.3) with UUCP id TAA19728; Sat, 12 Jul 1997 19:11:22 GMT Received: from i.vaudrey (i.vaudrey [10.0.0.5]) by mail.nemko.ltd.uk (8.8.6/8.8.6) with ESMTP id UAA00171; Sat, 12 Jul 1997 20:09:09 +0100 (BST) Message-ID: <33C7D64C.358E402D@test.nemko.ltd.uk> Date: Sat, 12 Jul 1997 20:09:00 +0100 From: Ian Vaudrey X-Mailer: Mozilla 4.01 [en] (Win95; I) MIME-Version: 1.0 To: Dan Busarow CC: freebsd-questions@FreeBSD.ORG Subject: Re: installing sendmail sources after the fact, and a quick sendmail question X-Priority: 3 (Normal) References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk That fixed it. Thanks, Dan. - Ian Dan Busarow wrote: > > With 8.8.5 I had to create my own /var/run/sendmail.pid. sendmail > wouldn't create one, but also gave no messages. Could be that in > 8.8.6 they added the message and you haven't had a sendmail.pid > all along. (I haven't installed .6 so I can't check the source, > safefopen() in util.c is the function that should be creating it) > Anyway, try creating /var/run/sendmail.pid yourself, 644 root.bin. > > Dan >