summaryrefslogtreecommitdiffstats
path: root/network/hylafax/README
diff options
context:
space:
mode:
author David Somero <dsomero@hotmail.com>2010-05-11 20:01:34 +0200
committer Alan Hicks <alan@lizella.net>2010-05-11 20:01:34 +0200
commiteb93c22496f988275d909bbd3e8f98f885a1368b (patch)
tree52667570544cbd71fa4c74213dc294b7ad8bd119 /network/hylafax/README
parent5529cc9b88d6208bc319e00eb6fbfb1e1a087e33 (diff)
downloadslackbuilds-eb93c22496f988275d909bbd3e8f98f885a1368b.tar.gz
slackbuilds-eb93c22496f988275d909bbd3e8f98f885a1368b.tar.xz
network/hylafax: Added to 12.0 repository
Diffstat (limited to 'network/hylafax/README')
-rw-r--r--network/hylafax/README39
1 files changed, 39 insertions, 0 deletions
diff --git a/network/hylafax/README b/network/hylafax/README
new file mode 100644
index 0000000000..54fa621fff
--- /dev/null
+++ b/network/hylafax/README
@@ -0,0 +1,39 @@
+HylaFAX is an enterprise-class system for sending and receiving
+facsimiles as well as for sending alpha-numeric pages.The software
+is designed around a client-server architecture. Fax modems may
+reside on a single machine on a network and clients can submit
+an outbound job from any other machine on the network.
+
+Client software is designed to be lightweight and easy to port.
+
+
+If you need to start hylafax at boot
+edit /etc/rc.d/rc.local and add the lines:
+
+script:
+# Starting the HylaFAX hfaxd and faxq Daemons at Boot.
+ if [ -x /etc/rc.d/rc.hylafax ]; then
+ /etc/rc.d/rc.hylafax start
+ fi
+
+Edit /etc/inittab and add a line(s) similar to:
+
+m0:2345:respawn:/usr/sbin/faxgetty ttyS0
+
+where 'm0' is unique in inittab and 'ttyS0' matches the device
+name(s) used at the outset of the faxaddmodem script.
+
+With root permissions, execute '/usr/sbin/faxsetup'.
+When finished, faxsetup will automatically run faxaddmodem
+for you. Generally, you can follow all of the defaults
+except those for FaxMaster, the local fax number(s), TSI,
+and any modem-specific information in faxaddmodem.
+
+It would be wise to run faxcron and faxqclean regularly
+from cron so that the queue directories do not clutter
+up and fill the storage device. Many installations run
+faxqclean every hour and faxcron every day. Insert
+something like this into your uucp or root crontab file:
+
+0 * * * * /usr/sbin/faxqclean
+0 0 * * * /usr/sbin/faxcron | mail -s "HylaFAX Usage Report" faxmaster