Given the problems a few people seem to be having with the current Hylafax howto - I have done the following based on a new server I have built.
Download the most current version from
hereInstall via
# yum --enablerepo=base --enablerepo=updates localinstall hylafax.rpm
This will install
all the required packages for your hylafax installation. Run the /usr/sbin/faxsetup command and answer the questions as required. Take note of your modem tty and substitute within the inittab template to suit your setup. My modem is on ttyS0.
Set up the template like so. Watch out for line wrapping.
# mkdir -p /etc/e-smith/templates-custom/etc/inittab
# cd /etc/e-smith/templates-custom/etc/inittab
# echo 'fax:23457:respawn:/usr/sbin/faxgetty ttyS0' >> 85hylafax
# /sbin/e-smith/expand-template /etc/inittab
# ln -s /etc/rc.d/init.d/hylafax /etc/rc.d/rc7.d/S95hylafax
Reboot and you should be away.