/etc/jamnntpd.allow is in jamnntpd 1.3-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | # Allowed IP numbers for JamNNTPd
#
# Syntax:
#
# <ip> <default read access groups> <default post access groups>
#
# "*" can be used as a wildcard. Everything after "*" is ignored, i. e.
# 127.0.*.1 is equivalent to 127.0.*. Just write "*" alone on a line to
# allow all IP numbbers.
#
# If no access groups are configured, users connecting from that IP will
# not be able to access any newsgroups unless they log in.
#
# "*" means "all groups" and "-" means "no groups".
#
127.0.0.1 AX A
|