From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/77258 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: Sendmail config for nognus 0.13? Date: Thu, 24 Feb 2011 08:55:48 +0100 Organization: Probably a good idea Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1298534183 20497 80.91.229.12 (24 Feb 2011 07:56:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 24 Feb 2011 07:56:23 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M25586@lists.math.uh.edu Thu Feb 24 08:56:16 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 1PsW3b-0000Mg-R4 for ding-account@gmane.org; Thu, 24 Feb 2011 08:56:16 +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 1PsW3R-000128-GA; Thu, 24 Feb 2011 01:56:05 -0600 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 1PsW3P-00011g-Bu for ding@lists.math.uh.edu; Thu, 24 Feb 2011 01:56:03 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PsW3O-00060X-L2 for ding@lists.math.uh.edu; Thu, 24 Feb 2011 01:56:03 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PsW3N-00046Q-Tx for ding@gnus.org; Thu, 24 Feb 2011 08:56:01 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PsW3N-0000DW-Fe for ding@gnus.org; Thu, 24 Feb 2011 08:56:01 +0100 Original-Received: from 62.113.137.5 ([62.113.137.5]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Feb 2011 08:56:01 +0100 Original-Received: from sb by 62.113.137.5 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Feb 2011 08:56:01 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 18 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 62.113.137.5 Mail-Copies-To: never User-Agent: Gnus/5.110014 (No Gnus v0.14) Emacs/22.3 (gnu/linux) Cancel-Lock: sha1:qLOu2LmAkctOftBtIP+OxoOW9Fg= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:77258 Archived-At: >>>>> Norman Walsh : > But apparently that wasn't sufficient for gnus-agent in 0.13. After > some random poking about, I concluded that adding > (setq gnus-agent-send-mail-function 'message-send-mail-with-sendmail) > (setq message-send-mail-real-function 'message-send-mail-with-sendmail) > would fix things, but that hardly seems like the best way. What should > I have done? I have (setq message-send-mail-function 'smtpmail-send-it) and it seems to be working on no gnus So setting (setq message-send-mail-function 'message-send-mail-with-sendmail) might do the trick...?