|
NAMEfaxalter - alter parameters of a HylaFAX job queued for transmissionSYNOPSISfaxalter [ options ] id...DESCRIPTIONfaxalter changes the state of one or more HylaFAX jobs that are queued for transmission. Numerous parameters can be altered; see the options below.An id is a number that identifies a job that has been submitted to HylaFAX; these numbers are printed by sendfax(1) when jobs are queued for transmission and can also be displayed with faxstat(1). Unprivileged users can alter the parameters of jobs that they own; clients with administrative privileges on a server can manipulate any job (see the -A option below). The user may be specified by the FAXUSER environment variable. By default, faxalter contacts the facsimile server on the host specified in the FAXSERVER environment variable; but consult the -h option for more information. OPTIONS
CONFIGURATION PARAMETERSfaxalter reads configuration information from the file /usr/local/lib/fax/hyla.conf and then from the file ~/.hylarc. Configuration files follow the conventions described in hylafax-client(1). The following configuration parameters are recognized:Tag Type Default Description Host string localhost host to contact for service PassiveMode boolean false whether or not to use passive mode Port integer 4559 port to use in contacting server Protocol string tcp protocol to use in contacting server Verbose boolean No whether or not to enable protocol tracing The configuration parameters are explained below:
NOTESSetting a job's killtime without also setting the time to send may cause the wrong value for the killtime to be sent. This is because the killtime is calculated as the difference in time between the killtime and time to send: and if the time to send is not specified, then faxalter uses the current time instead of querying the server for the job's time to send.faxalter suspends a job before attempting to alter its state. If a job is active when a suspend request is made there may be a delay while waiting for the job to enter a consistent state where it can be suspended. If faxalter is interrupted during this time then jobs may be left suspended. faxalter requeues the job. This means that the job will end up at the bottom of the queue for the job's priority. Thus, when queues are heavy an adjustment of the job's killtime may need to be considered when altering any other parameter. faxalter only understands how to alter a subset of the available job parameters; there are many more client-controllable parameters that can only be modified by communicating directly with the server using the underlying protocol. The continued use of the at(1)-style notation for specifying times is questionable (it was done for backwards compatibility). SEE ALSOhylafax-client(1), sendfax(1), faxrm(1), faxstat(1), hfaxd(8C)
Visit the GSP FreeBSD Man Page Interface. |