home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / mg109.zip / SAMPLE.CFG < prev    next >
Text File  |  1995-11-16  |  6KB  |  158 lines

  1. # sample of MailGate.Cfg
  2.  
  3. # your fidonet address goes here zone:net/node[.point]
  4. MyAddr=1:229/622
  5.  
  6. # this line will appear under the header Organization:
  7. # in outbound messages
  8. MyOrg=Proven Systems
  9.  
  10. # this line is used for incoming and outgoing messages
  11. # to resolve addressing. it should be your complete
  12. # domain name
  13. MyDomain=proven.com
  14.  
  15. # this is where the logfile goes. it is only produced
  16. # when you run MailGate with the -l switch
  17. LogFile=c:\dev\MM
  18.  
  19. # this is used if you specify Send=Queue. it is the
  20. # outbound queue directory for SENDMAIL. MailGate will
  21. # enqueue outgoing mail for much higher speed
  22. # if you use this option. You should only use it
  23. # if the directory is on the same machine you're running
  24. # MailGate on, never for another machine on a network.
  25. ServerOutBox=C:\tcpip\etc\mqueue
  26.  
  27. # this is where SENDMAIL places incoming mail, and where
  28. # MailGate looks for it, when you specify no options
  29. # (list only) or the -in option (import mail)
  30. ServerInBox=c:\tcpip\umail\server\inbox
  31.  
  32. # If you are using Ultimail, set this to: MailStyle=Ultimail
  33. # If you are using LaMail, set this to: MailStyle=LaMail
  34. # If you are using some other mailer, set to: MailStyle=Other
  35. MailStyle=Umail
  36.  
  37. # this is the Fidonet message area where you want MailGate to
  38. # place your inbound mail and scan for outbound mail.
  39. # If you end the line with $, it is assumed to be
  40. # a Squish message base, otherwise a *.MSG message base.
  41. # if it's a *.MSG message base you should append the backslash
  42. EmailArea=c:\Max\Email $
  43.  
  44. # this line specifies the directory path where you want inbound
  45. # binary files placed. If MailGate finds a UUencoded binary, it
  46. # wil decode the file and place it here.
  47. FileAttachArea=c:\Max\File\Uncheck
  48.  
  49. # if you use Maximus 2.0 BBS and want to search the USER.BBS for
  50. # names and aliases, uncomment this line. it does NOT include
  51. # the filename, only the path
  52. Max2UserBBS=c:\Max
  53.  
  54. # if you dont want to use aliases from the USER.BBS, uncomment
  55. # this line
  56. #UseBBSAlias=No
  57.  
  58. # this is the path to your tcpip aliases file
  59. # this one INCLUDES the filename
  60. # NOT implemented in this release
  61. # AliasFile=c:\tcpip\etc\aliases
  62.  
  63. # this is the path to MailGate's user file. The file must be
  64. # created prior to using MailGate. See the documentation for more.
  65. UserFile=c:\Max\
  66.  
  67. # if you toss messages for unknown users, this is where MailGate
  68. # will put them. The TossBadMsgs switch must be set before
  69. # MailGate will toss them.
  70. BadArea=c:\Max\Msg\Bad
  71.  
  72. # you have two options here:
  73. #   Send=Pipe
  74. #   Send=Queue
  75. # if you specify Send=Pipe (default), MailGate will call SENDMAIL
  76. # directly as Ultimail does, to send each message.
  77. # if you specify Send=Queue, MailGate will enqueue messages and
  78. # let SENDMAIL send them itself whenever it checks the queue.
  79. # if SENDMAIL and its directories are on another machine on
  80. # the network, you MUST specify this option.
  81. Send=Queue
  82.  
  83. # there are 3 ways to handle bad messages or messages to users
  84. # unknown to your system:
  85. # 1) you can have MailGate toss them to your BAD_MSG area
  86. # 2) you can have MailGate bounce them back to the senders
  87. # 3) you can have MailGate just skip them and leave them in
  88. #    SENDMAIL's inbox
  89.  
  90. # Comment this line out if you don't want MailGate to toss unknown
  91. # or bad messages to your BAD_MSG message area.
  92. #TossBadMsgs
  93.  
  94. # Comment this line out if you don't want MailGate to return
  95. # bad or unknown user messages to senders.
  96. BounceBadMsgs
  97.  
  98. # incoming email has headers that are classified as A-headers and
  99. # B-headers. A-headers include From:, To:, Full-Name:, and Return-Path:.
  100. # B-headers include all other info in the header part of the message.
  101. # MailGate ALWAYS stores A-Header info in the 'Hidden' area of the
  102. # message (known as Kludge-Lines). If you want to see this info
  103. # in your message, comment out this next line
  104. #KeepAHeaders
  105.  
  106. #if you just want to leave the A-header info hidden, use this line:
  107. HideAHeaders
  108.  
  109. # MailGate does not usually keep B-Header information. You have 3
  110. # choices: you can keep it in the message body where you can see it
  111. #          you can keep it, but hidden
  112. #          you can skip it, so that it is ignored
  113. # uncomment the line that will best suit you.
  114. #KeepBHeaders
  115. HideBHeaders
  116. #SkipBHeaders
  117.  
  118. # Well-written Fido message editors do not place carriage returns at
  119. # the end of lines, allowing the text to flow evenly across other
  120. # editors that might read messages they produce. In the Email world,
  121. # however, text is expected to appear as if it were typed. By default
  122. # MailGate wraps words to the next line if the line exceeds 70 characters.
  123. # You can set this parameter for anything from 40 to 80 columns.
  124. TextWidth=70
  125.  
  126. # We recommend you keep email in a Local message area. If you use an
  127. # EchoMail area, the Fidonet system will place Path and Seen-by kludges
  128. # at the end of messages, after the tear-line. If you use an EchoMail
  129. # area and want to keep these lines from being scanned out into
  130. # internet mail, uncomment either or both of these next 2 lines:
  131. #NoOutboundKludges
  132. #NoOutboundSeenbys
  133.  
  134. # If you specify UseTime, MailGate will keep a log of when it imports
  135. # mail. When you check for new pending mail, it will not look at any
  136. # mail that is older than this time, in other words, it will only report
  137. # mail that has arrived since the last time you looked.
  138. UseTime
  139.  
  140. # If you specify NoLocalFlag, MailGate will not set the local flag
  141. # on incoming messages it tosses. Default is to set the local flag.
  142. #NoLocalFlag
  143.  
  144. # These lines are for the extra utility MCheck, which checks areas
  145. # for mail that has been received and not read. MCheck will look
  146. # for unread mail for all users specified with lines starting with
  147. # mcname, in all areas specified in lines starting with mcarea.
  148. # Note that names are enclosed in quotes and Squish areas are
  149. # flagged with a $.
  150. mcname "Dave Hamilton"
  151. mcname "daveh@proven.com"
  152. mcname "daveh"
  153. mcname "sysop"
  154. mcarea \Max\Email $
  155. mcarea \Max\Msg\Net $
  156.  
  157.