From owner-freebsd-questions@FreeBSD.ORG Wed Jun 27 16:52:08 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9B19116A498 for ; Wed, 27 Jun 2007 16:52:08 +0000 (UTC) (envelope-from maxsec@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.227]) by mx1.freebsd.org (Postfix) with ESMTP id 473AE13C455 for ; Wed, 27 Jun 2007 16:52:08 +0000 (UTC) (envelope-from maxsec@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so171650wra for ; Wed, 27 Jun 2007 09:52:07 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=KAfVujmpDCoSes3lZOKjIKYcudYunxAlABM/j8Dqo2Wz+mJznylCKwDPNOUDFGerHQ6kTu2oziNAvkv30g3X+wHd7AGc7MKIqlSKJNImmX4XL2DiW/ZTAzEt10rpySnkeYpc3MGhjV1/sJAPbNyKkt9v49CbwogaS6t32lqVafU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=LlZCLWC7H+tSaZjacutq4hllhuYwTBeFgteob9NC7kgdGAY+FIpvD3Ot/EKpS9bwKLryFLLBcTuaKlQEtC4B3prVnjuSTEQnnExCWzDJeQgKgcQz+iLsxDtTdgJzuQ8dlSGt2PUERuEtct3tvkYfCQQJXRL0WkOK0an+xFgGC6g= Received: by 10.143.2.19 with SMTP id e19mr46665wfi.1182961468955; Wed, 27 Jun 2007 09:24:28 -0700 (PDT) Received: by 10.142.80.2 with HTTP; Wed, 27 Jun 2007 09:24:28 -0700 (PDT) Message-ID: <72cf361e0706270924w401db419n27bebcc896244bbb@mail.gmail.com> Date: Wed, 27 Jun 2007 17:24:28 +0100 From: "Martin Hepworth" To: "Barnaby Scott" In-Reply-To: <46822D9C.3010400@waywood.co.uk> MIME-Version: 1.0 References: <46822D9C.3010400@waywood.co.uk> 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: Gradual move to own mail server - strategy for noob 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: Wed, 27 Jun 2007 16:52:08 -0000 HI On 6/27/07, Barnaby Scott wrote: > > Hi, I'm trying to replace my current arrangement for email, and though I > have read as much as possible on it, I just want to check if I am on the > right lines with what I'm planning. (Is that a legitimate use of this > list?) It's the same old story, when you're a beginner it is very hard > to take even small steps until you have a grasp of the 'big picture', > and know what direction you should be going. So I'd be glad of any > opinions, pointers, or How-Tos that I may not have spotted. > > If you read the rest of this, you may think that I'm trying to implement > something way too heavyweight for what I need at the moment, and you'd > be right! However, I want to learn, and enjoy trying to master the big > boys' toys. > > OK, so here's where I am: > 8 users > 3 or 4 Windows machines including a laptop - users may use any/all of > these > New FreeBSD server so far only operating as a Samba server (PDC). > Email is downloaded by individual clients from ISP via POP3 - user must > be at specific machine to access their local mail folders. If elsewhere, > they must use webmail, but of course sent messages, replied flags etc > are then inconsistent, besides which messages are only left on the (ISP) > server for a limited time. > > Here is where I want to get to: > IMAP server on my FreeBSD box (and using Maildir is my instinctive > preference.) > Ultimately, but not yet, I want to start using the FreeBSD machine as a > proper mailserver - i.e. get a static IP address and point the MX record > hosted by my provider at it. For now though I am happy to fetch from the > existing mailboxes that they host for me. > Again, not necessarily now, but when I am fully up and running, run spam > and virus checking (that's done for me now, but inevitably could be > improved on.) > > What I _think_ I want to do is this: > Install Fetchmail to get mail from my various hosted mailboxes > Configure Sendmail, which I accepted as the default mailer > Install Procmail to deliver messages in Maildir format (to users' home > directories?) > Install Courier IMAP as the IMAP server I'd suggest dovecot over courier. Courier's not exactly under active development Ultimately, then drop Fetchmail and reconfigure Sendmail for receiving > mail directly, and add anti- spam and virus tools. > > Have I got this about right? Do I really need 4 separate tools to do > this? Have I overlooked something more obvious/elegant? Where are my big > pitfalls going to be? IF you can just redirect the MX record it's easiest to get everything working first them the fetchmail won't need to run for long after you've moved DNS records. Depends if you can do this. yes you will need some sort of anti spam. I use Spamassassin and MailScanner at work - which BTW ain't that far from you ( www.solidstatelogic.com)..if want some one-to-one help drop me a line. If replying, please keep in mind my embarrassing level of inexperience!! > > Thanks > > Barnaby Scott -- Martin