Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Pankaj Jangid <pankaj@codeisgreat.org>
To: info-gnus-english@gnu.org
Subject: Re: Changing servers with same DNS IP Address value
Date: Tue, 24 Oct 2023 16:10:56 +0530	[thread overview]
Message-ID: <87o7gomhfr.fsf@codeisgreat.org> (raw)
In-Reply-To: <87o7goh89p.fsf@tullinup.koldfront.dk>

Adam Sjøgren <asjo@koldfront.dk> writes:

> 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

Thanks, Adam.

I wasn't aware of "nntp-address", although I've been using
"nnimap-address" in a similar context.

My goal is to retain the name "gmane" for historical consistency,
regardless of the actual address used. Your suggestion aligns with
that. I've since updated my configuration to:

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

Additionally, I've made updates to the ~/.newsrc.eld file, replacing
"news.gwene.org" with "gmane". Everything seems to be running smoothly
so far, and I've made sure to keep a backup, just in case.



  reply	other threads:[~2023-10-24 10:41 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
2023-10-24 10:40   ` Pankaj Jangid [this message]
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=87o7gomhfr.fsf@codeisgreat.org \
    --to=pankaj@codeisgreat.org \
    --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).