blob: 94297ce4b59e1182361e52cebc5e360864a142ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
==============================================================================
NOTE: THIS PACKAGE IS UNUSABLE WITHOUT SETTING UP THE FOLLOWING FILES:
$PREFIX/etc/nntp/domainname (typically /usr/pkg/etc/nntp/domainname):
The domain name that should go after @ on NNTP posts by default
$PREFIX/etc/nntp/server (typically /usr/pkg/etc/nntp/nntp):
The hostname or IP address of your NNTP server (this can be omitted
if you set NNTPSERVER in your environment)
Optionally,
$PREFIX/etc/nntp/server.auth (typically /usr/pkg/etc/nntp/server.auth):
"hostname user password" format authentication information for the
NNTP server, if it requires authentication. This file should only
be readable by group "news".
==============================================================================
|