* Using passwords in authinfo.pgp?
@ 2009-08-16 14:37 Merciadri Luca
2009-08-20 21:39 ` Ted Zlatanov
0 siblings, 1 reply; 5+ messages in thread
From: Merciadri Luca @ 2009-08-16 14:37 UTC (permalink / raw)
To: info-gnus-english
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
When starting Gnus, it prompts my different passwords for my
mailboxes, but never for my news server. However, this news server
needs an authentification.
I have crypted my .authinfo file (resulting in .authinfo.gpg, a
crypted .authinfo), and one part of my .gnus file is
(setq nntp-authinfo-file ".authinfo.gpg")
(setq smtpmail-auth-credentials ".authinfo.gpg")
It should be thus read, shouldn't it?
Gnus seems to look in .authinfo.gpg for nntp authentification, but not
for my nnml one. Why? I added
(setq mail-source-authinfo-file "~/.authinfo.gpg")
but it seems to be deprecated.
Any idea?
Thanks a lot.
- --
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
I use PGP. If there is an incompatibility problem with your mail
client, please contact me.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 <http://mailcrypt.sourceforge.net/>
iEYEARECAAYFAkqIGb0ACgkQM0LLzLt8MhxJQACgqCC8w/JT821cbkI8xpkwwRhk
oiIAoKguqwCiyJVgXewNc3hBhn/2dmDM
=tAml
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Using passwords in authinfo.pgp?
2009-08-16 14:37 Using passwords in authinfo.pgp? Merciadri Luca
@ 2009-08-20 21:39 ` Ted Zlatanov
2009-08-23 19:20 ` Merciadri Luca
0 siblings, 1 reply; 5+ messages in thread
From: Ted Zlatanov @ 2009-08-20 21:39 UTC (permalink / raw)
To: info-gnus-english
On Sun, 16 Aug 2009 16:37:49 +0200 Merciadri Luca <Luca.Merciadri@student.ulg.ac.be> wrote:
ML> When starting Gnus, it prompts my different passwords for my
ML> mailboxes, but never for my news server. However, this news server
ML> needs an authentification.
ML> I have crypted my .authinfo file (resulting in .authinfo.gpg, a
ML> crypted .authinfo), and one part of my .gnus file is
ML> (setq nntp-authinfo-file ".authinfo.gpg")
ML> (setq smtpmail-auth-credentials ".authinfo.gpg")
ML> It should be thus read, shouldn't it?
ML> Gnus seems to look in .authinfo.gpg for nntp authentification, but not
ML> for my nnml one. Why? I added
ML> (setq mail-source-authinfo-file "~/.authinfo.gpg")
ML> but it seems to be deprecated.
ML> Any idea?
Use auth-source.el. nntp-authinfo-file and smtpmail-auth-credentials
should not be necessary either, assuming a recent version of Emacs and
Gnus. Look at auth.info for details (btw, I know it needs work).
Ted
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Using passwords in authinfo.pgp?
2009-08-20 21:39 ` Ted Zlatanov
@ 2009-08-23 19:20 ` Merciadri Luca
2009-08-24 16:33 ` Ted Zlatanov
0 siblings, 1 reply; 5+ messages in thread
From: Merciadri Luca @ 2009-08-23 19:20 UTC (permalink / raw)
To: info-gnus-english
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Ted Zlatanov <tzz@lifelogs.com> writes:
> Use auth-source.el.
How?
> nntp-authinfo-file and smtpmail-auth-credentials
> should not be necessary either, assuming a recent version of Emacs and
> Gnus.
Okay.
> Look at auth.info for details (btw, I know it needs work).
Where is this file located?
Thanks.
- --
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
I use PGP. If there is an incompatibility problem with your mail
client, please contact me.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 <http://mailcrypt.sourceforge.net/>
iEYEARECAAYFAkqRlnQACgkQM0LLzLt8MhxP3ACdHnm9yIRQwzPsmegtqGfTzjVT
7vIAn1U3LVc8/A8rz1f83N/gzzg6bD5A
=IGKQ
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Using passwords in authinfo.pgp?
2009-08-23 19:20 ` Merciadri Luca
@ 2009-08-24 16:33 ` Ted Zlatanov
2009-08-24 16:56 ` Merciadri Luca
0 siblings, 1 reply; 5+ messages in thread
From: Ted Zlatanov @ 2009-08-24 16:33 UTC (permalink / raw)
To: info-gnus-english
On Sun, 23 Aug 2009 21:20:20 +0200 Merciadri Luca <Luca.Merciadri@student.ulg.ac.be> wrote:
>> Look at auth.info for details (btw, I know it needs work).
ML> Where is this file located?
It's part of the Gnus and Emacs installation as of 23.1, I think. At
least for me it was installed automatically and you can use the standard
Info facilities, e.g. `C-h i'. For older versions you could look at
auth-source.el (use `M-x locate-library'), it will have the instructions
that eventually went into auth.info.
Ted
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Using passwords in authinfo.pgp?
2009-08-24 16:33 ` Ted Zlatanov
@ 2009-08-24 16:56 ` Merciadri Luca
0 siblings, 0 replies; 5+ messages in thread
From: Merciadri Luca @ 2009-08-24 16:56 UTC (permalink / raw)
To: info-gnus-english
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Ted Zlatanov <tzz@lifelogs.com> writes:
> On Sun, 23 Aug 2009 21:20:20 +0200 Merciadri Luca <Luca.Merciadri@student.ulg.ac.be> wrote:
>
>>> Look at auth.info for details (btw, I know it needs work).
> ML> Where is this file located?
>
> It's part of the Gnus and Emacs installation as of 23.1, I think. At
> least for me it was installed automatically and you can use the standard
> Info facilities, e.g. `C-h i'.
Okay.
- --
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
I use PGP. If there is an incompatibility problem with your mail
client, please contact me.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 <http://mailcrypt.sourceforge.net/>
iEYEARECAAYFAkqSxiwACgkQM0LLzLt8MhywAACfZj1Q4uRVa2vwIrLD1lpP0NHF
/REAn0cUbfhjatTGXJF+xahGl+/MWVfF
=zBZZ
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-08-24 16:56 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-16 14:37 Using passwords in authinfo.pgp? Merciadri Luca
2009-08-20 21:39 ` Ted Zlatanov
2009-08-23 19:20 ` Merciadri Luca
2009-08-24 16:33 ` Ted Zlatanov
2009-08-24 16:56 ` Merciadri Luca
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).