/contrib/dialog/samples/copifuncs/copi.ifmcfg2

https://bitbucket.org/freebsd/freebsd-head/ · Unknown · 68 lines · 60 code · 8 blank · 0 comment · 0 complexity · 88da390ad17891b63314d094bea01ee3 MD5 · raw file

  1. # Transport programs for mail and news, used by iftoss
  2. sendmail /usr/lib/sendmail -f $F $T
  3. rnews /usr/lib/news/rnews
  4. # Unpackers, used by ifunpack.
  5. # $F expands to archieve file name
  6. unzip /usr/bin/unzip -oq $F
  7. unarj /usr/bin/unarj e $F
  8. #unarc /usr/bin/unpack $F
  9. unzoo /usr/bin/zoo -extract $F
  10. unlzh /usr/bin/lharc -x $F
  11. # Packer program, used by ifpack
  12. # $F expands to archieve file name, $P - to list of packet names
  13. packer /usr/bin/zip $F $P
  14. # Maximum arcmail file size, will start new arcmail file if exceeds
  15. maxfsize 65000
  16. # Maximum packet size, ifmail/ifnews will start new packet if exeeds.
  17. # .out files are NOT created if nonzero specified, you must run ifpack
  18. # to make packets out. (unimplemented)
  19. maxpsize 65000
  20. # cnews log file and (temporary) database for seen-bys
  21. newslog /usr/lib/news/log
  22. msgidbm /tmp/ifmsgids
  23. # From this line on, values may be prefixed by a logical expression in
  24. # round brackets. Operators are: '!', '&', '|', 'Xor'.
  25. # Possible elements are:
  26. # - Nodelist flags (like "CM", "MNP", "V32" etc.)
  27. # - speed <operator> <numeric>
  28. # where <operator> is '=', '!=', '<', '>', '<=', '>='
  29. # - address <wildcard>
  30. # where <wildcard> is an (possibly incomplete) fidonet address,
  31. # e.g. "5020/*"
  32. # - time <interval>[,<interval>,...]
  33. # where <interval> is a day spec. with optional time spec., e.g.
  34. # Wk2000-0900,Sat1800-0000,Sun
  35. # - phone <prefix>
  36. # e.g. "phone 7-095-"
  37. # Dialing parameters
  38. # of multiple "ModemPort", "ModemReset", "ModemDial", "ModemHangup" lines,
  39. # first matching is used.
  40. # of multiple "PhoneTrans", "ModemConnect", "ModemError" lines, all matching
  41. # are used.
  42. # In send and expect strings, following substitutions are made:
  43. # \\ '\' character
  44. # \r carriage return (0x0d)
  45. # \n new line (0x0a)
  46. # \t tab (0x09)
  47. # \b backspace (0x08)
  48. # \s space (0x20)
  49. # \NNN (where N is an octal digit) - character with octal code NNN
  50. # \d 1 second delay (send strings only)
  51. # \p 1/4 second pause (send strings only)
  52. # \T translated telephone no. (send strings only)
  53. # \D untranslated telephone no. (send strings only)
  54. # ModemPort present a blank-separated list of ports with possible speed
  55. # extention (separated by colon); if speed is prefixed with 'L', it is
  56. # a "locked" port speed, otherwise it is a maximum speed to be set, while
  57. # actual speed is taken from the nodelist. If speed is omitted (or set
  58. # to zero), previous port speed is not changed.
  59. #ModemPort (time Any0000-0900,Sat,Sun) ttyS0
  60. #ModemPort cua0:L38400