annotate debian/xinetd @ 494:372f8b55506e noffle

[svn] Apply patch from Jan De Luyck. Add new option 'add-messageid-if-missing', which optionally postpones adding a message ID to the upstream server. If this is done, post-locally must be off. This is to deal with an upstream server troubling Jan. It usually (but not always) rejects posts with a Noffle message ID. I have changed Jan's original option of 'add-message-id-if-missing' for consistency with 'replace-messageid' and added the manual page entry. See SourceForge feature request 1513395.
author bears
date Wed, 12 Jul 2006 20:26:41 +0100
parents 95f382346e75
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
328
3841bbff35d5 [svn] added xinetd example configuration
godisch
parents:
diff changeset
1 service nntp
3841bbff35d5 [svn] added xinetd example configuration
godisch
parents:
diff changeset
2 {
3841bbff35d5 [svn] added xinetd example configuration
godisch
parents:
diff changeset
3 socket_type = stream
3841bbff35d5 [svn] added xinetd example configuration
godisch
parents:
diff changeset
4 protocol = tcp
3841bbff35d5 [svn] added xinetd example configuration
godisch
parents:
diff changeset
5 wait = no
3841bbff35d5 [svn] added xinetd example configuration
godisch
parents:
diff changeset
6 user = news
3841bbff35d5 [svn] added xinetd example configuration
godisch
parents:
diff changeset
7 group = news
3841bbff35d5 [svn] added xinetd example configuration
godisch
parents:
diff changeset
8 only_from = 127.0.0.1
3841bbff35d5 [svn] added xinetd example configuration
godisch
parents:
diff changeset
9 server = /usr/bin/noffle
3841bbff35d5 [svn] added xinetd example configuration
godisch
parents:
diff changeset
10 server_args = -r
3841bbff35d5 [svn] added xinetd example configuration
godisch
parents:
diff changeset
11 }