all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eric Abrahamsen <eric@ericabrahamsen.net>
To: help-gnu-emacs@gnu.org
Subject: Re: news server account with gnus
Date: Wed, 30 Nov 2016 19:56:24 -0800	[thread overview]
Message-ID: <87zikg715j.fsf@ericabrahamsen.net> (raw)
In-Reply-To: CAOj2CQTdxc=GsWPuqgRRp5kuXDRyxSiBzBXm7DnLV-0AhgutbQ@mail.gmail.com

John Mastro <john.b.mastro@gmail.com> writes:

> Matthew Pritchard <wintermute24x7@icloud.com> wrote:
>> I have a usenet account with the server beeng news.usenet.net
>> <http://news.usenet.net/> port 119,23, or 80 without ssl. The account
>> has a username and password. can anyone describe to me how to get this
>> to work?
>
> Put this in your init file to tell Gnus about the server:
>
>     (setq gnus-select-method '(nntp "news.usenet.net"))
>
> And create a file ~/.authinfo with contents like:
>
>     machine news.usenet.net login USERNAME password PASSWORD
>
> Replacing USERNAME and PASSWORD as appropriate, of course. That
> tells Gnus about the credentials. Make sure only your user can read and
> write to it:
>
>     chmod 600 ~/.authinfo
>
> Port 119 is the default for NNTP so that shouldn't require any
> configuration.
>
> Hopefully that gets you started. Gnus has good documentation[1] and
> there are a number of tutorials out there. Admittedly, it can be an
> overwhelming amount of information, but it sounds like you can ignore
> everything except NNTP (usenet).

In fact, I think Gnus will create the .authinfo file and prompt you for
its contents if it doesn't exist -- won't it?

E




      reply	other threads:[~2016-12-01  3:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-01  1:52 news server account with gnus Matthew Pritchard
2016-12-01  2:22 ` John Mastro
2016-12-01  3:56   ` Eric Abrahamsen [this message]

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=87zikg715j.fsf@ericabrahamsen.net \
    --to=eric@ericabrahamsen.net \
    --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.