all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* news server account with gnus
@ 2016-12-01  1:52 Matthew Pritchard
  2016-12-01  2:22 ` John Mastro
  0 siblings, 1 reply; 3+ messages in thread
From: Matthew Pritchard @ 2016-12-01  1:52 UTC (permalink / raw)
  To: help-gnu-emacs

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?

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

* Re: news server account with gnus
  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
  0 siblings, 1 reply; 3+ messages in thread
From: John Mastro @ 2016-12-01  2:22 UTC (permalink / raw)
  To: help-gnu-emacs@gnu.org; +Cc: Matthew Pritchard

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).

        John

[1] https://www.gnu.org/software/emacs/manual/html_node/gnus/index.html#Top



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

* Re: news server account with gnus
  2016-12-01  2:22 ` John Mastro
@ 2016-12-01  3:56   ` Eric Abrahamsen
  0 siblings, 0 replies; 3+ messages in thread
From: Eric Abrahamsen @ 2016-12-01  3:56 UTC (permalink / raw)
  To: help-gnu-emacs

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




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

end of thread, other threads:[~2016-12-01  3:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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

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.