From owner-freebsd-questions@FreeBSD.ORG Sun Aug 13 19:07:27 2006 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 CD05A16A4DE for ; Sun, 13 Aug 2006 19:07:27 +0000 (UTC) (envelope-from wodfer@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6443943D49 for ; Sun, 13 Aug 2006 19:07:25 +0000 (GMT) (envelope-from wodfer@gmail.com) Received: by nf-out-0910.google.com with SMTP id g2so1740154nfe for ; Sun, 13 Aug 2006 12:07:24 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=Hs7VGUKCKIavdHEbHjdplUqb0WTdlNDgqCVMGdtGmOJod9lsU414d6xiqa7HQlfGoNp4SzlrdniqfCwPEzwDv+vdAZQ5PRnh0hMp1I7QGUQDAx4eG+emwkoTjLW7+NZb5ldlkY344e9JAXdcvMMeLIrx0uq+ulP3cNm1HTdF8Pc= Received: by 10.78.193.19 with SMTP id q19mr2988395huf; Sun, 13 Aug 2006 12:07:24 -0700 (PDT) Received: by 10.78.169.7 with HTTP; Sun, 13 Aug 2006 12:07:24 -0700 (PDT) Message-ID: <23ed14b80608131207m3546850agbadbe8e1d8a31002@mail.gmail.com> Date: Sun, 13 Aug 2006 21:07:24 +0200 From: "=?ISO-8859-1?Q?Andreas_Wider=F8e_Andersen?=" To: "Frank Staals" In-Reply-To: <44DB1E39.8030402@gmx.net> MIME-Version: 1.0 References: <23ed14b80608100433r63748457hf23763a6d42094aa@mail.gmail.com> <44DB1E39.8030402@gmx.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Reinstalling Sendmail? 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: Sun, 13 Aug 2006 19:07:28 -0000 On 8/10/06, Frank Staals wrote: > > You can recompile sendmail, you'll have to have the kernel sources > installed though: > > # cd /usr/src/lib/libsm; make clean; make obj; make depend; make > # cd /usr/src/lib/libsmutil; make clean; make obj; make depend; make > # cd /usr/src/usr.sbin/sendmail; make clean; make obj; make depend; make; > make install > > you might want to read Jonathan Horne's page about configuring sendmail ( > among other services ) : > > http://dfwlpiki.dfwlp.org/index.php/Deploying_a_FreeBSD_Server#Configuring_Mail_Services > Thanks! Nice tutorial. I have dowloaded all sources from cvs to my system. Should I delete some old sources/working dirs/etc from when I've installed software before or from when I built world and kernel? I guess they're under /usr/src somewhere. Just worried about some old files with wrong config that might screw this up. Thanks, Andreas