From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/18432 Path: news.gmane.org!.POSTED!not-for-mail From: Alice Bob Newsgroups: gmane.emacs.gnus.user Subject: smtp 587 always fails to send email Date: Mon, 24 Oct 2016 21:14:35 +0800 Organization: What me? Message-ID: <87lgxdvqh0.fsf@riseup.net> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1477315393 9767 195.159.176.226 (24 Oct 2016 13:23:13 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 24 Oct 2016 13:23:13 +0000 (UTC) User-Agent: Emacs/Gnus To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Mon Oct 24 15:23:07 2016 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1byfDI-00006p-VG for gegu-info-gnus-english@m.gmane.org; Mon, 24 Oct 2016 15:22:53 +0200 Original-Received: from localhost ([::1]:46737 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1byfDL-0003me-AY for gegu-info-gnus-english@m.gmane.org; Mon, 24 Oct 2016 09:22:55 -0400 Original-Path: usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!uio.no!quimby.gnus.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 29 Original-NNTP-Posting-Host: 104.160.32.158.16clouds.com Original-X-Trace: quimby.gnus.org 1477314885 26656 104.160.32.158 (24 Oct 2016 13:14:45 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Mon, 24 Oct 2016 13:14:45 +0000 (UTC) Cancel-Lock: sha1:qoovWBoBrxMadeYkpBZSZGpc5s4= Original-Xref: usenet.stanford.edu gnu.emacs.gnus:89507 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.21 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: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: "info-gnus-english" Xref: news.gmane.org gmane.emacs.gnus.user:18432 Archived-At: Port number 587 always fails to send emails. The traces: 502 5.5.2 Error: command not recognized 502 5.5.2 Error: command not recognized 502 5.5.2 Error: command not recognized 500 5.5.2 Error: bad syntax 500 5.5.2 Error: bad syntax 500 5.5.2 Error: bad syntax However I can connect to the smtp server on command line: `gnutls-cli --verbose --crlf --starttls --insecure --port=587 smtp.zoho.com' The relevant configs: (setq send-mail-function 'smtpmail-send-it message-send-mail-function 'smtpmail-send-it smtpmail-default-smtp-server nil smtpmail-stream-type 'ssl smtpmail-smtp-service 587) (setq smtpmail-smtp-server "smtp.zoho.com") 1. I am sure port 587 is allowed on firewall. 2. 587 fails for all different smtp servers (outlook etc.) Could some guys give some hints? -- horizon