Gnus development mailing list
 help / color / mirror / Atom feed
From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann)
Cc: ding@gnus.org
Subject: Re: HELP!! Someone Must Know the Answer!!
Date: 02 Nov 2000 11:23:02 +0100	[thread overview]
Message-ID: <vaf8zr2u0zd.fsf@lucy.cs.uni-dortmund.de> (raw)
In-Reply-To: <76aebjoedg.fsf@newjersey.ppllc.com>

What you are showing should work.  I have this server, and it works
nicely:

/----
| ;;; Editing the server.
| ;; Type `C-c C-c' after you've finished editing.
| 
| (nntp "quimby"
|       (nntp-address "bonny")
|       (nntp-rlogin-program "ssh")
|       (nntp-open-connection-function nntp-open-rlogin)
|       (nntp-end-of-line "\n")
|       (nntp-rlogin-parameters
|        ("telnet" "quimby.gnus.org" "nntp")))
| 
\----

Looks a lot like your first variant, no?

You might wish to try to manually establish a connection to your news
server:

rsh -l USER delaware telnet news.globix.net nntp

Do you get a connection when you do this?

kai
-- 
I like BOTH kinds of music.



  reply	other threads:[~2000-11-02 10:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-11-01 16:18 Jake Colman
2000-11-02 10:23 ` Kai Großjohann [this message]
2000-11-02 14:00   ` Jake Colman

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=vaf8zr2u0zd.fsf@lucy.cs.uni-dortmund.de \
    --to=kai.grossjohann@cs.uni-dortmund.de \
    --cc=ding@gnus.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).