From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/12131 Path: news.gmane.org!not-for-mail From: Xin Shi Newsgroups: gmane.emacs.gnus.user Subject: Re: gnutls-cli not there after upgrade Date: Sat, 25 Apr 2009 11:01:50 -0400 Message-ID: References: <87d4b0zu0c.fsf@laymusic.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1240672223 28364 80.91.229.12 (25 Apr 2009 15:10:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 25 Apr 2009 15:10:23 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Sat Apr 25 17:11:42 2009 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LxjXZ-0004CE-OR for gegu-info-gnus-english@m.gmane.org; Sat, 25 Apr 2009 17:11:42 +0200 Original-Received: from localhost ([127.0.0.1]:48474 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LxjWA-0005Ds-Cx for gegu-info-gnus-english@m.gmane.org; Sat, 25 Apr 2009 11:10:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LxjW8-0005D6-PN for info-gnus-english@gnu.org; Sat, 25 Apr 2009 11:10:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LxjW4-0005BP-3s for info-gnus-english@gnu.org; Sat, 25 Apr 2009 11:10:12 -0400 Original-Received: from [199.232.76.173] (port=51772 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LxjW3-0005BK-To for info-gnus-english@gnu.org; Sat, 25 Apr 2009 11:10:07 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:59391 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LxjW3-0001UQ-GJ for info-gnus-english@gnu.org; Sat, 25 Apr 2009 11:10:07 -0400 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1LxjVz-0005YV-4p for info-gnus-english@gnu.org; Sat, 25 Apr 2009 15:10:03 +0000 Original-Received: from lnx570.lns.cornell.edu ([128.84.45.70]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 25 Apr 2009 15:10:03 +0000 Original-Received: from xs32 by lnx570.lns.cornell.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 25 Apr 2009 15:10:03 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 53 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: lnx570.lns.cornell.edu User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux) Cancel-Lock: sha1:hFCR6wMWSvIwyDz4277TuFqyFXk= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:12131 Archived-At: Laura Conrad writes: > I had been using a set of lines like this in my .gnus.el: > > (setq smtpmail-starttls-credentials '(("smtp.comcast.net" 587 nil nil)) > smtpmail-smtp-server "smtp.comcast.net" > smtpmail-default-smtp-server "smtp.comcast.net" > send-mail-function 'smtpmail-send-it > message-send-mail-function 'smtpmail-send-it > smtpmail-smtp-service 587 > smtpmail-auth-credentials '(("smtp.comcast.net" > 587 > "*redacted*" > "*redacted*"))) > > to send mail from gnus via the comcast mail server. > > One morning some months ago I woke up and was getting smtp error > messages when I tried to send mail, so I googled the error messages and > ended up adding the following to my .gnus.el, before the > smtpmail-starttls-credentials lines above, based on some post in this > group: > > (setq starttls-use-gnutls t > starttls-gnutls-program "gnutls-cli" > starttls-extra-arguments nil) > > Yesterday, I upgraded from Ubuntu 8.10 to 9.04, and now when I send > mail, I get a message: > > No STARTTLS program was available (tried 'gnutls-cli') > > The mail does seem to get sent, at least when I send a test message to > myself. But the gnutls-cli program doesn't seem to be there any more. > > Is the gnutls program necessary? If so what should the > starttls-gnutls-program be set to? If it's gnutls-cli, where am I > supposed to get that from? > Thanks, Hi Laura: You can try "gnutls-bin" package. See this page: http://www.emacswiki.org/emacs/GnusGmail Xin