all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Rene <jlr_0@yahoo.com>
To: help-gnu-emacs@gnu.org
Subject: How to configure for smtps protocol
Date: Thu, 8 Dec 2011 20:59:24 +0000 (UTC)	[thread overview]
Message-ID: <loom.20111208T212322-728@post.gmane.org> (raw)

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




             reply	other threads:[~2011-12-08 20:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-08 20:59 Rene [this message]
     [not found] <loom.20111208T120045-285@post.gmane.org>
     [not found] ` <mailman.2161.1323344303.798.viewmail-info@nongnu.org>
     [not found]   ` <a963e9ce-0860-4ea5-8eba-e5187cbf4b11@t38g2000yqe.googlegroups.com>
2011-12-17 11:07     ` How to configure for smtps protocol Uday Reddy

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=loom.20111208T212322-728@post.gmane.org \
    --to=jlr_0@yahoo.com \
    --cc=help-gnu-emacs@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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.