Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5626A6A56 for ; Mon, 16 May 2011 09:00:39 +0000 (UTC) Received: (qmail 29539 invoked by uid 500); 16 May 2011 09:00:37 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 29493 invoked by uid 500); 16 May 2011 09:00:36 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 29485 invoked by uid 99); 16 May 2011 09:00:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 May 2011 09:00:36 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of olafura@olafura.com designates 69.89.21.11 as permitted sender) Received: from [69.89.21.11] (HELO oproxy4-pub.bluehost.com) (69.89.21.11) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 16 May 2011 09:00:29 +0000 Received: (qmail 22010 invoked by uid 0); 16 May 2011 09:00:07 -0000 Received: from unknown (HELO host301.hostmonster.com) (74.220.215.101) by cpoproxy1.bluehost.com with SMTP; 16 May 2011 09:00:07 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=olafura.com; h=MIME-Version:In-Reply-To:References:From:Date:Message-ID:Subject:To:Content-Type:Content-Transfer-Encoding:X-Identified-User; b=hlfQfm1hflMbyipMDsLOMGYWGGtgkCzJSPOAGEOAXXv6hvluYbjPmM+o6N+agluZq0/4wmgqKEmnVVmV+6IqbgYvS0vIG+yLe6F44wdGCjdQ25cfzE0LlssoPnKagRts; Received: from mail-qw0-f52.google.com ([209.85.216.52]) by host301.hostmonster.com with esmtpsa (TLSv1:RC4-MD5:128) (Exim 4.69) (envelope-from ) id 1QLteo-0004eJ-A5 for user@couchdb.apache.org; Mon, 16 May 2011 03:00:06 -0600 Received: by qwb8 with SMTP id 8so3055020qwb.11 for ; Mon, 16 May 2011 02:00:04 -0700 (PDT) Received: by 10.229.221.85 with SMTP id ib21mr3052204qcb.251.1305536404120; Mon, 16 May 2011 02:00:04 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.245.195 with HTTP; Mon, 16 May 2011 01:59:44 -0700 (PDT) In-Reply-To: <9900DF9F-CDB6-4299-80AF-DA17779CFBED@supercoders.com.au> References: <9900DF9F-CDB6-4299-80AF-DA17779CFBED@supercoders.com.au> From: Olafur Arason Date: Mon, 16 May 2011 08:59:44 +0000 Message-ID: Subject: Re: CouchDB SMTP server integration To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Identified-User: {3624:host301.hostmonster.com:olafurac:olafura.com} {sentby:smtp auth 209.85.216.52 authed with olafurac} X-Virus-Checked: Checked by ClamAV on apache.org The easiest way to integrate it would be using node.js as the front end: https://github.com/joyent/node/wiki/modules#smtp and then storing the content in couchdb. Even adding a listener to _changes to monitor for new messages to be send. If you know erlang you can try integrating something like: http://code.google.com/p/erlmail/ But of course it cant impact the speed of couchdb to be integrated. Regards, Olafur Arason On Mon, May 16, 2011 at 01:20, Andrew Stuart (SuperCoders) wrote: > I saw some old messages in the mailing list archive referring to CouchDB = as > a mail store. > > I'm interested in finding out if this went anywhere. > > Specifically, has anyone done anything to integrate and SMTP server into > couchdb? =A0Is there any code out there that writes RFC822 messages into > couchdb? > > thanks > > as >