On 5/29/2002 9:02 AM, Kenneth Porter wrote:
> On Wed, 2002-05-29 at 05:58, Paul Oliver wrote:
>
>
>>1) Why is qpopper sending auth/IDENT requests (port 113) back to any
>> client that tries to connect?
>
>
> You don't say how you're starting qpopper. Qpopper doesn't do IDENT
> queries, but it's common for inetd or xinetd to do this with the default
> setup. You need to look at the configuration of those to see how to
> disable it.
Thanks Kenneth and Sebastien, that's what it was.
I was using xinetd and to change it for qpopper the file looks like:
service pop3
{
disable = no
socket_type = stream
wait = no
user = root
server = /usr/local/sbin/popper
server_args = qpopper -s -R
# log_on_success += USERID DURATION
log_on_success = DURATION HOST PID
# log_on_failure += USERID
log_on_failure = HOST
nice = 10
}
the commented out lines are the originals, below them are what
I changed it to.
Thanks everyone, I was at wit's end. :)
--
----------------------------------------------------------------------
Paul Oliver http://www.paultastic.com [EMAIL PROTECTED]
----------------------------------------------------------------------
Why do the caterpillar and the ant have to be enemies? One eats
leaves, and the other eats caterpillars. Oh, I see now.