Mercurial > noffle
comparison noffle.conf.example @ 195:76460d98b2fb noffle
[svn] * noffle.conf.example,docs/noffle.conf.5,src/configfile.h,src/configfile.c,
src/protocol.c: Add new config item 'hostname' to specify the part after
the @ in message IDs generated by Noffle. Patch submitted by Mirko Liss.
| author | bears |
|---|---|
| date | Tue, 30 Oct 2001 13:16:40 +0000 |
| parents | fed1334d766b |
| children | bf290632d29e |
comparison
equal
deleted
inserted
replaced
| 194:a4e9a20e50e5 | 195:76460d98b2fb |
|---|---|
| 54 | 54 |
| 55 auto-subscribe yes | 55 auto-subscribe yes |
| 56 default-auto-subscribe-mode full | 56 default-auto-subscribe-mode full |
| 57 #auto-subscribe-mode *.binaries.* over | 57 #auto-subscribe-mode *.binaries.* over |
| 58 | 58 |
| 59 # Replace Message-ID in posted articles. For generating Message-IDs, | 59 # Replace Message-ID in posted articles. If you are in a local domain, |
| 60 # the domain name of your system should be a valid domain name. | 60 # ask your news provider for a domain name for generating Message-IDs. |
| 61 # If you are in a local domain, set it to your provider's domain name. | 61 # If the hostname option is unused, it is replaced by the fully qualified |
| 62 # domain name of your system. | |
| 62 | 63 |
| 63 replace-messageid yes | 64 replace-messageid yes |
| 65 #hostname UserId-XXXXX_newsserver | |
| 64 | 66 |
| 65 # Post articles to remote groups into the local database immediately | 67 # Post articles to remote groups into the local database immediately |
| 66 # on receipt of article. | 68 # on receipt of article. |
| 67 # post-locally no | 69 # post-locally no |
| 68 | 70 |
