Hello 
   I  am sending the content of "/etc/xinetd.conf" and
"/etc/xinetd.d/telnet"  "/etc/xinetd.d/pop3s
  I had checked the  "/etc/service" pop3 and telnet
are enabled. 
   I had made IP address made to "/etc/hosts.allow"
   Please guide me where i had gone wrong 
    Thanks
     Joseph   
  





#
# Simple configuration file for xinetd
#
# Some defaults, and include /etc/xinetd.d/

defaults
{
        instances               = 60
        log_type                = SYSLOG authpriv
        log_on_success          = HOST PID
        log_on_failure          = HOST
}

includedir /etc/xinetd.d



/etc/xinetd.d/pop3s


# default: off
# description: The POP3S service allows remote users
to access their mail \
#              using an POP3 client with SSL support
such as fetchmail.
service pop3s
{
        disable = no
        socket_type             = stream
        wait                    = no
        user                    = root
        server                  = /usr/sbin/ipop3d
        log_on_success          += USERID
        log_on_failure          += USERID
}

/etc/xinetd.d/telnet 

# default: on
# description: The telnet server serves telnet
sessions; it uses \
#       unencrypted username/password pairs for
authentication.
service telnet
{
        disable = no
        flags           = REUSE
        socket_type     = stream        
        wait            = no
        user            = root
        server          = /usr/sbin/in.telnetd
        log_on_failure  += USERID
}


__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com

_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to