inetd.conf revision 40911
140911Sphk#	$Id: inetd.conf,v 1.30 1998/09/30 16:12:40 wosch Exp $
237Srgrimes#
337Srgrimes# Internet server configuration database
437Srgrimes#
537Srgrimes#	@(#)inetd.conf	5.4 (Berkeley) 6/30/90
637Srgrimes#
737Srgrimesftp	stream	tcp	nowait	root	/usr/libexec/ftpd	ftpd -l
837Srgrimestelnet	stream	tcp	nowait	root	/usr/libexec/telnetd	telnetd
937Srgrimesshell	stream	tcp	nowait	root	/usr/libexec/rshd	rshd
1037Srgrimeslogin	stream	tcp	nowait	root	/usr/libexec/rlogind	rlogind
1139825Swoschfinger	stream	tcp	nowait/3/10 nobody /usr/libexec/fingerd	fingerd -s
123190Spst#exec	stream	tcp	nowait	root	/usr/libexec/rexecd	rexecd
1318639Spst#uucpd	stream	tcp	nowait	root	/usr/libexec/uucpd	uucpd
1437Srgrimes#nntp	stream	tcp	nowait	usenet	/usr/libexec/nntpd	nntpd
1537Srgrimescomsat	dgram	udp	wait	root	/usr/libexec/comsat	comsat
1637Srgrimesntalk	dgram	udp	wait	root	/usr/libexec/ntalkd	ntalkd
1718639Spst#tftp	dgram	udp	wait	nobody	/usr/libexec/tftpd	tftpd /tftpboot
1818639Spst#bootps	dgram	udp	wait	root	/usr/libexec/bootpd	bootpd
1918639Spst#
2018639Spst# "Small servers" -- used to be standard on, but we're more conservative
2118639Spst# about things due to Internet security concerns.  Only turn on what you
2218639Spst# need.
2318639Spst#
2418639Spst#daytime stream	tcp	nowait	root	internal
2518639Spst#daytime dgram	udp	wait	root	internal
2618639Spst#time	stream	tcp	nowait	root	internal
2718639Spst#time	 dgram	udp	wait	root	internal
2818639Spst#echo	stream	tcp	nowait	root	internal
295183Swollman#echo	dgram	udp	wait	root	internal
3018639Spst#discard stream	tcp	nowait	root	internal
3118639Spst#discard dgram	udp	wait	root	internal
3218639Spst#chargen stream	tcp	nowait	root	internal
3318639Spst#chargen dgram	udp	wait	root	internal
3418639Spst#
3537Srgrimes# Kerberos authenticated services
3618639Spst#
3719607Speter#klogin	stream	tcp	nowait	root	/usr/libexec/rlogind	rlogind -k
3819607Speter#eklogin stream	tcp	nowait	root	/usr/libexec/rlogind	rlogind -k -x
3919607Speter#kshell	stream	tcp	nowait	root	/usr/libexec/rshd	rshd -k
4038337Smarkm#kip	stream	tcp	nowait	root	/usr/libexec/kipd	kipd
4118639Spst#
4238337Smarkm# CVS servers - for master CVS repositories only!
4318639Spst#
4438337Smarkm#cvspserver	stream	tcp	nowait	root	/usr/bin/cvs	cvs pserver
4538337Smarkm#cvs		stream	tcp	nowait	root	/usr/bin/cvs	cvs kserver
46591Srgrimes#
4718639Spst# RPC based services (you MUST have portmapper running to use these)
48831Sats#
4918639Spst#rstatd/1-3	dgram rpc/udp wait root	/usr/libexec/rpc.rstatd	 rpc.rstatd
5018639Spst#rusersd/1-2	dgram rpc/udp wait root	/usr/libexec/rpc.rusersd rpc.rusersd
5118639Spst#walld/1	dgram rpc/udp wait root	/usr/libexec/rpc.rwalld	 rpc.rwalld
5218639Spst#pcnfsd/1-2	dgram rpc/udp wait root	/usr/libexec/rpc.pcnfsd	 rpc.pcnfsd	
5318639Spst#rquotad/1	dgram rpc/udp wait root	/usr/libexec/rpc.rquotad rpc.rquotad
5418639Spst#sprayd/1	dgram rpc/udp wait root	/usr/libexec/rpc.sprayd	 rpc.sprayd
5518639Spst#
5618639Spst# example entry for the optional pop3 server
5718639Spst#
584652Sats#pop3	stream	tcp	nowait	root	/usr/local/libexec/popper	popper
59831Sats#
6021613Sache# example entry for the optional imap4 server
6121613Sache#
6221613Sache#imap4	stream	tcp	nowait	root	/usr/local/libexec/imapd	imapd
6321613Sache#
6440911Sphk# Return error for all "ident" requests
6540911Sphk#
6640911Sphk#ident	stream	tcp	nowait	root	internal
6740911Sphk#
6818639Spst# example entry for the optional ident server
6918639Spst#
7018639Spst#ident	stream	tcp	wait	root	/usr/local/sbin/identd	identd -w -t120
7129951Sjkh#
7237741Shoek# example entry for the optional qmail MTA
7337741Shoek#
7437741Shoek#smtp	stream	tcp	nowait	qmaild	/var/qmail/bin/tcp-env	tcp-env /var/qmail/bin/qmail-smtpd
7537741Shoek#
7629951Sjkh# Enable the following two entries to enable samba startup from inetd
7729951Sjkh# (from the Samba documentation).
7829951Sjkh#
7929951Sjkh#netbios-ssn stream tcp nowait root /usr/local/sbin/smbd smbd 
8029951Sjkh#netbios-ns dgram udp wait root /usr/local/sbin/nmbd nmbd 
81