Ariel wrote:
> Hola lista
>                Tengo Bind9 instalado, realice algunos cambios y luego de
> eso tarda alrededor de 30 segundos en conectar al pop3 , pero si en la
> consola hago
> telnet localhost 110 conecta de inmediato
> 
> en cambio si pongo correo.midominio.com <http://correo.midominio.com>
> 110 tarda mucho.
> 
> Alguna idea ?
> 
> gracias
> 
> 
> #################################333
> 
> Hello list I have installed Bind9, makes some changes and after that it
> takes around 30 seconds in connecting to pop3, but in the console I do
> telnet localhost 110 connects immediately however if I put
> correo.midominio.com <http://correo.midominio.com> 110 takes much. Some
> idea? thanks
> 
Thanks for translating, Ariel.

There is a problem with the default /etc/rndc.conf file distributed with
bind on centos4. If you get an rndc error when you
# service named status
then try using the attached file in place of the one you have.
Please let us know if that fixes it for you.

##########################################
Gracias por traducir, Ariel.

Hay un problema con el archivo de /etc/rndc.conf del defecto distribuido con
lazo en centos4. Si consigues un error del rndc cuando
# service named status
entonces intentar usar el archivo unido en lugar de el que tienes.
Por favor sepamos si ese lo fija para ti.
-- 
-Eric 'shubes'
/*
 * Copyright (C) 2004  Internet Systems Consortium, Inc. ("ISC")
 * Copyright (C) 2000, 2001  Internet Software Consortium.
 *
 * Permission to use, copy, modify, and distribute this software for any
 * purpose with or without fee is hereby granted, provided that the above
 * copyright notice and this permission notice appear in all copies.
 *
 * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
 * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
 * AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
 * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
 * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
 * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 * PERFORMANCE OF THIS SOFTWARE.
 */

/* $Id: rndc.conf,v 1.7.2.1 2004/03/09 06:09:27 marka Exp $ */

/*
 * Sample rndc configuration file.
 */

options {
        default-server  localhost;
        default-key     "rndckey";
};

server localhost {
        key     "rndckey";
};

include "/etc/rndc.key";

---------------------------------------------------------------------
     QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to