diff noffle.conf.example @ 0:04124a4423d4 noffle

[svn] Initial revision
author enz
date Tue, 04 Jan 2000 11:35:42 +0000
parents
children cb6cab9fbdf9
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/noffle.conf.example	Tue Jan 04 11:35:42 2000 +0000
@@ -0,0 +1,54 @@
+###############################################################################
+#
+# NOFFLE news server config file
+#
+###############################################################################
+
+# Remote news server. Format: <hostname>[:<port>] [<user> <pass>]
+# (<user> and <pass> only for servers with authentication,
+# the password may not contain white-spaces)
+
+server news
+
+
+# Mail addredd for failed postings
+
+#mail-to root
+
+
+# Never get more than <max-fetch> articles. Discard oldest, if there are more
+
+max-fetch 300
+
+
+# Automatically remove groups from fetch list if they have not been
+# accessed for <n> days.
+
+auto-unsubscribe no
+#auto-unsubscribe-days 30
+
+
+# Parameter for thread mode. Retrieve articles, if they are referencing an
+# article that has been read within the last <n> days
+
+thread-follow-time 7
+
+
+# Timeout for connecting to remote server in seconds.
+
+connect-timeout 30
+
+
+# Automatically put groups on fetchlist, if someone accesses them.
+# Mode can be: full, thread, over
+
+auto-subscribe no
+#auto-subscribe-mode over
+
+
+# Remove/replace Message-ID in posted articles. For generating Message-IDs,
+# the domain name of your system should be a valid domain name.
+# If you are in a local domain, set it to your provider's domain name.
+
+remove-messageid no
+replace-messageid yes