From owner-freebsd-questions@FreeBSD.ORG Mon Nov 24 07:50:42 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 BE20A16A4CE for ; Mon, 24 Nov 2003 07:50:42 -0800 (PST) Received: from mail.caraldi.com (caraldi.com [62.212.102.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 865F743FBD for ; Mon, 24 Nov 2003 07:50:41 -0800 (PST) (envelope-from jbq@caraldi.com) Received: from watt.intra.caraldi.com (watt.intra.caraldi.com [192.168.100.101]) by mail.caraldi.com (Postfix) with ESMTP id AE91F2304 for ; Mon, 24 Nov 2003 16:50:39 +0100 (CET) Received: by watt.intra.caraldi.com (Postfix, from userid 1001) id 420B373; Mon, 24 Nov 2003 16:50:39 +0100 (CET) Date: Mon, 24 Nov 2003 16:50:39 +0100 From: Jean-Baptiste Quenot To: freebsd-questions@freebsd.org Message-ID: <20031124155036.GA11646@watt.intra.caraldi.com> Mail-Followup-To: freebsd-questions@freebsd.org References: <200311241613.10241.ajacoutot@lphp.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9amGYk9869ThD9tj" Content-Disposition: inline In-Reply-To: <200311241613.10241.ajacoutot@lphp.org> User-Agent: Mutt/1.5.5.1i Subject: Re: services bootup order 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, 24 Nov 2003 15:50:42 -0000 --9amGYk9869ThD9tj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Antoine Jacoutot: > I know this error appears because sendmail starts before MIMEDefang, > so my question is: how can I make MIMEDefang starts before sendmail ? > The MIMEDefang startup script is located under /usr/local/etc/rc.d Make a symlink from /etc/rc.d/mimedefang.sh to /usr/local/etc/rc.d/mimedefang.sh, as sendmail is started from /etc/rc.d in FreeBSD 5.1. You could also disable entirely sendmail, and start postfix in /usr/local/etc/rc.d, by making a link to /usr/local/sbin/postfix. With sendmail, I don't think it's possible that way. Cheers, --=20 Jean-Baptiste Quenot http://caraldi.com/jbq/ --9amGYk9869ThD9tj Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/wijM9xx3BCMc9gsRAtA1AJ98FcZh+edrranqJyGMRD3wQhH9SwCdEuF7 ampZ3BJooZ/aG8rgZnQDaUg= =tnlA -----END PGP SIGNATURE----- --9amGYk9869ThD9tj--