File suucp.xinetd of Package sendmail
#
# The Internet secure UUCP service.
#
# Find UUCP config examples at
# /usr/share/doc/packages/uucp/cfg_example/taylor_config/
# There are also the suucp-*.conf files required for a stunnel
# driven SUUCP client and server configuration.
#
# This xinetd configuration file covers the servers side with
# suucp-server.conf as argument for the stunnel exectuable.
#
service suucp
{
disable = yes
socket_type = stream
protocol = tcp
wait = no
user = uucp
server = /usr/sbin/stunnel
server_args = /etc/uucp/suucp-server.conf
}