From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Can't send e-mail via `smtpmail' Date: Mon, 13 Jul 2015 18:35:18 +0300 Message-ID: <83a8v08409.fsf@gnu.org> References: <83wpy589dg.fsf@gnu.org> <83si8t87tc.fsf@gnu.org> <83k2u485s0.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1436801745 8723 80.91.229.3 (13 Jul 2015 15:35:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 13 Jul 2015 15:35:45 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jul 13 17:35:31 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZEflT-00070e-2p for geh-help-gnu-emacs@m.gmane.org; Mon, 13 Jul 2015 17:35:31 +0200 Original-Received: from localhost ([::1]:55399 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEflS-0001LB-Hy for geh-help-gnu-emacs@m.gmane.org; Mon, 13 Jul 2015 11:35:30 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40981) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEflH-0001L5-T2 for help-gnu-emacs@gnu.org; Mon, 13 Jul 2015 11:35:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZEflF-0000t1-4M for help-gnu-emacs@gnu.org; Mon, 13 Jul 2015 11:35:19 -0400 Original-Received: from mtaout24.012.net.il ([80.179.55.180]:46299) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEflE-0000rt-NF for help-gnu-emacs@gnu.org; Mon, 13 Jul 2015 11:35:16 -0400 Original-Received: from conversion-daemon.mtaout24.012.net.il by mtaout24.012.net.il (HyperSendmail v2007.08) id <0NRF00E00MR8DC00@mtaout24.012.net.il> for help-gnu-emacs@gnu.org; Mon, 13 Jul 2015 18:26:45 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout24.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NRF0055GMWL7O90@mtaout24.012.net.il> for help-gnu-emacs@gnu.org; Mon, 13 Jul 2015 18:26:45 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.180 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:105693 Archived-At: > Date: Mon, 13 Jul 2015 17:29:30 +0200 > From: Alexander Shukaev > Cc: help-gnu-emacs > > Debugger entered--Lisp error: (file-error "make client process failed" > "Connection timed out" :name "smtpmail" :buffer # SMTP session to mail.gandi.net*> :host "mail.gandi.net" :service 587) > make-network-process(:name "smtpmail" :buffer # SMTP session to mail.gandi.net*> :host "mail.gandi.net" :service 587) > network-stream-open-starttls("smtpmail" # session to mail.gandi.net*> "mail.gandi.net" 587 (:type nil > :return-list t :warn-unless-encrypted nil :capability-command "EHLO > G75VW > \n" :end-of-command "^[0-9]+ .* > \n" :success "^2.*\n" :always-query-capabilities t :starttls-function > #[(capabilities) "\301\302\"\205 > open-network-stream("smtpmail" # mail.gandi.net*> "mail.gandi.net" 587 :type nil :return-list t > :warn-unless-encrypted nil :capability-command "EHLO G75VW > \n" :end-of-command "^[0-9]+ .* > \n" :success "^2.*\n" :always-query-capabilities t :starttls-function > #[(capabilities) "\301\302\"\205 > smtpmail-via-smtp(("...@...") #) > smtpmail-send-it() My interpretation of this is that the server didn't respond. What do you see in the trace buffer it mentions above?