From owner-freebsd-isp@FreeBSD.ORG Wed May 9 18:05:17 2007 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A8A2E16A402 for ; Wed, 9 May 2007 18:05:17 +0000 (UTC) (envelope-from edlucero@internetcrusade.com) Received: from omx3.sandiegort.com (omx3.sandiegort.com [69.43.139.65]) by mx1.freebsd.org (Postfix) with ESMTP id 9183B13C45E for ; Wed, 9 May 2007 18:05:17 +0000 (UTC) (envelope-from edlucero@internetcrusade.com) Received: from cs1.sandiegort.com (cs1.sandiegort.com [69.43.139.61]) by omx3.sandiegort.com (Postfix) with ESMTP id 90BECE0A1 for ; Wed, 9 May 2007 10:49:00 -0700 (PDT) X-Virus-Scanned: amavisd-new at sandiegort.com Received: from TECHED (unknown [192.168.5.30]) by cs1.sandiegort.com (Postfix) with ESMTP id 119694AC18 for ; Wed, 9 May 2007 10:49:00 -0700 (PDT) From: "Ed Lucero" To: References: <4641D2EB.5070909@grenadianone.com> In-Reply-To: <4641D2EB.5070909@grenadianone.com> Date: Wed, 9 May 2007 10:49:00 -0700 Message-ID: <003101c79262$532b5eb0$f9821c10$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AceSS+SrFQdGE3nZT/6QqDmzVv1p1QAFlTbA Content-Language: en-us Subject: RE: Email server recommendation X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 18:05:17 -0000 > -----Original Message----- > From: owner-freebsd-isp@freebsd.org [mailto:owner-freebsd- > isp@freebsd.org] On Behalf Of Richard McNeilly > Sent: Wednesday, May 09, 2007 6:56 AM > To: freebsd-isp@freebsd.org > Subject: Email server recommendation > > I am trying to plan a ISP deployment using FreeBSD. I am more familiar > with Linux but during my research, it's been pointed out that FreeBSD > is > the more stable and reliable choice for an ISP. Especially as an email > server. > > What is the best way to manage the addition of new users to the email > server? local users or is there a database solution. Also is there a > software package available to easily administer email accounts or does > it all have to be done with custom scripts. > > I would welcome any suggestions of anecdotes of experience. > > Regards, > Richard > _______________________________________________ > freebsd-isp@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-isp > To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org" FreeBSD Postfix front end, with sqlgrey, and policyd, mysql. Content scanning server is in the middle, using postfix , amavisd, clamav, spamassassin, mysql. Dovecot mail repository server. Postfix, dovecot, mysql. Outbound server. Postfix. Ed