home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / gpm108b.zip / English / Advanced.CFG next >
Text File  |  2000-04-26  |  3KB  |  57 lines

  1. ;*===========================================================================*
  2. ;*   General Purpose Mailer. FTN-compatible Extended-Binkley-Style mailer    *
  3. ;*   for OS/2 Warp with multiline support and Presentation Manager GUI.      *
  4. ;*   Written by Igor Vanin (2:5030/448@fidonet, vanin@gpmail.spb.ru)         *
  5. ;*===========================================================================*
  6. ;*                    Additional setup for advanced users                    *
  7. ;*===========================================================================*
  8.  
  9. ; Maximum interval (in seconds) between incoming rings of one incoming call.
  10. ; The value of this variable is used for counting of the incoming rings
  11. ; (if mailer doesn't answer the first ring). Change this variable only on
  12. ; non-standard phone lines. Default value is 5.
  13. Max_Ring_Interval   5
  14.  
  15. ; Configures the communication port access mode. If set to Yes, the port is
  16. ; opened in exclusive mode and other programs will not be able to open it.
  17. ; The only way for external programs, BBS's for example, is through a handle
  18. ; passed by mailer. If set to No, other programs will be able to open the port
  19. ; too. Use this with care. You should use "Com_Exclusive_Access No" only if
  20. ; mailer starts programs (as BBS or external mailer) which cannot accept port
  21. ; handles and require to open the port. Default value is Yes.
  22. Com_Exclusive_Access Yes
  23.  
  24. ; Enables the check for remote address: if it is the same as any of the
  25. ; addresses of your station, the session will not be established. The check
  26. ; is done before an outgoing call and then after handshake. Default value is
  27. ; No, i.e. no check is done.
  28. ;Check_Self_AKAs Yes
  29.  
  30. ; IMM_timeout <time> - duration (in minutes) of a manually set Immediate flag;
  31. ; HOLD_timeout <time> - duration (in minutes) of a manually set Hold flag;
  32. ; HOLD_timeout_BadAddress <time> - duration of a Hold flag set by mailer if
  33. ; the remote didn't present the address we were calling to.
  34. ; HOLD_timeout_TriesLimit <time> - duration of a Hold flag set by mailer if
  35. ; the reset tries counter overflows.
  36. ; If set to 0 (default), the flag is set forever.
  37. ;Examples:
  38. ;IMM_timeout               60  ; 1 hour
  39. ;HOLD_timeout              60  ; 1 hour
  40. ;HOLD_timeout_TriesLimit 1440  ; 1 day
  41. ;HOLD_timeout_BadAddress 2880  ; 2 days
  42.  
  43. ; Pause_Timeout <number>
  44. ; In <number> minutes after manual activation of Pause mode mailer will
  45. ; return to normal operation. If set to 0, mailer does not switch Pause mode
  46. ; off automatically. Default value is 0.
  47. ;Pause_Timeout 60
  48.  
  49. ; Flag_Pause <filename>
  50. ; When mailer sees the file named <filename>, it suspends its work and
  51. ; switches to Pause mode. When this flag disappears, mailer returns to normal
  52. ; operation. If you activate Pause mode manually, this flag will be created
  53. ; automatically. If defined without a path, Flag_Dir is assumed.
  54. ; Default value is not defined.
  55. ;Flag_Pause Pause.GPM
  56.  
  57.