From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rene Newsgroups: gmane.emacs.help Subject: How to configure for smtps protocol Date: Thu, 8 Dec 2011 20:59:24 +0000 (UTC) Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1323377990 19450 80.91.229.12 (8 Dec 2011 20:59:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 8 Dec 2011 20:59:50 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 08 21:59:47 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RYl4D-0005im-Tq for geh-help-gnu-emacs@m.gmane.org; Thu, 08 Dec 2011 21:59:46 +0100 Original-Received: from localhost ([::1]:39284 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RYl4D-00058c-Hi for geh-help-gnu-emacs@m.gmane.org; Thu, 08 Dec 2011 15:59:45 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:41592) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RYl48-00058T-Hw for help-gnu-emacs@gnu.org; Thu, 08 Dec 2011 15:59:41 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RYl47-0001XY-GK for help-gnu-emacs@gnu.org; Thu, 08 Dec 2011 15:59:40 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:47413) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RYl47-0001XS-89 for help-gnu-emacs@gnu.org; Thu, 08 Dec 2011 15:59:39 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RYl45-0005gJ-Tb for help-gnu-emacs@gnu.org; Thu, 08 Dec 2011 21:59:38 +0100 Original-Received: from vaf26-3-88-162-208-155.fbx.proxad.net ([88.162.208.155]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Dec 2011 21:59:37 +0100 Original-Received: from jlr_0 by vaf26-3-88-162-208-155.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Dec 2011 21:59:37 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 24 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 88.162.208.155 (Mozilla/5.0 (Ubuntu; X11; Linux i686; rv:8.0) Gecko/20100101 Firefox/8.0) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 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:83166 Archived-At: My company is migrating to a secured smtp server. It now uses the smtps protocol on port 465 (instead of the regular smtp protocol on port 25) Although I reconfigured the vm variables (in Emacs 24) accordingly I can't manage to make use of this new smtps server. Here is my configuration file : (setq smtpmail-smtp-server "smtps.company.domain.name") (setq smtpmail-local-domain "company.domain.name") (setq smtpmail-smtp-service 465) (setq smtpmail-auth-credentials (("smtps.company.domain.name" 465 "login" ""))) (setq smtpmail-starttls-credentials nil) (setq smtpmail-debug-verb t) (setq smtpmail-debug-info t) Besides I don't get any error message which leaves me with no clue on how to debug this problem. Any help would be much welcome. -- Rene