1## This is the HylaFAX init script configuration file.
2## Options specified in this file will be used when starting
3## and stopping HylaFAX.
4
5## What address should hfaxd listen to
6#HFAXD_LISTEN=127.0.0.1
7
8## HylaFAX Spool directory if different from the default of /var/spool/hylafax
9#SPOOL=/var/spool/hylafax
10
11## Accept connections to hfaxd using the old protocol
12#HFAXD_OLD_PROTOCOL=yes
13
14## Extra args to be passed to hfaxd
15HFAXD_EXTRA_ARGS=
16
17
18