At 07:18 PM 12/24/01 -0500, you wrote:
>Support <[EMAIL PROTECTED]> wrote:
> >At 05:27 PM 12/18/01 -0500, you wrote:
> >
> >>I suck a site to my server,but when I post it to my server, the returned
> >
> >>error message says "No newsgroups in active.dat matched {test}".
> >> The "test" group in active.dat is right,look:
> >> ......
> >> Test 2524 3 y c 0 0 2223 0 0 0 87 0 0
> >> ......
> >> what should I do?Please help me.
> >
> >three things to check
> > Look in newsfeeds.conf and ensure 'test' matches the 'me' feed
> entries
> > Look in dnews.log for a more informative error message
> >
> >If that doesn't solve it send us
> > dnews.log (showing a post)
> > tellnews status
> > dnews.conf
> > newsfeeds.conf
> >
> > ChrisP.
> >
> >
>
> Thanks.
> I be finded the problem where it is.Becourse i'm writed a parameter in
> dnews.conf file.
> "replicate true"
> So this parameter can't be in file.What can i do for this problem.
Ah, this setting has some 'interesting' side effects, one is you must
configure dnews correctly or it won't allow posting, the trick
is to set in dnews.conf
Add this to dnews.conf
postonly true
And in newsfeeds.conf change the outgoing feed to be 'type posting', e.g.
...
site master.server
type posting
groups *
ChrisP.