about summary refs log tree commit diff stats
path: root/pages/nntp.md
blob: b59c4b0b335a62e7bc5cff796d6fd12f382072e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!--
title: NNTP
description: Newsgroup service information
author: gbmor
-->

# NNTP

Our friends over at [tilde.club](https://tilde.club) run an NNTP service that's
open to the public. There are a few options for browsing from [tilde.institute](https://tilde.institute).

```
news.tilde.club:119
```

## lynx

If you just want to take a look, `lynx` can connect to an `NNTP` service:

```
lynx news://news.tilde.club
```

## tin

`/etc/nntpserver` has been populated with `news.tilde.club`, so connecting with tin
only requires this command:

```
tin -r
```

`-r` for remote newsgroups. Once connected, hit `s` to subscribe, then `*` to subscribe
to all newsgroups. To start a new thread, pick a group, then hit `w` for "write" and
compose your message. To respond to a message in a thread, hit `f` for "follow-up". There
are a few other options for interaction with a post or thread, such as `r` for a direct
email reply to the post author.

## alpine

Start `alpine`, then navigate to `Setup`, and finally `Config`. Set the following options:

* NNTP Server: `news.tilde.club`
* SMTP Server: `localhost:25`

## Other Clients

If you have another preferred client, feel free to ask us to install it. Either mail
`admins@tilde.institute` or jump into the IRC channel `#institute`.

## See Also

[https://tilde.club/wiki/usenet-news.html](https://tilde.club/wiki/usenet-news.html)


[back](/)