Hi Dean, thx for replying
Quote:> > here is my pblm : when a user is connecting to my mail server (using
telnet
> > port 110 or outlook for ex), it's waiting a long long time before
allowing
> > auth and catching mails.
> It is part of the xinetd process. Some people have reported success by
> editing the "pop" definition files located in the directory /etc/xinetd.d.
I already tried to : removing USERID, writing HOST, removing whole line,
etc...
but no way.
Quote:> Once they load the pop files up, they remove all references to the USERID
> directive. Once you have saved the file, re-load the xinetd service and
see
> whether that improves your access times.
I found an alternate solution : /etc/named.conf was not properly setup :
====> Jul 26 18:33:35 ns1 named[18897]:
unapproved query from [127.0.0.1].1525 for "25
4.11.168.192.in-addr.arpa"
Jul 26 18:34:08 ns1 ipop3d[19798]: pop3 service init from 192.168.11.254
Jul 26 18:34:08 ns1 ipop3d[19798]: Login user=william
host=skynet.blondeaux-etage.fsc-france.com [192.168.11.4] nmsgs=0/0
Jul 26 18:34:08 ns1 ipop3d[19798]: Logout user=william
host=skynet.blondeaux-etage.fsc-france.com [192.168.11.4] nmsgs=0 ndele=0
I allowed my PCs to make queries on "254-arpa-I-dont-know-what", but the
problem is that I'm not supposed to have a working dedicated DNS on the LAN.
There must be another solution to prevent ipop3d from querying a DNS, it
should just read /etc/hosts in fact.
I EVEN tried to use old inetd daemon, but the problem stays the same, so
it's ipop3d which has to be incriminated :)
I don't understand, cause it walked on my last installation (from a Mdk 7.2)
without changing a lot of security related params.
However, I hope this little alternative (allowing queries) will help some
other users here.
Cu