Specifications

HYLAFAX-CONFIG(5F) HYLAFAX-CONFIG(5F)
SaveUnconfirmedPages
Whether or not to save a receivedfacsimile image page if the sender disconnects without sending
the post-page message, without hearing our message confirmation, without retraining as requested,
or otherwise breaks fax protocol following such pages for which the sender should not have a
‘‘receipt confirmation’’.
SendFaxCmd¹
The command to use to process outbound facsimile jobs; see faxsend(8C).
SendPageCmd¹
The command to use to process outbound pager jobs; see pagesend(8C).
SendUUCPCmd¹
The command to use to process outbound UUCP jobs. This parameter is not currently used, it is
for future development.
ServerTracing²
Anumber that controls the generation of tracing information by a server when not actively sending
or receiving facsimile. Tracing is divided into areas that are individually controlled. To enable
tracing of multiple areas of operation, the flag associated with each area should be bit-or’dtoform
the value for this tag.
Flag Area Description
1(0x00001) Server Operation queue management and general operation
2(0x00002) FAX/IXO Protocol T.30 facsimile protocol or IXO/TAP protocol
4(0x00004) Modem Operations modem hardware manipulation
8(0x00008) Modem Communications commands passed between host and modem
16 (0x00010) Timeouts timer operations
32 (0x00020) Modem Capabilities modem capabilities
64 (0x00040) HDLC Frames binary T.30 HDLC frames
128 (0x00080) Binary Modem I/O binary communication between host and modem
256 (0x00100) Server State Transitions server program state transitions
512 (0x00200) Queue Management job queue management
1024 (0x00400) CopyQuality copyquality checking of receivedfacsimile
2048 (0x00800) Job Management low-leveljob management
4096 (0x01000) IXO Protocol low-level IXO protocol
8192 (0x02000) Config File Parsing unknown configuration file parameters
16384 (0x04000) FIFO Messages inter-application messages
32768 (0x08000) Modem State Transitions modem state changes (down, busy,ready)
65536 (0x10000) Dial Rules dialstring rules parsing and execution
131072 (0x20000) Docq Changes document reference handling
262144 (0x40000) TIFF library anymessages produced by the TIFF library
524288 (0x80000) ECM Frames binary T.30-A HDLC ECM frames
Forexample, to enable tracing of server operations and protocol operations, a value of 1+2=3
should be specified. NB: tracing timeouts and/or binary modem I/O can adversely affect the
operation of the fax server; enabling these areas should be done with extreme care.
Server tracing is directed to syslog(3) using the facility specified with the LogFacility configura-
tion parameter.Note that syslogd(8C) must be configured to capture facility.info, facility.debug,
facility.warning,and facility.err messages. See hylafax-log(5F) for a description of the logged
messages.
SessionTracing²
Anumber that controls the generation of tracing information by a server while sending or receiv-
ing facsimile. The number is interpreted identically to ServerTracing. Note that session tracing
is placed in log files in the log subdirectory; see hylafax-log(5F) for more information.
$Date$ 18