From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Wingo Subject: Re: [PATCH 2/2] gnu: Add esmtp. Date: Tue, 03 Nov 2015 15:40:06 +0000 Message-ID: <871tc7jdm1.fsf@igalia.com> References: <1446562473-5808-1-git-send-email-wingo@igalia.com> <1446562473-5808-2-git-send-email-wingo@igalia.com> <87611jjdya.fsf@igalia.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34839) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ztdh1-0001SC-7o for guix-devel@gnu.org; Tue, 03 Nov 2015 10:40:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ztdgx-0001Zi-5j for guix-devel@gnu.org; Tue, 03 Nov 2015 10:40:15 -0500 Received: from pb-sasl0.int.icgroup.com ([208.72.237.25]:57495 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ztdgx-0001ZR-2O for guix-devel@gnu.org; Tue, 03 Nov 2015 10:40:11 -0500 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by pb-sasl0.pobox.com (Postfix) with ESMTP id BC87D23143 for ; Tue, 3 Nov 2015 10:40:09 -0500 (EST) Received: from pb-sasl0.int.icgroup.com (unknown [127.0.0.1]) by pb-sasl0.pobox.com (Postfix) with ESMTP id B4B5923141 for ; Tue, 3 Nov 2015 10:40:09 -0500 (EST) Received: from rusty (unknown [88.160.190.192]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pb-sasl0.pobox.com (Postfix) with ESMTPSA id CAE6723134 for ; Tue, 3 Nov 2015 10:40:08 -0500 (EST) In-Reply-To: <87611jjdya.fsf@igalia.com> (Andy Wingo's message of "Tue, 03 Nov 2015 15:32:45 +0000") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org On Tue 03 Nov 2015 15:32, Andy Wingo writes: > If you want to queue, there's the esmtp-wrapper shell > script shipped with esmtp; simply do: > > ln -s ~/.guix-profile/bin/esmtp-wrapper ~/bin/sendmail > ln -s ~/.guix-profile/bin/esmtp-wrapper ~/bin/mailq If you do this you will probably want to do this instead: ; in .emacs (setq sendmail-program "/home/USER/bin/sendmail") # at the shell git config sendemail.smtpserver $HOME/bin/sendmail Andy