diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2018-03-16 11:26:45 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-03-16 11:26:56 +0000 |
commit | 48aaa1d6b757959dd3d1ea49460df3ce197434ba (patch) | |
tree | 755d4e9a93dad988a4344e1aeb1f6d0aff422ac1 /testing/hylafaxplus/hylafaxplus.confd | |
parent | 29db8fdc62a425024e5ec0cb4bf710a2b88ac2f6 (diff) | |
download | aports-48aaa1d6b757959dd3d1ea49460df3ce197434ba.tar.bz2 aports-48aaa1d6b757959dd3d1ea49460df3ce197434ba.tar.xz |
testing/hylafaxplus: new aport. Fixes #8659
Diffstat (limited to 'testing/hylafaxplus/hylafaxplus.confd')
-rw-r--r-- | testing/hylafaxplus/hylafaxplus.confd | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/testing/hylafaxplus/hylafaxplus.confd b/testing/hylafaxplus/hylafaxplus.confd new file mode 100644 index 0000000000..e82610fe0b --- /dev/null +++ b/testing/hylafaxplus/hylafaxplus.confd @@ -0,0 +1,29 @@ +# Spool directory for HylaFAX +spooldir="/var/spool/hylafax" + +# 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" |