From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/30831 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: sending mail via VTCP/Secure Date: 11 May 2000 18:41:46 +0200 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 1035167313 10575 80.91.224.250 (21 Oct 2002 02:28:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:28:33 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id 3D919D051F for ; Thu, 11 May 2000 12:42:37 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id LAB00747; Thu, 11 May 2000 11:42:34 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 11 May 2000 11:41:50 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id LAA24544 for ; Thu, 11 May 2000 11:41:40 -0500 (CDT) Original-Received: from badis.pdc.kth.se (badis.pdc.kth.se [130.237.221.45]) by mailhost.sclp.com (Postfix) with ESMTP id 41761D051F for ; Thu, 11 May 2000 12:41:58 -0400 (EDT) Original-Received: (from jas@localhost) by badis.pdc.kth.se (8.10.0/8.10.0) id e4BGflI01449; Thu, 11 May 2000 18:41:47 +0200 Original-To: Dave Cohen In-Reply-To: Dave Cohen's message of "10 May 2000 16:09:00 -0400" User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.6 Original-Lines: 18 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:30831 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:30831 Dave Cohen writes: > Instead, when I send mail, emacs shows me "sending..." in the > minibuffer, but it never returns. [...] > > Does anyone out there have experience with VSClient or products like > it? Can someone give me an better understanding about what emacs does > when sending mail? Any tips on debugging this? Evaluate (setq smtpmail-debug-info t) and you'll get a SMTP protocol trace in a buffer "*trace of SMTP session to whatever*". Perhaps your server require authentication, in that case there are some stuff at http://www.pdc.kth.se/~jas/emacs-rfc2554.html.