From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/12130 Path: news.gmane.org!not-for-mail From: Laura Conrad Newsgroups: gmane.emacs.gnus.user Subject: gnutls-cli not there after upgrade Date: Sat, 25 Apr 2009 10:29:39 -0400 Organization: mail2news@dizum.com Message-ID: <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 1240670440 23528 80.91.229.12 (25 Apr 2009 14:40:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 25 Apr 2009 14:40:40 +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 16:41:59 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 1Lxj4l-0002aU-PD for gegu-info-gnus-english@m.gmane.org; Sat, 25 Apr 2009 16:41:56 +0200 Original-Received: from localhost ([127.0.0.1]:53742 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lxj3M-0003qQ-EN for gegu-info-gnus-english@m.gmane.org; Sat, 25 Apr 2009 10:40:28 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!news.glorb.com!news2.glorb.com!news.bananasplit.info!news.dizum.com!sewer-output!mail2news Original-Newsgroups: gnu.emacs.gnus User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux) Cancel-Lock: sha1:r5j3i1eNQEpUmsI7CS4rfoKTiqU= Mail-To-News-Contact: abuse@dizum.com Original-Xref: news.stanford.edu gnu.emacs.gnus:82408 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:12130 Archived-At: 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, -- Laura (mailto:lconrad@laymusic.org http://www.laymusic.org/ )