From owner-freebsd-questions@FreeBSD.ORG Thu Aug 10 11:53:51 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 4AC9E16A4DA for ; Thu, 10 Aug 2006 11:53:51 +0000 (UTC) (envelope-from frankstaals@gmx.net) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 0284543D49 for ; Thu, 10 Aug 2006 11:53:49 +0000 (GMT) (envelope-from frankstaals@gmx.net) Received: (qmail invoked by alias); 10 Aug 2006 11:53:47 -0000 Received: from ip176-173-59-62.adsl.versatel.nl (EHLO [192.168.2.5]) [62.59.173.176] by mail.gmx.net (mp042) with SMTP; 10 Aug 2006 13:53:47 +0200 X-Authenticated: #25365336 Message-ID: <44DB1E39.8030402@gmx.net> Date: Thu, 10 Aug 2006 13:53:29 +0200 From: Frank Staals User-Agent: Thunderbird 1.5.0.4 (X11/20060706) MIME-Version: 1.0 To: =?ISO-8859-1?Q?Andreas_Wider=F8e_Andersen?= References: <23ed14b80608100433r63748457hf23763a6d42094aa@mail.gmail.com> In-Reply-To: <23ed14b80608100433r63748457hf23763a6d42094aa@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Y-GMX-Trusted: 0 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: Thu, 10 Aug 2006 11:53:51 -0000 Andreas Widerĝe Andersen wrote: > I have some problems with Sendmail (ref an older thread I posted): > > pid 72284 (sendmail), uid 0: exited on signal 11 > pid 72505 (sendmail), uid 0: exited on signal 11 > pid 72672 (sendmail), uid 0: exited on signal 11 > > This happens every 30 minutes. It started after I upgraded from 4.7 to > 4.11p19. > > > Is there some easy way I can reinstall sendmail completely getting it > back > to the way it is when installing a fresh system? I don't want to tweak > and > dig too much with this anymore so I rather start from scratch. > > I know it's part of the base system, but is there some way to do this? > > Thanks, > Andreas > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > > 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 -- -Frank Staals