1998-12-01 21:19:49 +00:00
|
|
|
# $Id: inetd.conf,v 1.31 1998/11/04 19:42:35 phk Exp $
|
1993-06-20 13:41:45 +00:00
|
|
|
#
|
|
|
|
# Internet server configuration database
|
|
|
|
#
|
|
|
|
# @(#)inetd.conf 5.4 (Berkeley) 6/30/90
|
|
|
|
#
|
|
|
|
ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l
|
|
|
|
telnet stream tcp nowait root /usr/libexec/telnetd telnetd
|
|
|
|
shell stream tcp nowait root /usr/libexec/rshd rshd
|
|
|
|
login stream tcp nowait root /usr/libexec/rlogind rlogind
|
1998-09-30 16:12:40 +00:00
|
|
|
finger stream tcp nowait/3/10 nobody /usr/libexec/fingerd fingerd -s
|
1994-09-29 09:20:40 +00:00
|
|
|
#exec stream tcp nowait root /usr/libexec/rexecd rexecd
|
1996-10-02 03:52:58 +00:00
|
|
|
#uucpd stream tcp nowait root /usr/libexec/uucpd uucpd
|
1993-06-20 13:41:45 +00:00
|
|
|
#nntp stream tcp nowait usenet /usr/libexec/nntpd nntpd
|
1998-12-01 21:19:49 +00:00
|
|
|
comsat dgram udp wait tty:tty /usr/libexec/comsat comsat
|
|
|
|
ntalk dgram udp wait tty:tty /usr/libexec/ntalkd ntalkd
|
1996-10-02 03:52:58 +00:00
|
|
|
#tftp dgram udp wait nobody /usr/libexec/tftpd tftpd /tftpboot
|
|
|
|
#bootps dgram udp wait root /usr/libexec/bootpd bootpd
|
|
|
|
#
|
|
|
|
# "Small servers" -- used to be standard on, but we're more conservative
|
|
|
|
# about things due to Internet security concerns. Only turn on what you
|
|
|
|
# need.
|
|
|
|
#
|
|
|
|
#daytime stream tcp nowait root internal
|
|
|
|
#daytime dgram udp wait root internal
|
|
|
|
#time stream tcp nowait root internal
|
|
|
|
#time dgram udp wait root internal
|
|
|
|
#echo stream tcp nowait root internal
|
1994-12-21 20:32:44 +00:00
|
|
|
#echo dgram udp wait root internal
|
1996-10-02 03:52:58 +00:00
|
|
|
#discard stream tcp nowait root internal
|
|
|
|
#discard dgram udp wait root internal
|
|
|
|
#chargen stream tcp nowait root internal
|
|
|
|
#chargen dgram udp wait root internal
|
|
|
|
#
|
1993-06-20 13:41:45 +00:00
|
|
|
# Kerberos authenticated services
|
1996-10-02 03:52:58 +00:00
|
|
|
#
|
1996-11-10 13:06:14 +00:00
|
|
|
#klogin stream tcp nowait root /usr/libexec/rlogind rlogind -k
|
|
|
|
#eklogin stream tcp nowait root /usr/libexec/rlogind rlogind -k -x
|
|
|
|
#kshell stream tcp nowait root /usr/libexec/rshd rshd -k
|
1998-08-15 17:32:27 +00:00
|
|
|
#kip stream tcp nowait root /usr/libexec/kipd kipd
|
1996-10-02 03:52:58 +00:00
|
|
|
#
|
1998-08-15 17:32:27 +00:00
|
|
|
# CVS servers - for master CVS repositories only!
|
1996-10-02 03:52:58 +00:00
|
|
|
#
|
1998-08-15 17:32:27 +00:00
|
|
|
#cvspserver stream tcp nowait root /usr/bin/cvs cvs pserver
|
|
|
|
#cvs stream tcp nowait root /usr/bin/cvs cvs kserver
|
1996-10-02 03:52:58 +00:00
|
|
|
#
|
|
|
|
# RPC based services (you MUST have portmapper running to use these)
|
|
|
|
#
|
|
|
|
#rstatd/1-3 dgram rpc/udp wait root /usr/libexec/rpc.rstatd rpc.rstatd
|
|
|
|
#rusersd/1-2 dgram rpc/udp wait root /usr/libexec/rpc.rusersd rpc.rusersd
|
|
|
|
#walld/1 dgram rpc/udp wait root /usr/libexec/rpc.rwalld rpc.rwalld
|
|
|
|
#pcnfsd/1-2 dgram rpc/udp wait root /usr/libexec/rpc.pcnfsd rpc.pcnfsd
|
|
|
|
#rquotad/1 dgram rpc/udp wait root /usr/libexec/rpc.rquotad rpc.rquotad
|
|
|
|
#sprayd/1 dgram rpc/udp wait root /usr/libexec/rpc.sprayd rpc.sprayd
|
|
|
|
#
|
|
|
|
# example entry for the optional pop3 server
|
|
|
|
#
|
1994-11-18 20:01:21 +00:00
|
|
|
#pop3 stream tcp nowait root /usr/local/libexec/popper popper
|
1993-12-05 16:39:47 +00:00
|
|
|
#
|
1997-01-12 17:55:16 +00:00
|
|
|
# example entry for the optional imap4 server
|
|
|
|
#
|
|
|
|
#imap4 stream tcp nowait root /usr/local/libexec/imapd imapd
|
|
|
|
#
|
1998-11-04 19:42:35 +00:00
|
|
|
# Return error for all "ident" requests
|
|
|
|
#
|
|
|
|
#ident stream tcp nowait root internal
|
|
|
|
#
|
1996-10-02 03:52:58 +00:00
|
|
|
# example entry for the optional ident server
|
|
|
|
#
|
1998-12-01 21:19:49 +00:00
|
|
|
#ident stream tcp wait kmem:kmem /usr/local/sbin/identd identd -w -t120
|
1997-09-28 22:25:29 +00:00
|
|
|
#
|
1998-07-18 20:01:03 +00:00
|
|
|
# example entry for the optional qmail MTA
|
|
|
|
#
|
|
|
|
#smtp stream tcp nowait qmaild /var/qmail/bin/tcp-env tcp-env /var/qmail/bin/qmail-smtpd
|
|
|
|
#
|
1997-09-28 22:25:29 +00:00
|
|
|
# Enable the following two entries to enable samba startup from inetd
|
|
|
|
# (from the Samba documentation).
|
|
|
|
#
|
|
|
|
#netbios-ssn stream tcp nowait root /usr/local/sbin/smbd smbd
|
|
|
|
#netbios-ns dgram udp wait root /usr/local/sbin/nmbd nmbd
|