From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/43253 Path: main.gmane.org!not-for-mail From: david.goldberg6@verizon.net (David S. Goldberg) Newsgroups: gmane.emacs.gnus.general Subject: Re: sending mail through a specific server? Date: Fri, 22 Feb 2002 13:24:17 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035178376 16605 80.91.224.250 (21 Oct 2002 05:32:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:32:56 +0000 (UTC) Return-Path: Original-Received: (qmail 25920 invoked from network); 22 Feb 2002 18:26:23 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 22 Feb 2002 18:26:23 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16eKN7-0000CU-00; Fri, 22 Feb 2002 12:24:41 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 22 Feb 2002 12:24:40 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id MAA03042 for ; Fri, 22 Feb 2002 12:24:27 -0600 (CST) Original-Received: (qmail 25787 invoked by alias); 22 Feb 2002 18:24:22 -0000 Original-Received: (qmail 25782 invoked from network); 22 Feb 2002 18:24:21 -0000 Original-Received: from smtpproxy2.mitre.org (198.76.173.29) by gnus.org with SMTP; 22 Feb 2002 18:24:21 -0000 Original-Received: from avsrv2.mitre.org (avsrv2.mitre.org [128.29.154.4]) by smtpproxy2.mitre.org (8.11.3/8.11.3) with ESMTP id g1MIOL520089 for ; Fri, 22 Feb 2002 13:24:21 -0500 (EST) Original-Received: from MAILHUB1 (mailhub1.mitre.org [129.83.20.31]) by smtpsrv2.mitre.org (8.11.3/8.11.3) with ESMTP id g1MIOJp08768 for ; Fri, 22 Feb 2002 13:24:19 -0500 (EST) Original-Received: from blackbird.mitre.org (129.83.10.221) by mailhub1.mitre.org with SMTP id 9281775; Fri, 22 Feb 2002 13:23:24 -0500 Original-To: The Gnus Mailing List X-Face: GUaHTH@nS>[7,ME@-gYZ4#Wl{z"99k@[[Y8AcP0x1paqu.,z9,XSV1WI>{q3f6^e5(zrit <4fV&VHhmE`uidRqtmG27;si9&r;#KSF~E#$%W8w(xdp)H4tW=\2XOk~3=@oGqqpj;m4xf Ow;y26396&,34@9#~4;@*S;E0cq"LM9N(us4P%F(Nxis'Vvfm9?KufH;:Q$dMa-QWGLR&K d0`LJZE8xb*>^yN>b]_NcU:E=Zn\1=#/(OS2 In-Reply-To: (Bill White's message of "Fri, 22 Feb 2002 12:15:54 -0600") Original-Lines: 18 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) XEmacs/21.1 (Cuyahoga Valley, sparc-sun-solaris2.7) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:43253 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:43253 I think the default for message-send-mail-function is message-send-mail-with-sendmail in which case you'd need to have your sendmail configuration relay through mail.wolfram.com. An easier choice might be to use smtpmail.el. Something like this should be all you need (setq message-send-mail-function smtpmail-send-it smtpmail-default-smtp-server "mail.wolfram.com" smtpmail-local-domain "wolfram.com" smtpmail-debug-info t) The first two may be all you need. The local-domain setting was in an example I found somewhere so I put it in. Setting debug-info to t gives you a trace of the SMTP session which I unfortunately find useful often enough to leave it on full time. -- Dave Goldberg david.goldberg6@verizon.net