From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.52.169.74 with SMTP id ac10cs83237vdc; Thu, 17 Mar 2011 14:56:58 -0700 (PDT) Received: by 10.43.66.74 with SMTP id xp10mr501338icb.150.1300399018466; Thu, 17 Mar 2011 14:56:58 -0700 (PDT) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id e15si6330321icb.12.2011.03.17.14.56.57; Thu, 17 Mar 2011 14:56:57 -0700 (PDT) Received-SPF: pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-talk-bounces@rubyforge.org Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 038003C805A; Thu, 17 Mar 2011 17:56:57 -0400 (EDT) X-Greylist: delayed 336 seconds by postgrey-1.31 at rubyforge.org; Thu, 17 Mar 2011 16:21:49 EDT Received: from black-opal.free-dissociation.com (207-180-139-39.ma.subnet.cable.rcn.com [207.180.139.39]) by rubyforge.org (Postfix) with ESMTP id CAA22185836B for ; Thu, 17 Mar 2011 16:21:49 -0400 (EDT) Received: by black-opal.free-dissociation.com (Postfix, from userid 1000) id B6122143B7A; Thu, 17 Mar 2011 16:16:09 -0400 (EDT) From: Kevin Riggle To: sup-talk In-reply-to: <1300385916-sup-3971@plc.intranet.plecavalier.com> References: <1300371126-sup-4692@plc.intranet.plecavalier.com> <1300375667-sup-4657@panda> <1300385916-sup-3971@plc.intranet.plecavalier.com> Date: Thu, 17 Mar 2011 16:16:09 -0400 Message-Id: <1300392204-sup-5911@black-opal.free-dissociation.com> User-Agent: Sup/git Subject: Re: [sup-talk] background or queue msg sending X-BeenThere: sup-talk@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: User & developer discussion of Sup List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org Excerpts from Philippe LeCavalier's message of Thu Mar 17 15:15:30 -0400 2011: > Even if Exim or Postfix might act faster than msmtp(what I'm using now) > sup is set up in a way that it waits for the process to terminate before > bringing me to the previous buffer. What I'd like to suggest is that sup > should immediately bring you to the previous buffer. Exim or Postfix will both act as the local message queue for you, unlike msmtp which blocks while it talks to the upstream remote mail server. It's not so much Sup's blocking as msmtp's blocking here which is the problem, IME -- talking to the local MTA is wicked fast, and you can set your local MTA to use your upstream remote mail server as its smarthost -- and there's no reason to add a message queue to Sup if your MTA can handle it. Given Exim's recent security troubles I'd recommend Postfix. - Kevin -- Kevin Riggle (kevinr@free-dissociation.com) http://free-dissociation.com _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk