From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/78040 Path: news.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: making sendmail call to msmtp asynchronous? Date: Mon, 21 Mar 2011 15:24:08 +0800 Message-ID: <877hbt9bs7.fsf@ericabrahamsen.net> References: <87k4ft9es7.fsf@ericabrahamsen.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1300692295 32133 80.91.229.12 (21 Mar 2011 07:24:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 21 Mar 2011 07:24:55 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M26352@lists.math.uh.edu Mon Mar 21 08:24:52 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q1ZTv-00040c-72 for ding-account@gmane.org; Mon, 21 Mar 2011 08:24:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Q1ZTZ-0000ZA-NJ; Mon, 21 Mar 2011 02:24:29 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Q1ZTX-0000Yr-Jb for ding@lists.math.uh.edu; Mon, 21 Mar 2011 02:24:27 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Q1ZTU-0001lP-8a for ding@lists.math.uh.edu; Mon, 21 Mar 2011 02:24:25 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Q1ZTR-0004fo-3V for ding@gnus.org; Mon, 21 Mar 2011 08:24:21 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Q1ZTP-0003r7-PC for ding@gnus.org; Mon, 21 Mar 2011 08:24:19 +0100 Original-Received: from 123.121.224.174 ([123.121.224.174]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 Mar 2011 08:24:19 +0100 Original-Received: from eric by 123.121.224.174 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 Mar 2011 08:24:19 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 24 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 123.121.224.174 User-Agent: Gnus/5.110016 (No Gnus v0.16) Emacs/23.2 (gnu/linux) Cancel-Lock: sha1:dtPdrXtaGdBL7KbkdDLEjXIN7AQ= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:78040 Archived-At: Erik Colson writes: > Ehlo, > > msmtp does not support queueing. Therefor it 'blocks' every mail client > which sends mail through it. My opinion is that the fix should be msmtp > to support queues. > Of course asynchronous connections in gnus would be welcome, but in this > case I think the problem is at msmtp's side. > > So the obvious solution is to move to postfix which added support for > smtp-server selection based on the sender's address envelope in version > 2.7 I think... > > PS: Look at "sender_dependent_default_transport_maps" in postfix > documentation for this feature > > Best Thanks! Msmtp does come with a "queuing" script, but I don't know if it's queuing in the proper sense, that would allow it not to block, I'll take a look. Thanks for the hints! E