Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
service:nntp [2010/02/25 00:49] digitalmanservice:nntp [2017/12/24 10:59] – [NNTP Service] Poorly formatted port of the comments from the top of nntpservice.js ecbbs
Line 1: Line 1:
 ====== NNTP Service ====== ====== NNTP Service ======
  
-FIXME+Synchronet Service for the Network News Transfer Protocol (RFC 977) 
 + 
 +== Example configuration == 
 + 
 +In ctrl/services.ini: 
 + 
 +    [NNTP] 
 +    Port = 119 
 +    MaxClients = 10 
 +    Options = 0 
 +    Command = nntpservice.js -f 
 + 
 +== Available Command-line options == 
 + 
 +-d        debug output 
 + 
 +-f        filter bogus client IP addresses 
 + 
 +-na       no anonymous logins (requires user authentication) 
 + 
 +-mail     expose entire mail database as newsgroup to Sysops 
 + 
 +-auto     automatic login based on IP address (no password necessary) 
 + 
 +-nolimit  unlimited message lengths 
 + 
 +-notag    do not append tear/tagline to local messages for Q-rest accounts 
 + 
 +-ascii    convert ex-ASCII to ASCII 
 + 
 +== Tested clients == 
 + 
 +Microsoft Outlook Express 6 
 + 
 +Netscape Communicator 4.77 
 + 
 +Xnews 5.04.25 
 + 
 +Mozilla 1.1 (Requires -auto, and a prior login via other method)
  
 ===== See Also ===== ===== See Also =====
   * [[module:NewsLink]]   * [[module:NewsLink]]
-  * [[network:usenet]]+  * [[network:USENET]]
  
-{{tag>nntp USENET}}+{{tag>nntp usenet}}