Gnus development mailing list
 help / color / mirror / Atom feed
From: Kamen TOMOV <kamen@cybuild.com>
To: ding@gnus.org
Subject: Gnus/VM with GnuTLS for smtp.gmail.com
Date: Wed, 09 May 2007 16:25:16 +0300	[thread overview]
Message-ID: <ups5af7sz.fsf@cybuild.com> (raw)

[Sorry for the test message.]

I've been tring to make smtp.gmail.com work from Gnus so I found out a
few things that I'd like to share and discuss with you.

I tried this howto: http://www.pvv.ntnu.no/~terjeros/wiki/GnusGmail

It didn't work out of the box.

My environment is:

Windows XP
EmacsW32 22.0.99.1 (the latest and greatest)
GnuTLS 1.7.8

I don't have startls program as I couldn't find an EXE and didn't want
to deal with compilation.

Google provides two different SMTP services to its users. One on port
465 and another on port 587 of smtp.gmail.com. Point of attention -
these are different SMTP services.

GnuTLS does not work with the service on port 587 - it seems that the
SSL/TLS version is unsupported. However, it works OK with the service
on port 465.

Hint:
gnutls-cli smtp.gmail.com -p 465
EHLO localhost
AUTH LOGIN
...

The first thing that I noted was that starttls-negotiate uses SIGALRM
that does not work on Windows. However, if the gnutls-cli command is
started without the "-s" option we can make do without
starttls-negotiate (resp without the SIGALRM signal) so I commented it
and removed the option. Unfortunately, this didn't fixed it. Gnus sits
there and waits the function smtpmail-read-response which never
returns. Anybody knows why?


Regards,

-- 
Камен
http://www.cybuild.com/~kat/




                 reply	other threads:[~2007-05-09 13:25 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ups5af7sz.fsf@cybuild.com \
    --to=kamen@cybuild.com \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).