From owner-freebsd-questions Fri Apr 28 5:43: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.wmptl.com (mail2.wmptl.com [216.221.73.131]) by hub.freebsd.org (Postfix) with ESMTP id 18E5737BF21 for ; Fri, 28 Apr 2000 05:43:06 -0700 (PDT) (envelope-from webmaster@wmptl.com) Received: from wmptl.com ([10.0.0.168]) by mail2.wmptl.com (8.9.3/8.9.3) with ESMTP id IAA22574; Fri, 28 Apr 2000 08:53:41 -0400 (EDT) (envelope-from webmaster@wmptl.com) Message-ID: <3909877E.59E14605@wmptl.com> Date: Fri, 28 Apr 2000 08:43:42 -0400 From: Nathan Vidican Reply-To: webmaster@wmptl.com Organization: Windsor Match Plate & Tool Ltd. X-Mailer: Mozilla 4.72 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: Alexander Werner Skwar Cc: freebsd-questions@freebsd.org Subject: Re: Installing exim and removing sendmail References: <20000428084643.E8007@gartenfrucht.DigitalProjects.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG By default, ANY .sh file located in /usr/local/etc/rc.d is executed at startup. You do not need to put any calls to them anywhere; /etc/rc should already call them. Try doing a 'ps -ax' and see if exim/mysql are running. Yes, echo 'sendmail_enable="no"' >>/etc/rc.conf , is the only thing you need to do to disable sendmail; do not remove it. Nathan Vidican webmaster@wmptl.com Windsor Match Plate & Tool Ltd. http://www.wmptl.com/ Alexander Werner Skwar wrote: > > Hello! > As I don't quite understand the configuration of sendmail and don't > really want to learn how sendmail is to be configured, I'd like to > install exim as the MTA on my system. > What do I need to do to > > - disable sendmail -> is it enough, when I insert a line > sendmail_enable=no to my /etc/rc.conf? > > - remove sendmail -> which package contains sendmail? I grepped through > the listing of pkg_info -La for /usr/sbin/sendmail, and did not find > anything at all. > > - install exim 3.13 -> I downloaded exim-3.13.tgz from ftp.freebsd.org > and pkg_add'ed it. That was a pretty easy step ;-) > > - enable exim 3.13 -> Okay, I found /usr/local/etc/rc.d/exim.sh. How do > I make sure that this script is executed at boot time? Would I create a > /etc/rc.local and insert a call to /usr/local/etc/rc.d/exim.sh there? > Would that be enough? This question also applies to MySQL which seems > to be started thru /usr/local/etc/rc.d/mysql-server.sh. > > Thanks for your help! > > Oh, almost forgot to mention: I'm using FreeBSD 4.0. > > Alexander Skwar > -- > Homepage: http://www.digitalprojects.com > Sichere Mail? PGP/GnuPG Keys als Antwort auf Mail mit Betr: Get GPG Key > ICQ: 7328191 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message