home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 10 / AU_CD10.iso / Archived / Internet / News-Email / popstr202a / Choices < prev    next >
Text File  |  1999-09-26  |  4KB  |  123 lines

  1. # POPstar general config
  2. # Lines beginning # are comments
  3.  
  4. # SMTP server
  5. # This can be a system variables surrounded by <>'s, eg <SMTP$Server>
  6. SMTP:mail.isp.net
  7.  
  8. # Frequency of automatic fetches and sends (minutes)
  9. FetchEvery:4
  10. SendEvery:1
  11.  
  12. # Only do automatic transfers if following variable is defined
  13. # Omit or comment if no suitable variable
  14. # Variable:PPP$Connected
  15.  
  16. # Set to Y to make sends take priority over fetches
  17. SendFirst:N
  18.  
  19. # Automatically open status window when transferring:
  20. # 0: no -- 1: only when there's something to download -- 2: immediately
  21. AutoStatus:2
  22.  
  23. # Full size status window (Y/N)
  24. BigStatus:Y
  25.  
  26. # Automatic fetch when loaded (Y/N)
  27. AutoFetch:N
  28.  
  29. # Automatic send when loaded (Y/N)
  30. AutoSend:N
  31.  
  32. # Automatic quit when transfers complete
  33. AutoQuit:N
  34.  
  35. # Find size of messages before fetching (Y/N)
  36. List:Y
  37.  
  38. # Use ANT's multitasking Resolver (Y/N)
  39. ANT:N
  40.  
  41. # Length of line terminators (usually 2 for CR-LF)
  42. LineTermLen:2
  43.  
  44. # Show icon bar icon
  45. IconBar:Y
  46.  
  47. # Maximum CPU time used between Wimp polls while transferring (cs)
  48. Nice:20
  49.  
  50. # If 'Y', send outgoing messages even if online variable indicates we're
  51. # offline (useful if you have a dialup connection, but a permanent
  52. # SMTP server on a local net)
  53. SendOffline:N
  54.  
  55. # Maximum size message to download, in bytes (or suffix with K or M)
  56. # may be over-ridden on a per-user basis in the users file
  57. # 0 means unlimited
  58. # NB. If this is anything other than unlimited, 'List' will be enabled
  59. # automatically
  60. # Examples : 0, 100K, 1M [do not put a space between the number and the K/M]
  61. MaxSize:0
  62.  
  63. # Numbers of lines of message body to fetch when we find a message that exceeds
  64. # the configured 'MaxSize:'.
  65. OversizeMsgLines:10
  66.  
  67. # Numbers of seconds to wait when asking the user what action to take with an
  68. # oversize message.
  69. # Once the timeout expires, the message header will be downloaded and the
  70. # message will be left on the server.
  71. # Setting to 0 will disable the oversize query window
  72. # NB. Don't set this to a huge value - if we stop for too long, we risk the
  73. # POP3 server deciding we're idle and kicking us off.
  74. OversizeQueryWait:20
  75.  
  76. # Maximum number of queued commands to send.
  77. # Top limit is 15. Increasing from 0 will improve speed, especially over
  78. # slow links
  79. MaxPipeSize:0
  80.  
  81. # Whether or not to quit when POPstar notices an on -> off-line transition
  82. # Default: N
  83. QuitWhenGoOffline:N
  84.  
  85. # How often to check the variable specified in Variable: (in seconds)
  86. # Default: 10 seconds
  87. CheckOnlineVar:10
  88.  
  89. # Whether or not to send the QUIT command to the POP3 server before closing
  90. # the connection when an error occurs.
  91. # Don't change this unless you need to (eg. If your ISP auto deletes mail
  92. # after is has been retrieved. 99% of them don't, ndirect.co.uk do.)
  93. SendQuitOnError:Y
  94.  
  95. # This limits the number of messages fetched in one connection to the POP3
  96. # server.
  97. # If the limit is exceeded, POPstar will reestablish the connection to the
  98. # server before downloading more messages - this stops you having to download
  99. # all the messages again if the connection to the POP3 server is lost for
  100. # some reason.
  101. #
  102. # Default: fetch all messages in one connection
  103. MaxMessagesPerConnection:40
  104.  
  105. # This limits the maximum size of messages fetched in one connection to
  106. # the POP3 server.
  107. # If the limit is exceeded, POPstar will reestablish the connection to the
  108. # server before downloading more messages - this stops you having to download
  109. # all the messages again if the connection to the POP3 server is lost for
  110. # some reason.
  111. #
  112. # Default: fetch all messages in one connection
  113. MaxSizePerConnection:100K
  114.  
  115. # This is a command that will be run at the end of every transfer POPstar
  116. # makes.
  117. # NB. You really probably only want to set this if you have autoquit set to Y.
  118. # TransferEnd: Filer_Run <NewsHound$Dir>.!FetchEnd
  119.  
  120. # If this is set to N, POPstar won't report errors that occurs whilst trying
  121. # to establish a connection to the POP3 server.
  122. ReportConnectFailure:Y
  123.