From owner-freebsd-questions@FreeBSD.ORG Thu Jan 22 08:05:19 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 30E8B16A4CE for ; Thu, 22 Jan 2004 08:05:19 -0800 (PST) Received: from medusa.tutka.fi (medusa.tutka.fi [212.116.37.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE6A543D1F for ; Thu, 22 Jan 2004 08:05:17 -0800 (PST) (envelope-from mikko@medusa.tutka.fi) Received: from medusa.tutka.fi (medusa.tutka.fi [127.0.0.1]) by medusa.tutka.fi (8.12.8/8.12.8) with ESMTP id i0MG59fB026814 for ; Thu, 22 Jan 2004 18:05:09 +0200 Received: from localhost (mikko@localhost) by medusa.tutka.fi (8.12.8/8.12.8/Submit) with ESMTP id i0MG59rf026810 for ; Thu, 22 Jan 2004 18:05:09 +0200 Date: Thu, 22 Jan 2004 18:05:09 +0200 (EET) From: mikko To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: local mail delivery 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: Thu, 22 Jan 2004 16:05:19 -0000 Hi, I am wondering how should I setup a server. I have installed spamassassin, and am using fetchmail to get mail from another host. Now, I wouldn't want to install procmail. I do not understand how the mail travels: I make a ssh connection to start imapd on the target mail-host with fetchmail, to get the mail, but to whom program does fetchmail give it to? sendmail? Or does it put it directly in the mailspool? Some other program? I have spamd running, so does it know that sendmail/spool/other is getting these mails, and would know to scan them? I am running 5.1 "out-of-the-box" with programs installed from a recent ports-tree. Thank you in advance.