unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: John Mastro <john.b.mastro@gmail.com>
To: "help-gnu-emacs@gnu.org" <help-gnu-emacs@gnu.org>
Cc: Matthew Pritchard <wintermute24x7@icloud.com>
Subject: Re: news server account with gnus
Date: Wed, 30 Nov 2016 18:22:16 -0800	[thread overview]
Message-ID: <CAOj2CQTdxc=GsWPuqgRRp5kuXDRyxSiBzBXm7DnLV-0AhgutbQ@mail.gmail.com> (raw)
In-Reply-To: <7B89A2FD-B272-4D3E-B876-72045246038E@icloud.com>

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



  reply	other threads:[~2016-12-01  2:22 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 [this message]
2016-12-01  3:56   ` Eric Abrahamsen

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='CAOj2CQTdxc=GsWPuqgRRp5kuXDRyxSiBzBXm7DnLV-0AhgutbQ@mail.gmail.com' \
    --to=john.b.mastro@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=wintermute24x7@icloud.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).