301
+ − 1 Template: noffle/port
+ − 2 Type: string
338
+ − 3 _Default: 119
+ − 4 _Description: Please choose the port number noffle runs on:
+ − 5 The default port number for NNTP is 119 (nntp). However, perhaps you want
+ − 6 to run noffle alongside a normal NNTP server; in that case, choose another
+ − 7 number (above 1024, I recommend 10119), and configure your news reader also
+ − 8 to use that port number.
301
+ − 9
+ − 10 Template: noffle/server
+ − 11 Type: string
338
+ − 12 _Default: news
+ − 13 _Description: Which parent NNTP server do you want to use?
+ − 14 Noffle expects to obtain its news from another NNTP server. Enter the name
+ − 15 of that server here. If the server uses a non-standard port number for the
+ − 16 NNTP connection, please fill that in here as 'servername:portnumber'.
301
+ − 17
+ − 18 Template: noffle/username
+ − 19 Type: string
338
+ − 20 _Description: What is your username when accessing your parent NNTP server?
+ − 21 If you need to authenticate you may fill in your username on your parent
+ − 22 NNTP server; if not, just leave this field blank.
301
+ − 23 .
+ − 24 This is not the preferred way of authentication, since your password will
338
+ − 25 be transmitted in clear text, see README.Debian for more details.
301
+ − 26
+ − 27 Template: noffle/password
+ − 28 Type: password
338
+ − 29 _Description: What is your password when accessing your parent NNTP server?
+ − 30 If you need to authenticate you may fill in your password on your parent
+ − 31 NNTP server; if not, just leave this field blank. Warning: This password
+ − 32 will be saved in plaintext in /etc/news/noffle.conf and in the debconf
+ − 33 database!
301
+ − 34 .
+ − 35 This is not the preferred way of authentication, since your password will
338
+ − 36 be transmitted in clear text, see README.Debian for more details.
301
+ − 37
+ − 38 Template: noffle/fetchmode
+ − 39 Type: select
338
+ − 40 _Choices: ppp, cron
+ − 41 _Description: How is noffle supposed to fetch the articles?
+ − 42 If this is a dialup system, then noffle can be configured to fetch articles
+ − 43 when the PPP connection comes online. This is done via scripts in
+ − 44 /etc/ppp/ip-up.d/ and /etc/ppp/ip-down.d/. If you have a permanent
+ − 45 connection, noffle will assume it can always access the NNTP server and a
+ − 46 cron job will do.
301
+ − 47
+ − 48 Template: noffle/maxfetch
+ − 49 Type: string
338
+ − 50 _Default: 300
+ − 51 _Description: Fetch how many articles by default?
+ − 52 When noffle fetches articles, it will never fetch more than this amount; if
+ − 53 there are more, the oldest are discarded.
301
+ − 54
+ − 55 Template: noffle/default-expire
+ − 56 Type: string
338
+ − 57 _Default: 14
+ − 58 _Description: What should the default expire time (in days) be?
+ − 59 Noffle is configured to purge the local cache of articles older than a
+ − 60 certain limit. This parameter configures the minimum age of articles to
+ − 61 expire; this can be fine-tuned in /etc/news/noffle.conf if necessary.
301
+ − 62 Enter '0' to disable it.