hfaxd.conf
上传用户:weiyuanprp
上传日期:2020-05-20
资源大小:1169k
文件大小:2k
源码类别:

传真(Fax)编程

开发平台:

C/C++

  1. #
  2. # HylaFAX Client-Server Protocol Configuration.
  3. #
  4. # Consult hfaxd(1M) for information on the contents
  5. # of this file.  Note that pathnames specified in
  6. # this file are relative to the root of the spooling
  7. # area because hfaxd uses chroot to confine client
  8. # accesses to the server's filesystem.
  9. #
  10. LogFacility: daemon # syslog facility (want this 1st))
  11. ServerTracing: 0x001 # just server operation
  12. #IdleTimeout: 900 # initial client idle timeout (secs)
  13. #MaxIdleTimeout: 7200 # max client idle timeout (secs)
  14. #MaxLoginAttempts: 5 # max # login attempts before disconnect
  15. #MaxAdminAttempts: 5 # max # admin attempts before disconnect
  16. #MaxConsecutiveBadCmds: 10 # max # invalid cmds before disconnect
  17. #FaxContact: FaxMaster # who gets questions/complaints
  18. #AdminGroup: faxadmin # which user group is admin (when using PAM)
  19. #UserAccessFile: "/etc/hosts.hfaxd" # user+host access control file
  20. #ShutdownFile: "/etc/shutdown" # server shutdown control filename
  21. #XferLogFile: "/etc/clientlog" # for logging client file transfers
  22. #FaxQFIFOName: "/FIFO" # FIFO name for talking to faxq process
  23. #
  24. # The default format used to return job status queries.
  25. # Note that clients can override this with JOBFMT.
  26. #
  27. #JobFmt: "%-3j %3i %1a %6.6o %-12.12e %5P %5D %7z %.25s"
  28. #
  29. # The default format used to return recvq status queries.
  30. # Note that clients can override this with RCVFMT.
  31. #
  32. #RcvFmt: "%-7m %4p%1z %-8.8o %14.14s %7t %f"
  33. #
  34. # The default format used to return modem status queries.
  35. # Note that clients can override this with MODEMFMT.
  36. #
  37. #ModemFmt: "Modem %m (%n): %s"
  38. #
  39. # The default format used to return file-oriented
  40. # directory listings.
  41. # Note that clients can override this with FILEFMT.
  42. #
  43. #FileFmt: "%-7p %3l %8o %8s %-12.12m %.48f"
  44. #
  45. # SNPP-specific parameters.
  46. #
  47. #MaxMsgLength: 128 # max pager message length
  48. #PagerIDMapFile: "/etc/pagermap" # file with pager ID mapping rules
  49. #
  50. # The following three items define the mapping from
  51. # SNPP service level to job scheduling priority and
  52. # expiration (kill) time.  Each item should have a
  53. # list of 12 values that define the mapping for service
  54. # levels 0 through 11 (first item is level 0, second
  55. # item level 1, ... etc.).
  56. #
  57. #PriorityMap: "63 127 127 127 127 127 127  127  127  127  127  127"
  58. #RetryTimeMap: "30  60  60 180   0   0   0    0    0    0    0    0"
  59. #KillTimeMap: " 5   5   5  15  60 240 720 1440 1440 1440 1440 1440"