From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marius Hofert Newsgroups: gmane.emacs.help Subject: Re: Gnus: Sending email from an IMAP account: "Process smtpmail not running" Date: Sun, 20 Nov 2011 21:32:18 +0100 Message-ID: <5E633651-ECAC-431B-9431-E37BD6766ABC@math.ethz.ch> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1321821152 13457 80.91.229.12 (20 Nov 2011 20:32:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 20 Nov 2011 20:32:32 +0000 (UTC) Cc: Emacs help To: Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Nov 20 21:32:28 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RSE3v-0005RB-NM for geh-help-gnu-emacs@m.gmane.org; Sun, 20 Nov 2011 21:32:27 +0100 Original-Received: from localhost ([::1]:42384 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSE3u-0004vX-W8 for geh-help-gnu-emacs@m.gmane.org; Sun, 20 Nov 2011 15:32:26 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:34816) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSE3r-0004vS-8o for help-gnu-emacs@gnu.org; Sun, 20 Nov 2011 15:32:24 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RSE3q-0006T0-8g for help-gnu-emacs@gnu.org; Sun, 20 Nov 2011 15:32:23 -0500 Original-Received: from edge10.ethz.ch ([82.130.75.186]:40702) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSE3q-0006Sh-2m for help-gnu-emacs@gnu.org; Sun, 20 Nov 2011 15:32:22 -0500 Original-Received: from CAS22.d.ethz.ch (172.31.51.112) by edge10.ethz.ch (82.130.75.186) with Microsoft SMTP Server (TLS) id 14.1.339.1; Sun, 20 Nov 2011 21:32:19 +0100 Original-Received: from 80-218-244-31.dclient.hispeed.ch (80.218.244.31) by CAS22.d.ethz.ch (172.31.51.112) with Microsoft SMTP Server (TLS) id 14.1.339.1; Sun, 20 Nov 2011 21:32:19 +0100 X-Mailer: Apple Mail (2.1251.1) X-Originating-IP: [80.218.244.31] X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.130.75.186 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:82986 Archived-At: Dear Tassilo, many thanks for helping :-) I added the line to .authinfo and the three lines to .gnus.el. I then = tried to send emails from both my accounts and obtained (in both cases): "Sending failed: 530 5.7.0 Must issue a STARTTLS command first. = l18sm13222866fab.9" I then tried it with... (setq send-mail-function 'smtpmail-send-it message-send-mail-function 'message-smtpmail-send-it smtpmail-smtp-server "mail.uni.edu") ... but obtained again "Process smtpmail not running". Cheers, Marius