home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / mg111d.zip / sample.cfg < prev   
Text File  |  1996-05-16  |  7KB  |  171 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. # these lines let you specify as many domains, users, and areas
  45. # as you want. This is for inbound mail.
  46. Accept support@proven.com c:\Max\Support $
  47. Accept proven.com c:\Max\Proven $
  48. Accept * c:\Max\Email $
  49.  
  50. # these lines let you tell MailGate which areas to scan for
  51. # outbound mail, and which domains to associate with each
  52. # area.
  53. Scan proven.com c:\Max\Support $
  54. Scan proven.com c:\Max\Proven $
  55. Scan sbase.com c:\Max\Sbase $
  56.  
  57. # this line specifies the directory path where you want inbound
  58. # binary files placed. If MailGate finds a UUencoded binary, it
  59. # wil decode the file and place it here.
  60. FileAttachArea=c:\Max\File\Uncheck
  61.  
  62. # if you use Maximus 2.0 BBS and want to search the USER.BBS for
  63. # names and aliases, uncomment this line. it does NOT include
  64. # the filename, only the path
  65. Max2UserBBS=c:\Max
  66.  
  67. # if you dont want to use aliases from the USER.BBS, uncomment
  68. # this line
  69. #UseBBSAlias=No
  70.  
  71. # this is the path to your tcpip aliases file
  72. # this one INCLUDES the filename
  73. # NOT implemented in this release
  74. # AliasFile=c:\tcpip\etc\aliases
  75.  
  76. # this is the path to MailGate's user file. The file must be
  77. # created prior to using MailGate. See the documentation for more.
  78. UserFile=c:\Max\
  79.  
  80. # if you toss messages for unknown users, this is where MailGate
  81. # will put them. The TossBadMsgs switch must be set before
  82. # MailGate will toss them.
  83. BadArea=c:\Max\Msg\Bad
  84.  
  85. # you have two options here:
  86. #   Send=Pipe
  87. #   Send=Queue
  88. # if you specify Send=Pipe (default), MailGate will call SENDMAIL
  89. # directly as Ultimail does, to send each message.
  90. # if you specify Send=Queue, MailGate will enqueue messages and
  91. # let SENDMAIL send them itself whenever it checks the queue.
  92. # if SENDMAIL and its directories are on another machine on
  93. # the network, you MUST specify this option.
  94. Send=Queue
  95.  
  96. # there are 3 ways to handle bad messages or messages to users
  97. # unknown to your system:
  98. # 1) you can have MailGate toss them to your BAD_MSG area
  99. # 2) you can have MailGate bounce them back to the senders
  100. # 3) you can have MailGate just skip them and leave them in
  101. #    SENDMAIL's inbox
  102.  
  103. # Comment this line out if you don't want MailGate to toss unknown
  104. # or bad messages to your BAD_MSG message area.
  105. #TossBadMsgs
  106.  
  107. # Comment this line out if you don't want MailGate to return
  108. # bad or unknown user messages to senders.
  109. BounceBadMsgs
  110.  
  111. # incoming email has headers that are classified as A-headers and
  112. # B-headers. A-headers include From:, To:, Full-Name:, and Return-Path:.
  113. # B-headers include all other info in the header part of the message.
  114. # MailGate ALWAYS stores A-Header info in the 'Hidden' area of the
  115. # message (known as Kludge-Lines). If you want to see this info
  116. # in your message, comment out this next line
  117. #KeepAHeaders
  118.  
  119. #if you just want to leave the A-header info hidden, use this line:
  120. HideAHeaders
  121.  
  122. # MailGate does not usually keep B-Header information. You have 3
  123. # choices: you can keep it in the message body where you can see it
  124. #          you can keep it, but hidden
  125. #          you can skip it, so that it is ignored
  126. # uncomment the line that will best suit you.
  127. #KeepBHeaders
  128. HideBHeaders
  129. #SkipBHeaders
  130.  
  131. # Well-written Fido message editors do not place carriage returns at
  132. # the end of lines, allowing the text to flow evenly across other
  133. # editors that might read messages they produce. In the Email world,
  134. # however, text is expected to appear as if it were typed. By default
  135. # MailGate wraps words to the next line if the line exceeds 70 characters.
  136. # You can set this parameter for anything from 40 to 80 columns.
  137. TextWidth=70
  138.  
  139. # We recommend you keep email in a Local message area. If you use an
  140. # EchoMail area, the Fidonet system will place Path and Seen-by kludges
  141. # at the end of messages, after the tear-line. If you use an EchoMail
  142. # area and want to keep these lines from being scanned out into
  143. # internet mail, uncomment either or both of these next 2 lines:
  144. #NoOutboundKludges
  145. #NoOutboundSeenbys
  146.  
  147. # If you specify UseTime, MailGate will keep a log of when it imports
  148. # mail. When you check for new pending mail, it will not look at any
  149. # mail that is older than this time, in other words, it will only report
  150. # mail that has arrived since the last time you looked.
  151. UseTime
  152.  
  153. # If you specify NoLocalFlag, MailGate will not set the local flag
  154. # on incoming messages it tosses. Default is to set the local flag.
  155. #NoLocalFlag
  156.  
  157. # These lines are for the extra utility MCheck, which checks areas
  158. # for mail that has been received and not read. MCheck will look
  159. # for unread mail for all users specified with lines starting with
  160. # mcname, in all areas specified in lines starting with mcarea.
  161. # Note that names are enclosed in quotes and Squish areas are
  162. # flagged with a $.
  163. mcname "Dave Hamilton"
  164. mcname "daveh@proven.com"
  165. mcname "daveh"
  166. mcname "sysop"
  167. mcarea \Max\Email $
  168. mcarea \Max\Msg\Net $
  169.  
  170.