openbsd-ports/comms/hylafax/pkg
2022-03-11 18:26:24 +00:00
..
DESCR
faxq.rc
hfaxd.rc
PLIST
README

+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------

Post-installation steps
=======================
Hylafax needs some manual configuration before it is usable.

Make sure that you have configured HylaFAX before running faxq:
	server: ${TRUEPREFIX}/sbin/faxsetup
	modems:${TRUEPREFIX}/sbin/faxaddmodem
	incoming calls: /etc/ttys

When you are asked to specify the name of tty device, use a tty device
existing on your architecture instead of "ttyd1".

For accepting incoming FAX/data calls, modify /etc/ttys(5) to contain
something like this:

    tty00	"${TRUEPREFIX}/sbin/faxgetty"	dialup	on

and send a SIGHUP to init(8).

References
==========
Additional documentation at https://www.hylafax.org/.