From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexander Shukaev Newsgroups: gmane.emacs.help Subject: Can't send e-mail via `smtpmail' Date: Sun, 12 Jul 2015 19:41:21 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1436724267 31207 80.91.229.3 (12 Jul 2015 18:04:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 12 Jul 2015 18:04:27 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jul 12 20:04:26 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 1ZELc2-0000X8-4C for geh-help-gnu-emacs@m.gmane.org; Sun, 12 Jul 2015 20:04:26 +0200 Original-Received: from localhost ([::1]:51533 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZELc1-0001f5-Eo for geh-help-gnu-emacs@m.gmane.org; Sun, 12 Jul 2015 14:04:25 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48631) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZELFk-0001EE-UA for help-gnu-emacs@gnu.org; Sun, 12 Jul 2015 13:41:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZELFk-0003PE-3Q for help-gnu-emacs@gnu.org; Sun, 12 Jul 2015 13:41:24 -0400 Original-Received: from mail-la0-x242.google.com ([2a00:1450:4010:c03::242]:35122) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZELFj-0003Oq-QQ for help-gnu-emacs@gnu.org; Sun, 12 Jul 2015 13:41:24 -0400 Original-Received: by laem6 with SMTP id m6so3294422lae.2 for ; Sun, 12 Jul 2015 10:41:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=eB9Ggsa2EiWUafRusGUihKoxuY/gfAoS2Lzx7FnmMbM=; b=YNYnA7CzZa0dIAvi9ObGsgqYkgoey6qQhDnapyluk8C9ELJZdXM/Up27TV91MXcOGd qaR8sncKLNFdkXJlg1M8emQBTimwrkPpsKhkqPV/meLZLM6uTUhpQF4aAeHs0UEiJs3K d9iQif9sNpj65qDVA7punvKq4VtV9+SYRJyAgsCvwgQgUbRiHLtY5PkpikWkgFZgFYYx LJtAb45kZ9IhRIEQiM6sWKJYcuHkSSSpi72fHL3dRXmblhr2GlMHtKPX977suEl3hX83 xasyKL5iQ0ULgIg5+gE9tkHzVC6UNUffkm9m86TjkIcRpEUmZEVy0F93jIMXT0DTipy3 82og== X-Received: by 10.152.4.163 with SMTP id l3mr29155130lal.35.1436722881649; Sun, 12 Jul 2015 10:41:21 -0700 (PDT) Original-Received: by 10.112.46.165 with HTTP; Sun, 12 Jul 2015 10:41:21 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::242 X-Mailman-Approved-At: Sun, 12 Jul 2015 14:04:09 -0400 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:105648 Archived-At: Hello, I have the following configuration for `smtpmail': (setq smtpmail-auth-credentials "~/.authinfo.gpg") (setq message-send-mail-function 'smtpmail-send-it smtpmail-smtp-server "xxx.xxx.xxx" smtpmail-smtp-service 587) plus corresponding 'authinfor.gpg'. When I send e-mail via `gnus', I keep getting: network-stream-open-starttls: make client process failed: Connection timed out, :name, smtpmail, :buffer, *trace of SMTP session to xxx.xxx.xxx*, :host, xxx.xxx.xxx, :service, 587 I would love to find out why and how to fix this. Many thanks to everyone who assists. Regards, Alexander