From owner-freebsd-questions@FreeBSD.ORG Thu Oct 6 02:57:36 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4ED4A16A41F for ; Thu, 6 Oct 2005 02:57:36 +0000 (GMT) (envelope-from andrsn@andrsn.stanford.edu) Received: from smtp104.sbc.mail.mud.yahoo.com (smtp104.sbc.mail.mud.yahoo.com [68.142.198.203]) by mx1.FreeBSD.org (Postfix) with SMTP id B4F9F43D45 for ; Thu, 6 Oct 2005 02:57:35 +0000 (GMT) (envelope-from andrsn@andrsn.stanford.edu) Received: (qmail 6467 invoked from network); 6 Oct 2005 02:57:35 -0000 Received: from unknown (HELO ?127.0.0.1?) (impala87@sbcglobal.net@71.131.27.179 with plain) by smtp104.sbc.mail.mud.yahoo.com with SMTP; 6 Oct 2005 02:57:34 -0000 Resent-From: Annelise Anderson Resent-To: freebsd-questions@freebsd.org Resent-Date: Wed, 5 Oct 2005 19:57:32 -0700 Resent-Message-Id: <4344929C.2030407@andrsn.stanford.edu> Resent-User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) Received: by andrsn.stanford.edu (mbox anderson) (with Cubic Circle's cucipop (v1.31 1998/05/13) Wed Oct 5 19:53:31 2005) X-From_: andrsn@andrsn.stanford.edu Wed Oct 5 19:49:29 2005 Received: from localhost (localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.13.4/8.13.3) with ESMTP id j962nTNd007594 for ; Wed, 5 Oct 2005 19:49:29 -0700 (PDT) (envelope-from andrsn@andrsn.stanford.edu) Date: Tue, 4 Oct 2005 16:23:37 -0700 (PDT) From: Annelise Anderson To: freebsd-questions@freebsd.org Message-ID: <20051004161847.Y538@andrsn.stanford.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed ReSent-Date: Wed, 5 Oct 2005 19:49:21 -0700 (PDT) ReSent-From: Annelise Anderson ReSent-To: anderson@andrsn.stanford.edu ReSent-Subject: sendmail not starting at boot ReSent-Message-ID: <20051005194921.U7588@andrsn.stanford.edu> Cc: Subject: sendmail not starting at boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2005 02:57:36 -0000 On 5.4-STABLE as of October 1, sendmail doesn't start on reboot. I have to either do it by hand or run sh rc.sendmail (which does start it). There's no sendmail.sh in /usr/local/etc/rc.d. The rc.conf has sendmail_enable="YES" and I even changed this in /etc/defaults/rc.conf. I supposed I could clip some of rc.sendmail and put in in a sendmail.sh file for /usr/local/etc/rc.d, but perhaps something more obvious is wrong. I want sendmail to be not only a local mta but to be the incoming and outgoing server. Thanks-- Annelise .