Specifications
HYLAFAX-CONFIG(5F) HYLAFAX-CONFIG(5F)
In addition, the format string may indicate that text is to be centered in multiple equal-sized fields
by separating text with ‘‘|’’characters. For example, ‘‘a|b|c’’would cause the tag line to be broken
up into three equal-sized areas with the strings ‘‘a’’, ‘‘b’’, and ‘‘c’’centered within each region.
The default tag line format string is ‘‘From %%n|%c|Page %%P of %%T’’. The differences
between the %%p or %%P and the %%t or %%T options are noticed when a fax job is retried
after an incomplete attempt and only the previously unsent pages are then queued in a successive
session. See also TagLineFont.
TIFF2FaxCmd¹
The command to invoke toconvert a TIFF submitted for transmission to TIFF/F, suitable for trans-
mission; see tiff2fax(8C).
TimeOfDay¹
The default time-of-day restrictions to apply to outbound jobs. Outbound jobs will be processed
only during the specified time. Anyjobs submitted outside this time period will be held until the
start of this time. The syntax for time-of-day restrictions is designed to be compatible with the
syntax used by the UUCP software. The following BNF describes the syntax:
Syntax = tod ["," tod]
tod = <days><timerange>
days = "Any" | "Wk" | <dayname>+ | nothing
dayname = "Sun" | "Mon" | "Tue" | "Wed" | "Thu" | "Fri" | "Sat"
timerange = <start> "-" <end> | nothing
start = <24hrtime>
end = <24hrtime>
24hrtime = {0-9}{0-9}{0-9}{0-9}
nothing =
where start and end are 24-hour times, day names can be either 2- or 3-characters, and a null day
or time specification means anytime or day.White space and other syntactic sugar may be freely
inserted between tokens but may not be inserted between 24-hour times in the time range.
This value may be overridden by rules in the JobControl mechanism.
Use2D¹ Control the use of 2D-encoded data for transmitted facsimile.
UseJobTagLine
Allowthe use of the job-specified tagline instead of the configured TaglineFormat
UUCPLockMode²
The file protection mode that should be used when creating UUCP lockfiles. Note that this value is
giveninoctal.
UUCPLockDir²
The pathname of the directory in which UUCP lockfiles are to be created.
UUCPLockTimeout²
The time in seconds to wait before removing a stale UUCP lockfile (i.e. a lockfile whose owner
does not appear to exist). If this value is set to 0, then the fax server will neverremove a stale
lockfile.
UUCPLockType²
Astring that specifies the type of UUCP lockfile to create. The string may be one of ‘‘ascii’’or
‘‘binary’’depending on whether the process-ID of the lock owner is written to the file as an ascii
string or as a binary value, respectively.Inaddition, twoprefixes may be used to control the for-
mat of the lock filename. If the type string is prefixed with a ‘‘+’’, then SVR4-style filenames are
generated using the major device number of the tty device and the major and minor device num-
bers for the filesystem on which the tty device resides. If the type string is prefixed with a ‘‘−’’,
then anyupper case letters in the device part of the lockfile name are converted to lower case let-
ters; for example, ‘‘LCK..ttyA01’’isconverted to ‘‘LCK..ttya01’’. This upper-to-lower case con-
version is useful for systems such as SCO where the convention is to name devices with upper-case
$Date$ 20