diff options
Diffstat (limited to 'net-misc/hylafax/files/hylafax.conf')
-rw-r--r-- | net-misc/hylafax/files/hylafax.conf | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/net-misc/hylafax/files/hylafax.conf b/net-misc/hylafax/files/hylafax.conf new file mode 100644 index 000000000000..903707d077c3 --- /dev/null +++ b/net-misc/hylafax/files/hylafax.conf @@ -0,0 +1,30 @@ +# Spool directory for HylaFAX +spooldir="/var/spool/fax" + +# Faxq program path +faxq="/usr/sbin/faxq" + +# hfaxd program path +hfaxd="/usr/sbin/hfaxd" + +# faxgetty program path +faxgetty="/usr/sbin/faxgetty" + +# Port of the hfaxd daemon for new protocol +faxport=hylafax + +# Address used by hfaxd as binding address. +faxbind="127.0.0.1" + +# Port of the hfaxd daemon for SNPP protocol +snppport=444 + +# Port of the hfaxd daemon for old protocol +oldprotoport=4557 + +# newproto | oldproto | snpp | any +mode="newproto" + +# Directory where the pidfiles of HylaFAX are saved. +piddir="/var/run" + |