From owner-freebsd-questions@FreeBSD.ORG Sun Sep 28 08:05:37 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 DF40E16A4B3 for ; Sun, 28 Sep 2003 08:05:37 -0700 (PDT) Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4ED7543FE3 for ; Sun, 28 Sep 2003 08:05:37 -0700 (PDT) (envelope-from ekrem@ozemail.com.au) Received: from [210.50.73.192] (210.50.73.192) by smtp01.syd.iprimus.net.au (7.0.018) (authenticated as ekrem@iprimus.com.au) id 3F674905004D42A4 for freebsd-questions@freebsd.org; Mon, 29 Sep 2003 01:05:35 +1000 From: Ekrem To: freebsd-questions Content-Type: text/plain Message-Id: <1064761546.65061.4.camel@beynam.ecko.net.au> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Mon, 29 Sep 2003 01:05:47 +1000 Content-Transfer-Encoding: 7bit Subject: Sendmail: Do I need it running? 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: Sun, 28 Sep 2003 15:05:38 -0000 Hi people, I'm using FreeBSD on my standalone desktop PC. I use dialup for the internet and use Evolution as the email client, but the following 2 processes always running; sendmail: accepting connections (sendmail) sendmail: Queue runner@00:30:00 for /var/spool/clientmqueue (sendmail) Do they need to be running for things like daily/weekly cron jobs that send emails to root, or for any other purpose? Thanks.