Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* gnutls-cli not there after upgrade
@ 2009-04-25 14:29 Laura Conrad
  2009-04-25 14:59 ` Adam Sjøgren
  2009-04-25 15:01 ` Xin Shi
  0 siblings, 2 replies; 3+ messages in thread
From: Laura Conrad @ 2009-04-25 14:29 UTC (permalink / raw)
  To: info-gnus-english



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/ )

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: gnutls-cli not there after upgrade
  2009-04-25 14:29 gnutls-cli not there after upgrade Laura Conrad
@ 2009-04-25 14:59 ` Adam Sjøgren
  2009-04-25 15:01 ` Xin Shi
  1 sibling, 0 replies; 3+ messages in thread
From: Adam Sjøgren @ 2009-04-25 14:59 UTC (permalink / raw)
  To: info-gnus-english

On Sat, 25 Apr 2009 10:29:39 -0400, Laura wrote:

> If it's gnutls-cli, where am I supposed to get that from?

How about "apt-get install gnutls-bin"?

 * http://packages.ubuntu.com/jaunty/gnutls-bin


  Best regards,

    Adam

-- 
 "Angels can fly because they take themselves lightly."       Adam Sjøgren
                                                         asjo@koldfront.dk

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: gnutls-cli not there after upgrade
  2009-04-25 14:29 gnutls-cli not there after upgrade Laura Conrad
  2009-04-25 14:59 ` Adam Sjøgren
@ 2009-04-25 15:01 ` Xin Shi
  1 sibling, 0 replies; 3+ messages in thread
From: Xin Shi @ 2009-04-25 15:01 UTC (permalink / raw)
  To: info-gnus-english

Laura Conrad <lconrad@laymusic.org> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-04-25 15:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-25 14:29 gnutls-cli not there after upgrade Laura Conrad
2009-04-25 14:59 ` Adam Sjøgren
2009-04-25 15:01 ` Xin Shi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).