From owner-freebsd-questions@FreeBSD.ORG Sat Dec 25 04:54:37 2004 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 E343916A4CE for ; Sat, 25 Dec 2004 04:54:37 +0000 (GMT) Received: from outside.taborandtashell.net (sub18-33.member.dsl-only.net [63.105.18.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38D3743D1F for ; Sat, 25 Dec 2004 04:54:37 +0000 (GMT) (envelope-from tkelly-freebsd-questions@taborandtashell.net) Received: (qmail 1897 invoked from network); 24 Dec 2004 20:54:28 -0800 Received: from unknown (HELO ?192.168.0.9?) (tkelly@192.168.0.9) by 192.168.0.2 with AES256-SHA encrypted SMTP; 24 Dec 2004 20:54:28 -0800 Message-ID: <41CCF27F.4020902@taborandtashell.net> Date: Fri, 24 Dec 2004 20:54:23 -0800 From: Tabor Kelly User-Agent: Mozilla Thunderbird 0.9 (X11/20041112) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ruben de Groot , FreeBSD Questions References: <20041224065512.29367.qmail@rahul.net> <200412240326.16142.james@idea-anvil.net> <20041224161643.GA40553@ei.bzerk.org> In-Reply-To: <20041224161643.GA40553@ei.bzerk.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: sendmail running on localhost 25? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: tkelly-freebsd-questions@taborandtashell.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Dec 2004 04:54:38 -0000 Ruben de Groot wrote: > On Fri, Dec 24, 2004 at 03:26:15AM -0700, James typed: > This will also disable those annoying daily, weekly and montly > messages recieved from cronjobs. > > Who wants to read about your disks filling up, attempts to break into > your server and other futilities anyway ;-) A typical qmail install includes the following: $ killall sendmail $ mv /usr/sbin/sendmail /usr/sbin/sendmail.old $ chmod 0 /usr/sbin/sendmail.old $ ln -s /var/qmail/bin/sendmail /usr/sbin/sendmail $ chmod 0 /usr/libexec/mail.local cron ends up calling /var/qmail/bin/sendmail. -Tabor