From owner-freebsd-questions@FreeBSD.ORG Mon Mar 31 07:06:54 2003 Return-Path: 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 3469337B404 for ; Mon, 31 Mar 2003 07:06:54 -0800 (PST) Received: from hotmail.com (dav57.sea1.hotmail.com [207.68.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5D5543FB1 for ; Mon, 31 Mar 2003 07:06:53 -0800 (PST) (envelope-from kenzo_chin@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 31 Mar 2003 07:06:53 -0800 Received: from 209.187.233.156 by dav57.sea1.hotmail.com with DAV; Mon, 31 Mar 2003 15:06:53 +0000 X-Originating-IP: [209.187.233.156] X-Originating-Email: [kenzo_chin@hotmail.com] From: "Kenzo" To: , Date: Mon, 31 Mar 2003 09:06:51 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: X-OriginalArrivalTime: 31 Mar 2003 15:06:53.0460 (UTC) FILETIME=[29E21540:01C2F797] Subject: sendmail help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2003 15:06:56 -0000 I did a make world and this is what I get at the next reboot. Starting standard daemons: inetd cron sshd sendmailsendmail:execing /usr/local/sbin/sendmail:No such file or directory this is my mailer.conf # # Execute the Postfix sendmail program, named /usr/local/sbin/sendmail # sendmail /usr/local/sbin/sendmail send-mail /usr/local/sbin/sendmail mailq /usr/local/sbin/sendmail newaliases /usr/local/sbin/sendmail I originally replaced sendmail with postfix. and it used to work fine until after the make world. here is part of my rc.conf. sendmail_enable="YES" sendmail_flags="-bd" sendmail_outbound_enable="NO" sendmail_submit_enable="NO" sendmail_msp_queue_enable="NO" sshd_enable="YES" If I change the mailer.conf file to sendmail /usr/sbin/sendmail send-mail /usr/sbin/sendmail mailq /usr/sbin/sendmail newaliases /usr/sbin/sendmail and reboot, it hangs when it's trying to load the daemons. what can I do to fix this? Thanks.