--On Wednesday, September 27, 2006 11:54 PM -0400 Barry Warsaw <[EMAIL PROTECTED]> wrote:
> Looking at Postfix, what other options are readily available? I suppose > you could try to hook into the transport maps, but if I understand them > correctly, you're still talking about forking a process per message. > Maybe LMTP to a daemon process is another option, but there appears to > be no documentation on www.postfix.org about LMTP. LMTP is fully supported in postfix. You just set mailbox_transport (or trhe right hand side of your transport map) to lmtp:... - see postfix's smtp(8). I've used it to deliver to cyrus imapd for a long time now. See RFC 2033 for the LMTP standard. -- Carson _______________________________________________ Mailman-Developers mailing list Mailman-Developers@python.org http://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-developers%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp