Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: "Adam Sjøgren" <asjo@koldfront.dk>
To: info-gnus-english@gnu.org
Subject: Re: Changing servers with same DNS IP Address value
Date: Tue, 24 Oct 2023 07:57:54 +0200	[thread overview]
Message-ID: <87o7goh89p.fsf@tullinup.koldfront.dk> (raw)
In-Reply-To: <87cyx4pp6c.fsf@codeisgreat.org>

Pankaj writes:

>  '(gnus-secondary-select-methods
>    '(
>      (nntp "news.gwene.org")	; Gmane
>      (nnml "")		; /var/spool/mail
>
> If I update the server to "news.gmane.io", will I need to modify all the
> entries in the "~/.newsrc.eld" file?

You can set the nntp-address, avoiding it defaulting to your
configuration's server name.

Eg I have:

  (nntp "gm"
        (nntp-address "news.gmane.io"))
  (nntp "fb"
        (nntp-address "feedbase.org"))

So you can go:

  (nntp "news.gwene.org"
        (nntp-address "news.gmane.io"))

and keep your entries the same, while connecting to news.gmane.io
instead.


  Best regards,

    Adam

-- 
 "Not The Same"                                             Adam Sjøgren
                                                       asjo@koldfront.dk



  reply	other threads:[~2023-10-24  5:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-24  5:25 Pankaj Jangid
2023-10-24  5:57 ` Adam Sjøgren [this message]
2023-10-24 10:40   ` Pankaj Jangid
2023-10-24 16:58     ` Adam Sjøgren

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=87o7goh89p.fsf@tullinup.koldfront.dk \
    --to=asjo@koldfront.dk \
    --cc=info-gnus-english@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.
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).