File uucp.xinetd of Package sendmail
#
# The Internet UUCP service.
#
# Find UUCP config examples at
# /usr/share/doc/packages/uucp/cfg_example/taylor_config/
#
service uucp
{
disable = yes
socket_type = stream
protocol = tcp
# Activate the bind statement if you use the secure UUCP (SUUCP) service. In
# this case you do not need to bind uucp on any external interface.
# bind = localhost
wait = no
user = uucp
server = /usr/lib/uucp/uucico
server_args = -l
}