all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How to configure for smtps protocol
@ 2011-12-08 20:59 Rene
  0 siblings, 0 replies; 2+ messages in thread
From: Rene @ 2011-12-08 20:59 UTC (permalink / raw)
  To: help-gnu-emacs

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-12-17 11:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [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
2011-12-08 20:59 Rene

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.