Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Zaam Wu <zaamwu@outlook.com>
To: info-gnus-english@gnu.org
Subject: Re: smtp outlook.com
Date: Mon, 15 Feb 2016 17:30:57 +0800	[thread overview]
Message-ID: <87mvr29v72.fsf@zhtux.jiantu.boxes> (raw)
In-Reply-To: <87io1qbau5.fsf@gnus.org>

Lars Ingebrigtsen <larsi@gnus.org> writes:

> Zaam Wu <zaamwu@outlook.com> writes:
>
>> LU437-SMTP105.smtp.hotmail.com Microsoft ESMTP MAIL Service, Version:
>> 8.0.9200.16384 ready at Mon, 15 Feb 2016 00:54:39 -0800
>>
>> Process smtpmail connection broken by remote peer
>
> So it connects fine, but then hangs up.  So it probably doesn't want to
> talk to you?  Do you have the proper login credentials?

I am sure my login credentials are right. This is my authinfo.gpg:

```
machine imap-mail.outlook.com login my-mail@outlook.com password my-pass port 993
machine smtp-mail.outlook.com login my-mailoutlook.com password my-pass port 587
```

After reading this post: http://stackoverflow.com/a/22898098. I
add a function to gnus.el:

```
(defun gnutls-available-p ()
  "Function redefined in order not to use built-in GnuTLS support"
  nil)
```

Now the sending log from *Message* buffer:

```
Sending via mail...
Opening TLS connection to `smtp-mail.outlook.com'...
Opening TLS connection with `gnutls-cli --insecure -p 587 smtp-mail.outlook.com'...failed
Opening TLS connection with `gnutls-cli --insecure -p 587 smtp-mail.outlook.com --protocols ssl3'...failed
Opening TLS connection with `openssl s_client -connect smtp-mail.outlook.com:587 -no_ssl2 -ign_eof'...done
Opening TLS connection to `smtp-mail.outlook.com'...done
network-stream-command: Process smtpmail not running
Decrypting /home/zachary/.emacs.d/gnus/authinfo.gpg...done
```

And the trace buffer:

```
Process smtpmail exited abnormally with code 1
```

-- 
你好!
Hello, world!
_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

  reply	other threads:[~2016-02-15  9:30 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-15  5:49 Zaam Wu
2016-02-15  8:10 ` Lars Ingebrigtsen
2016-02-15  9:00   ` Zaam Wu
2016-02-15  9:07     ` Lars Ingebrigtsen
2016-02-15  9:30       ` Zaam Wu [this message]
2016-02-15  9:46       ` Zaam Wu
2016-06-30  7:37         ` xiewensheng
2016-06-30 20:28           ` Dmitry Alexandrov
     [not found]           ` <mailman.344.1467318506.26859.info-gnus-english@gnu.org>
2016-07-01  5:32             ` xiewensheng

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=87mvr29v72.fsf@zhtux.jiantu.boxes \
    --to=zaamwu@outlook.com \
    --cc=info-gnus-english@gnu.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).