all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Vijay Lakshminarayanan <laksvij@gmail.com>
To: Leo <sdl.web@gmail.com>
Cc: Karl Fogel <kfogel@red-bean.com>, emacs-devel@gnu.org
Subject: Re: more on starttls, gnutls-cli and using tls for mail
Date: Mon, 15 Aug 2011 09:23:26 +0530	[thread overview]
Message-ID: <87zkjbgwjt.fsf@gmail.com> (raw)
In-Reply-To: <m14o1j4s8e.fsf@gmail.com> (Leo's message of "Mon, 15 Aug 2011 05:07:29 +0800")

Leo <sdl.web@gmail.com> writes:

> On 2011-08-14 20:02 +0800, Vijay Lakshminarayanan wrote:
>>           (setq smtpmail-starttls-credentials credentials
>>                 smtpmail-auth-credentials credentials)
>
> Note: both variables are no more in the new smtpmail.el.

The smtpmail.el in my Emacs describes them.

,-----
| (defcustom smtpmail-auth-credentials "~/.authinfo"
|   "Specify username and password for servers, directly or via .netrc file.
| This variable can either be a filename pointing to a file in netrc(5)
| format, or list of four-element lists that contain, in order,
| `servername' (a string), `port' (an integer), `user' (a string) and
| `password' (a string, or nil to query the user when needed).  If you
| need to enter a `realm' too, add it to the user string, so that it
| looks like `user@realm'."
|   :type '(choice file
| 		 (repeat (list (string  :tag "Server")
|                                (integer :tag "Port")
|                                (string  :tag "Username")
|                                (choice (const :tag "Query when needed" nil)
| 				       (string  :tag "Password")))))
|   :version "22.1"
|   :group 'smtpmail)
`-----

,-----
| (defcustom smtpmail-starttls-credentials '(("" 25 "" ""))
|   "Specify STARTTLS keys and certificates for servers.
| This is a list of four-element list with `servername' (a string),
| `port' (an integer), `key' (a filename) and `certificate' (a
| filename).
| If you do not have a certificate/key pair, leave the `key' and
| `certificate' fields as `nil'.  A key/certificate pair is only
| needed if you want to use X.509 client authenticated
| connections."
|   :type '(repeat (list (string  :tag "Server")
| 		       (integer :tag "Port")
| 		       (file    :tag "Key")
| 		       (file    :tag "Certificate")))
|   :version "21.1"
|   :group 'smtpmail)
`-----

It's possible I don't have the latest smtpmail.el.  The file doesn't
specify its version number.  I'm using the smtpmail.el that ships with

GNU Emacs 24.0.50.1 (i386-mingw-nt6.0.6002) of 2011-06-20 on 3249CTO

Am I missing something?

> Leo

-- 
Cheers
~vijay

Gnus should be more complicated.



  reply	other threads:[~2011-08-15  3:53 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-14  1:19 more on starttls, gnutls-cli and using tls for mail T. V. Raman
2011-08-14  1:26 ` Karl Fogel
2011-08-14  3:40   ` Leo
2011-08-14  5:42     ` Karl Fogel
2011-08-14 12:02       ` Vijay Lakshminarayanan
2011-08-14 21:07         ` Leo
2011-08-15  3:53           ` Vijay Lakshminarayanan [this message]
2011-08-15  4:27             ` Leo
2011-08-15  7:41               ` Vijay Lakshminarayanan
2011-08-15  6:03         ` Tim Cross
2011-08-15  7:38           ` Vijay Lakshminarayanan
2011-08-17  1:54             ` Tim Cross
2011-08-17 14:28               ` Karl Fogel
2011-08-17 22:48                 ` Tim Cross
2011-08-18  0:33                   ` chad
2011-08-18  3:11                   ` Stephen J. Turnbull
2011-08-17 17:27               ` Vijay Lakshminarayanan
2011-08-15  7:47           ` Richard Riley
2011-08-15  9:21           ` David Engster
2011-08-17  2:03             ` Tim Cross
2011-08-17  7:03               ` David Engster
2011-08-15 16:25           ` Dimitri Fontaine
2011-08-16  9:33             ` Leo
2011-08-16 10:12               ` Dimitri Fontaine
2011-08-17  2:13                 ` Tim Cross
2011-08-17  1:08               ` Richard Riley
2011-08-14  6:24   ` Roland Winkler
2011-08-14  6:32     ` Roland Winkler
2011-08-14 16:23     ` Karl Fogel
2011-08-15 15:21       ` Roland Winkler
2011-08-17  2:09         ` Tim Cross
2011-09-25 13:08       ` Ted Zlatanov
2011-09-25 17:26         ` Karl Fogel
2011-09-26 17:22           ` Ted Zlatanov
2011-09-27 15:28             ` Karl Fogel
2011-08-17 21:06   ` Multiple SMTP accounts with smtpmail.el (was: more on starttls, gnutls-cli and using tls for mail) Lars Magne Ingebrigtsen
2011-08-18  3:19     ` Multiple SMTP accounts with smtpmail.el Leo
2011-08-18 14:20     ` Karl Fogel
2011-08-18 16:41       ` Vijay Lakshminarayanan
2011-08-19 14:42       ` Lars Magne Ingebrigtsen
2011-08-21  2:13         ` Karl Fogel
2011-08-21  4:16           ` Lars Magne Ingebrigtsen
2011-08-22  7:22             ` Glenn Morris
2011-09-25 13:10     ` Ted Zlatanov
2011-09-26 18:06       ` Lars Magne Ingebrigtsen
2011-09-26 19:24         ` Ted Zlatanov
2011-09-25 22:46     ` Rasmus
2011-08-14 17:12 ` more on starttls, gnutls-cli and using tls for mail Chong Yidong
2011-08-17 20:58 ` Lars Magne Ingebrigtsen
  -- strict thread matches above, loose matches on Subject: below --
2011-08-14  2:10 raman

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=87zkjbgwjt.fsf@gmail.com \
    --to=laksvij@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=kfogel@red-bean.com \
    --cc=sdl.web@gmail.com \
    /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.