# # 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 wait = no user = uucp server = /usr/lib/uucp/uucico server_args = -l } # The config needs to be adjusted by the admin, see example file in /etc/uucp/ # Just an proposal without any without obligation, without any warranty, and # at your own risk: # # Creation of /etc/uucp/stunnel.pem used in /etc/uucp/suucp-server.conf(.example) # > umask 022 # > cp -p /etc/uucp/suucp-server.conf.example /etc/uucp/suucp-server.conf # > openssl req -new -x509 -days 3650 -utf8 -nodes -keyout /etc/uucp/stunnel.pem -out /etc/uucp/stunnel.pem # > dd if=/dev/urandom count=4 | openssl dhparam -rand - 1024 >> /etc/uucp/stunnel.pem # # Fingerprint # > openssl x509 -text -subject -dates -fingerprint -noout -in /etc/uucp/stunnel.pem # service suucp { disable = yes socket_type = stream protocol = tcp wait = no user = root server = /usr/sbin/stunnel server_args = /etc/uucp/suucp-server.conf }