summaryrefslogtreecommitdiff
blob: 911a59db407801002bb2451bbaba7a73d7297de6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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"