Can post from thunderbird but not from telnet or php

Samer Bechara farrooda at gmail.com
Tue Jan 23 14:05:14 EST 2007


Ok, I have done what you asked.
Now I am getting the error: "Posting Failed" (Error Code 441)
But now I am able to post from telnet.
What shall I do ?
Thanks for your time.
On 1/23/07, Russ Allbery <rra at stanford.edu> wrote:
>
> Samer Bechara <farrooda at gmail.com> writes:
>
> > now I am able to post through telnet by sending MODE READER command
> first.
> > but the problem in my code is that I am using a pear library which I
> don't
> > want to change
>
> > http://pear.php.net/package/Net_NNTP
>
> > My question is how can I get around this problem , since my news server
> is
> > local and is only fed locally.
>
> That package has a bug.  For starters, you should report the bug and ask
> them to fix it.  (The corresponding Perl library, for instance, does the
> right thing.)
>
> Then, in the meantime, try to get your code to connect to a different IP
> address than where you're feeding articles so that you can put one IP
> address in incoming.conf and a different one in readers.conf.  For
> example, make your code connect to the real IP address of the system, and
> whatever is injecting articles connect to 127.0.0.1, then list the former
> in readers.conf and the latter in incoming.conf.
>
> You need to make sure that the IP address from which your code is
> connecting is not listed in incoming.conf as a peer.  Once you've done
> that, MODE READER won't be necessary.
>
> --
> Russ Allbery (rra at stanford.edu)             <http://www.eyrie.org/~eagle/>
>
>     Please send questions to the list rather than mailing me directly.
>      <http://www.eyrie.org/~eagle/faqs/questions.html> explains why.
>
>






More information about the inn-workers mailing list