From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/76820 Path: news.gmane.org!not-for-mail From: Johnny Newsgroups: gmane.emacs.gnus.general Subject: Re: Multiple SMTP servers with Gnus? Date: Wed, 16 Feb 2011 16:45:34 +0000 Message-ID: <878vxgapxt.fsf@gmx.co.uk> References: <87k4h99d3l.fsf@gmail.com> <878vxjic8e.fsf@gnus.org> <87d3msarhq.fsf@gmx.co.uk> <87bp2c54gq.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1297874758 32332 80.91.229.12 (16 Feb 2011 16:45:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 16 Feb 2011 16:45:58 +0000 (UTC) Cc: ding@gnus.org To: Ted Zlatanov Original-X-From: ding-owner+M25159@lists.math.uh.edu Wed Feb 16 17:45: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 1PpkVi-0002sB-VB for ding-account@gmane.org; Wed, 16 Feb 2011 17:45: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 1PpkVW-0008CF-U0; Wed, 16 Feb 2011 10:45:38 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PpkVU-0008Bn-Jj for ding@lists.math.uh.edu; Wed, 16 Feb 2011 10:45:36 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PpkVT-0005gQ-5V for ding@lists.math.uh.edu; Wed, 16 Feb 2011 10:45:36 -0600 Original-Received: from mailout-eu.gmx.com ([213.165.64.42]) by quimby.gnus.org with smtp (Exim 4.72) (envelope-from ) id 1PpkVR-0004pH-Tv for ding@gnus.org; Wed, 16 Feb 2011 17:45:34 +0100 Original-Received: (qmail invoked by alias); 16 Feb 2011 16:45:28 -0000 Original-Received: from 78-86-131-176.zone2.bethere.co.uk (EHLO DeuxExMachina) [78.86.131.176] by mail.gmx.com (mp-eu003) with SMTP; 16 Feb 2011 17:45:28 +0100 X-Authenticated: #57368918 X-Provags-ID: V01U2FsdGVkX1/4lqUNJ+/4fsh0xT3LbVTlsAdPYXCMsbPv15+wFH Rblj7oCi0+/KxW In-Reply-To: <87bp2c54gq.fsf@lifelogs.com> (Ted Zlatanov's message of "Wed, 16 Feb 2011 10:28:21 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Y-GMX-Trusted: 0 X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:76820 Archived-At: Ted Zlatanov writes: > (assuming you're using a recent Gnus checkout; if not, please tell me) I am using Gnus v5.13. > Please set auth-info-debug to t and show the lines in *Messages* that > are from auth-source when you try to send mail. That should tell us > what's wrong. I seem not to have that variable? I probably should mention I used a simple smtp setup with only one server (gmx) previously, and then it seemed to use .authinfo as it never asked for the password when sending mail. It was only after I tried to use the code in the thread to integrate my gmail into Gnus that this appeared. Old smtp config that seems to use .authinfo: (setq message-send-mail-function 'smtpmail-send-it smtpmail-starttls-credentials '(("mail.gmx.com" 587 nil nil)) smtpmail-default-smtp-server "mail.gmx.com" smtpmail-smtp-server "mail.gmx.com" smtpmail-smtp-service 587 smtpmail-local-domain nil) ;"gmx.co.uk") -- Johnny