> I'm using version 2.0a3. > > How can I ensure that only authenticated users can access the > > newsgroup (something about TLS/SSL ?? ) ? How can I add users to > > a specific newsgroup (is there a special repository where > > newsgroup users are stored)?
use: <nntpauth> <authRequired>true</authRequired> </nntpauth> to restrict NNTP to authorised users, add users using the remote manager exactly as for mail. restriction is only possible on a server-by-server basis. d. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
