## Name: HylaFAX+ Server
## Description: Opens ports for HylaFAX+ Server (hfaxd).

TCP="hylafax"

RELATED="0/0,tcp,4558 0/0,tcp,hylafax"

MODULES="nf_conntrack_ftp"

# Also requires adding "4559" to the "ports=" option
# for nf_conntrack_ftp in /etc/modprobe.d/*.conf.
# For example:
# echo "options nf_conntrack_ftp ports=4559" >> /etc/modprobe.d/99-local.conf
#
# To take effect you may have to:
# Stop the firewall,
# Unload the nf_conntrack_ftp module,
# Restart the firewall.
#
# rcSuSefirewall2 stop ;rmmod nf_conntrack_ftp ;rcSuSEfirewall2 start

# TODO:
# This firewall service descriptor file and the above extra note
# sets up the firewall for both client and server function,
# using the default active (PORT/EPRT) mode.
#
# Need to split that into separate files & instructions for
# client-only, server-only, both,
# and add support for passive (PASV/EPSV) mode.
