From: Simon Josefsson <jas@extundo.com>
Subject: Re: Emacs 21.2, smtpmail, and vm
Date: Wed, 05 Feb 2003 08:25:35 +0100 [thread overview]
Message-ID: <iluisvz6vf4.fsf@latte.josefsson.org> (raw)
In-Reply-To: 20030203205741.1c0823a1.hall.cj@verizon.net
Chris Hall <hall.cj@verizon.net> writes:
>> What does C-h v on the variable tell? The setting you quote seem
>> incorrect. If you are unsure about what the variable should contain,
>> I suggest using M-x customize-variable RET smtpmail-auth-credentials
>> RET.
>
> (setq smtpmail-auth-credentials ; or use ~/.authinfo
> '(("~/.netrc")))
> ("outgoing.verizon.net" 25 "username" "password"))
There are two parenthesis too much, try:
(setq smtpmail-auth-credentials "~/.netrc")
Customize is your friend, it makes sure you only use valid settings.
>> > If I set credentials to a .netrc file (!) (after of course returning
>> > to CVS, getting a copy of netrc.el and putting it in my load-path),
>> > I get prompted for a password, even though it is already in .netrc,
>> > and authentication proceeds - the smtp trace buffer shows the base64
>> > exchange between vm and my ISP.
>>
>> What did the .netrc line look like? Maybe you need to add "port
>> smtp".
>>
> machine outgoing.verizon.net
> port smtp <-- After I read your message. Is this the right place?
> login username
> password password
It seems you must put everything on line, i.e.:
machine outgoing.verizon.net port smtp login username password password
This is probably a bug in netrc.el, your syntax looks valid according
to ftp(1). Maybe you don't ever need the port setting.
next prev parent reply other threads:[~2003-02-05 7:25 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-02-03 1:39 Emacs 21.2, smtpmail, and vm Chris Hall
2003-02-03 8:25 ` Kai Großjohann
2003-02-04 6:18 ` Chris Hall
2003-02-03 10:30 ` Simon Josefsson
2003-02-04 6:45 ` Chris Hall
2003-02-04 9:30 ` Kai Großjohann
2003-02-05 7:25 ` Simon Josefsson [this message]
-- strict thread matches above, loose matches on Subject: below --
2003-01-29 11:00 Emacs 21.2, smtpmail " Chris Hall
2003-01-28 12:22 Chris Hall
2003-01-28 17:12 ` Kai Großjohann
2003-01-29 10:06 ` Chris Hall
2003-01-28 18:13 ` Kevin Rodgers
2003-01-29 10:04 ` Chris Hall
2003-01-28 19:06 ` Stefan Monnier <foo@acm.com>
2003-01-29 10:08 ` Chris Hall
2003-01-29 17:29 ` Simon Josefsson
2003-01-29 18:53 ` Stefan Monnier <foo@acm.com>
2003-01-29 19:55 ` Kai Großjohann
2003-01-29 20:42 ` Stefan Monnier <foo@acm.com>
2003-01-30 0:06 ` Simon Josefsson
2003-01-30 15:40 ` Stefan Monnier <foo@acm.com>
2003-01-30 21:01 ` Simon Josefsson
2003-01-28 20:19 ` Martin Stemplinger
2003-01-29 10:15 ` Chris Hall
2003-01-29 17:25 ` Simon Josefsson
2003-01-30 20:18 ` Martin Stemplinger
2003-01-30 20:52 ` Simon Josefsson
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=iluisvz6vf4.fsf@latte.josefsson.org \
--to=jas@extundo.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.
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 read-only IMAP folder(s) and NNTP newsgroup(s).