home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / msgpst32.zip / mpost.cfg next >
Text File  |  1995-03-02  |  5KB  |  135 lines

  1. %
  2. % MsgPost/2 Version 1.10 Dec 1992 -- Configuration File
  3. %
  4. % Valid comment characters are '%' and ';'. Note that ALL configuration
  5. % commands contained within this file are also valid if entered at the
  6. % top of the source text file. In that case, they will override entries
  7. % in this configuration file. All configuration verbs are case insensitive.
  8. %
  9.  
  10.         % Address: [Zone:]Net/Node[.Point][@Domain]
  11.         % The 'Address:' command tells MsgPost your system network
  12.         % address. This is required for all MsgPost functions. The
  13.         % created message origin address defaults to this system
  14.         % address. Use the -O command line option to override with a
  15.         % different origin address, for multi-network operation, etc.
  16.         % Full 5D addressing is supported. 3:690/613 3:690/613.13, and
  17.         % 3:690/613.13@fidonet are all valid entries.
  18.  
  19.         Address:        2:292/608.18
  20.  
  21.  
  22.         % Origin: <Your system echomail identification>
  23.         % Echomail origin line. This is not required or used for netmail
  24.         % or local messages. For echomail format (the default output
  25.         % method), MsgPost uses the configuration origin entry from
  26.         % either this configuration file, or from the optional
  27.         % configuration allowed at the top of the source text file. If
  28.         % neither of these is found, MsgPost attempts to locate the
  29.         % Origin file from the message area. For *.Msg areas, this file
  30.         % is called 'ORIGIN.' in the message directory. For Squish
  31.         % format areas, the name is 'BASENAME.SQO', where 'BASENAME' is
  32.         % the name of the Squish message base. If the file is not found,
  33.         % a default Origin entry is used.
  34.  
  35.         Origin:         Welplin's Lair * +32-16-237235 * 23:00-03:00
  36.  
  37.  
  38.         % Area: <Message area path & name>
  39.         % Message area path. Indicate a Squish format area by use a
  40.         % leading '$'character. This is the path, and for Squish areas
  41.         % the name of the message base, into which MsgPost will write
  42.         % the generated messages. Only one entry or area is supported.
  43.  
  44.         % Area:         d:\msg\net
  45.         Area:         $f:\msgbase\test
  46.  
  47.  
  48.         % Netmail: [Zone:]Net/Node[.Point][@Domain]
  49.         % The 'Netmail:' option tells MsgPost to create the generated
  50.         % message(s) in Netmail format, and specifies the destination
  51.         % address. 5d addresses are supported.
  52.  
  53.         Netmail:      3:632/348
  54.  
  55.  
  56.         % MsgType: <Echomail | Conference | Local | Matrix>
  57.         % 'MsgType: <Type>' specifies the type of message to create.
  58.         % Available types are Echomail, Conference, Local, and Matrix.
  59.         % Echomail is the default type when nothing is specified. The
  60.         % Conference type is similar to Echomail, but uses a PID kludge
  61.         % line and no tear or Origin line in the generated message.
  62.         % Local messages are also similar to Echomail, without the
  63.         % Origin and SeenBy lines or PID kludge line. Matrix is the netmail
  64.         % format, also activated by providing a netmail destination
  65.         % address, via either the 'Netmail:' configuration verb or the
  66.         % -N command line option.
  67.  
  68.         % MsgType:      Echomail
  69.         % MsgType:      Conference
  70.         %  MsgType:      Local
  71.         MsgType:      Matrix
  72.  
  73.  
  74.         % To: <Some Name>
  75.         % The 'To:' command gives MsgPost the To: field for the
  76.         % generated message(s). This command is not required, the default
  77.         % is to "All". For List mode this field is ignored.
  78.  
  79.         To:             All
  80.  
  81.  
  82.         % From: <Your Name>
  83.         % The 'From:' option indicated the message(s) From: field. Also
  84.         % not required, the default being "MsgPost v1.05".
  85.  
  86.         From:           MsgPost
  87.  
  88.  
  89.         % Subj: <Your Subject>
  90.         % 'Subj:' is the option that tells MsgPost the generated
  91.         % message(s) subject line. Not required, the default is
  92.         % "Automated Posting".
  93.  
  94.         Subj:           Automated Posting
  95.  
  96.  
  97.         % Attr: <c|f|h|d|k|p|r|u|l>
  98.         % The 'Attr:' option enables setting of most of the generated
  99.         % message(s) attributes. These include c,f,h,d,k,p,r,u, and l.
  100.         % See the Document file for details.
  101.  
  102.         Attr:         p
  103.  
  104.  
  105.         % FakeNet: <###>
  106.         % The 'FakeNet:' option specifies the fakenet for point systems.
  107.         % Normally not a requirement for 4D points, this may reduce
  108.         % problems with MsgPost's default SEENBY addition. See also the
  109.         % 'NoSeenBy:' configuration option.
  110.  
  111.         % FakeNet:      6130
  112.  
  113.  
  114.         % NoSeenBy:
  115.         % The 'NoSeenBy:' command turns off the addition of a SEENBY
  116.         % line listing the message origin address, for Echomail messages.
  117.  
  118.         % NoSeenBy:
  119.  
  120.  
  121.         % Split: <###>
  122.         % Same as the -S command line option, 'Split: <###>' sets the
  123.         % maximum message size in Kilobytes for message splitting. Range
  124.         % is from 0 to 16. Using a value of zero turns off splitting, in
  125.         % which case MsgPost loads up to 16Kb from the input text file,
  126.         % ignoring any extra text from the file. The default split
  127.         % maximum is 12Kb, a value which is probably safe with most
  128.         % today's existing mail processers. Recommended setting is 8Kb,
  129.         % producing split messages to 8Kb in size each.
  130.  
  131.         Split: 8
  132.  
  133. %  End of configuration file
  134.  
  135.