From owner-freebsd-isp@FreeBSD.ORG Wed Nov 15 15:19:30 2006 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0178A16A47C for ; Wed, 15 Nov 2006 15:19:30 +0000 (UTC) (envelope-from sanjay.k.arora.pobox@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id 312A443D78 for ; Wed, 15 Nov 2006 15:19:23 +0000 (GMT) (envelope-from sanjay.k.arora.pobox@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so234728wxc for ; Wed, 15 Nov 2006 07:19:22 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:reply-to:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=iAXdft1/wpoXJ101xDBPmYTYX0P+ZeHBrGYsAV02XLP4zH3ONQeuphawU68ACNb1EAxjlvfrQ7u9ZEQD4Tk7f3ftxkXJ72eda3rcmJWn2atpKT59difE1XSxwH8HDP5Kf2fy4WhqqNIdxq5v9ZFwV28DTNwASN50d2nVxGz0BN4= Received: by 10.90.100.2 with SMTP id x2mr2314696agb.1163603962479; Wed, 15 Nov 2006 07:19:22 -0800 (PST) Received: from 192.168.200.24 ( [203.134.214.76]) by mx.google.com with ESMTP id m1sm1204314nzf.2006.11.15.07.19.20; Wed, 15 Nov 2006 07:19:22 -0800 (PST) From: Sanjay Arora To: Sten Daniel =?ISO-8859-1?Q?S=F8rsdal?= In-Reply-To: <455A27DE.9080607@wm-access.no> References: <455A27DE.9080607@wm-access.no> Content-Type: text/plain; charset=utf-8 Date: Wed, 15 Nov 2006 20:49:59 +0530 Message-Id: <1163603999.9722.7.camel@swayam.transcontinental.co.in> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 (2.0.2-27.rhel4.6) Content-Transfer-Encoding: 8bit Cc: freebsd-isp@freebsd.org Subject: Re: Looking for an smtp/pop3 with postgresql storage support. X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sanjay.k.arora.pobox@gmail.com List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Nov 2006 15:19:30 -0000 On Tue, 2006-11-14 at 21:32 +0100, Sten Daniel Sørsdal wrote: > Hi > > I'm currently looking tips/pointers for a email solution where the user > database and the emails themselves are stored in postgresql. > It's a small solution not meant for large quantities of users nor large > large quantities of stored mail - on freebsd of course. > Is postfix + dbmail a viable solution? > Has anyone done this? > check out mailstore ar www.oryx.com in addition to dbmail at www.dbmail.org Let me know what you settle on & why....I'm going to implement one of these two shortly. Mailstore does seem to have a better storage structure, but dbmail has been there longer. Ciao. Sanjay.