home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR4 / XMAIL100.ZIP / COMPLETE.CFG < prev    next >
Text File  |  1993-12-07  |  24KB  |  653 lines

  1. ;***************************************************************************
  2. ; xMail 1.00 Sample Configfile XMAIL.CFG
  3. ; This config file includes all possible config statements you can use
  4. ; with xMail. You may not need all them but please read this file to be
  5. ; able to see what powerful features xMail offers.
  6. ; For better performance you may remove the comment lines.
  7. ;***************************************************************************
  8.  
  9. ;***************************************************************************
  10. ; SYSOP
  11. ; The Name of the Sysop. This name must be exactly the name your
  12. ; registration key has been created for !!!
  13.  
  14.   Sysop         Roger Kirchhoff
  15.  
  16. ;***************************************************************************
  17. ; FILES
  18. ; The directory where incoming files are located, usually your
  19. ; mailer's inbound directory.
  20. ;
  21. ; Attention ! Very important !
  22. ; This directory and the directories for the INPACKET, OUTPACKET,
  23. ; OUTBOUND, NETOUTBOUND, MAILERPATH, MESSAGEBASE and NETMAIL
  24. ; parameters MAY NOT BE THE SAME (!!!) and may not be used by other
  25. ; programs !!! You have to declare seperate directories for all of
  26. ; them, otherwise you will have some very strange results...
  27.  
  28.   Files         E:\FILES
  29.  
  30. ;***************************************************************************
  31. ; SECUREINBOUND
  32. ; Defines a directory from which xMail imports every mail packet
  33. ; without any security check. Use this if your mailer supports a
  34. ; secure inbound directory.
  35.  
  36. ; SecureInbound E:\SECURE
  37.  
  38. ;***************************************************************************
  39. ; INPACKET
  40. ; The directory where xMail can temporarely store your inbound
  41. ; mail packets.
  42. ;
  43.  
  44.   InPacket      E:\XM\INP
  45.  
  46. ;***************************************************************************
  47. ; OUTPACKET
  48. ; The directory where xMail can temporarely store your outbound
  49. ; mail packets. You can speed up xMail if you let this point to
  50. ; a RAM disk!
  51.  
  52.   OutPacket     E:\XM\OUTP
  53.  
  54. ;***************************************************************************
  55. ; OUTBOUND
  56. ; The directoy where xMail will store outgoing echomail
  57. ; arcmail packets.
  58.  
  59.   Outbound      E:\XM\OUTBOUND
  60.  
  61. ; For Binkley the zone outbound directories are created
  62. ; automatically by xMail in the form
  63. ; E:\XM\OUTBOUND.xxx (001, 002 etc; Zone nr. in hex)
  64. ; in the subdirectory E:\XM (in this example).
  65.  
  66. ;***************************************************************************
  67. ; FTSCOUTBOUND
  68. ; The directoy where xMail will store outgoing FTSC comp. echomail
  69. ; arcmail packets (if you use 'Use FTSC packet names').
  70.  
  71.   FtscOutbound E:\XM\FTSCOUTB
  72.  
  73. ;***************************************************************************
  74. ; NETOUTBOUND
  75. ; The directory where xMail stores packed netmail if you use the
  76. ; PACK option (FrontDoor only).
  77.  
  78.   NetOutbound   E:\XM\NETOUT
  79.  
  80. ;***************************************************************************
  81. ; MESSAGEBASE
  82. ; Path to your QBBS style message files.
  83.  
  84.   MessageBase   E:\RA\MSGBASE
  85.  
  86. ;***************************************************************************
  87. ; MSGBASE
  88. ; Defines where new *.MSG areas are created
  89.  
  90.   MsgBase   E:\MAIL
  91.  
  92. ;***************************************************************************
  93. ; SQUISHBASE
  94. ; SquishBase defines where new squish areas are created.
  95.  
  96. ; SquishBase    E:\XM\SQUISH
  97.  
  98. ;***************************************************************************
  99. ; JAMBASE
  100. ; JamBase defines where new JAM areas are created.
  101.  
  102. ; SquishBase    E:\XM\SQUISH
  103.  
  104. ;***************************************************************************
  105. ; NETMAIL
  106. ; Your *.MSG style netmail directory.
  107.  
  108.   Netmail       E:\MAIL
  109.  
  110. ;***************************************************************************
  111. ; KILLNETMAIL
  112. ; If 'ON', xMail will delete imported netmails after import to
  113. ; the messagebase
  114.  
  115.   KillNetmail   OFF
  116.  
  117.  
  118. ;***************************************************************************
  119. ; MAILER
  120. ; This can be FRONTDOOR, BINKLEY or DBridge.
  121.  
  122.   Mailer        FRONTDOOR
  123.  
  124. ;***************************************************************************
  125. ; MAILERPATH
  126. ; Your mailer directory.
  127.  
  128.   MailerPath    E:\FD
  129.  
  130. ;***************************************************************************
  131. ; NODEADR
  132. ; Your 4-D node address
  133.  
  134.   NodeAdr       2:245/4.0
  135.  
  136. ;***************************************************************************
  137. ; AKA
  138. ; You can define an unlimited number of AKA adresses !
  139. ; It is NOT neccessary to define your pointnet as an AKA.
  140. ; If you don't want your AKA to be added to the SEEN-BY line just
  141. ; add a '#' before the address.
  142.  
  143.   Aka           21:100/59
  144.   Aka           66:490/0
  145. ; Aka           #2:245/5
  146.  
  147. ;***************************************************************************
  148. ; POINTNET
  149. ; If you have points that cannot handle 4-D adressing PointNet is
  150. ; your fakenet address.
  151.  
  152.   PointNet      25004
  153.  
  154.  
  155. ;***************************************************************************
  156. ; DELETEFILE ON
  157. ; ON/OFF     If ON xMail will delete incoming packets after Import,
  158. ; otherwise they will be marked with a '~' in the file extension.
  159.  
  160.   DeleteFile    OFF
  161.  
  162. ;***************************************************************************
  163. ; LOGFILE
  164. ; Path and Name of xMail's main logfile.
  165.  
  166.   Logfile       E:\XM\XMAIL.LOG
  167.  
  168. ;***************************************************************************
  169. ; AREAFIXLOG
  170. ; Logfile for Areafix requests
  171.  
  172.   AreafixLog    E:\FD\XMAIL.LOG
  173.  
  174.  
  175. ;***************************************************************************
  176. ; STATLOG
  177. ; Logfile for statistical information about the number of mails that
  178. ; flow through your system.
  179.  
  180.   StatLog       E:\FD\XMAIL.LOG
  181.  
  182. ;***************************************************************************
  183. ; AREAFIXNAME
  184. ; You may define new names for Areafix and Filefix. Both will process
  185. ; every message which is addressed to one of these names.
  186.  
  187.   AreafixName AREAFIX,AREAMGR,ECHOMGR,SQAFIX,POINTMGR,ECHOFIX
  188.  
  189.  
  190. ;***************************************************************************
  191. ; EXTERNNAME
  192. ; xMail usually sets the 'received' bit on every received netmail.
  193. ; Some external utilities require the 'received' bit NOT to be set, so
  194. ; you can define an unlimited number of 'EXTERNNAME'. If xMail finds
  195. ; a netmail addressed to one of these names it will NOT set the
  196. ; 'received' bit _and_ will not import the netmail to the base.
  197.  
  198.   ExternName    RAID
  199.   ExternName    Allfix
  200.   ExternName    Whatever You Want
  201.  
  202. ;***************************************************************************
  203. ; ORIGIN
  204. ; Default Origin line for new echos created by xMail.
  205.  
  206.   Origin  Mister Musiker - Home of xMail
  207.  
  208. ;***************************************************************************
  209. ; BADMESSAGE
  210. ; The name of the area, where xMail puts bad messages.
  211.  
  212.   BadMessage    BAD_MSGS
  213.  
  214. ;***************************************************************************
  215. ; DUPEMESSAGE
  216. ; The name of the area, where xMail puts double messages.
  217.  
  218.   DupeMessage   DUPES
  219.  
  220. ;***************************************************************************
  221. ; ILLEGALMESSAGE
  222. ; The name of the area, where xMail puts illegally imported messages.
  223.  
  224.   IllegalMessage ILLEGAL
  225.  
  226. ;***************************************************************************
  227. ; DUPECOUNT
  228. ; The number of duplicate messages info that xMail stores.
  229. ; Maximum is 100.000
  230.  
  231.   DupeCount 100000
  232.  
  233. ;***************************************************************************
  234. ; NEWMESSAGE
  235. ; If you receive an echomail in an unknown area, xMail creates
  236. ; this echo (only if the sending node is qualified for this).
  237. ; Optionally xMail writes the incoming echomail to the
  238. ; 'NEWMESSAGE' area, which will have 'Newmail' as mailtype
  239. ; definition.
  240.  
  241.   NewMessage NEW
  242.  
  243. ;***************************************************************************
  244. ; DEFAULTLEVEL
  245. ; For the new echos you can define defaults for the read and write security
  246. ; and for the conference new echos will have.
  247.  
  248.   DefaultLevel 50 150 0
  249.  
  250. ;***************************************************************************
  251. ; ADDAREA
  252. ; New Echomail areas will be created in the first free area from
  253. ; ADDAREA on. Example: 'AddArea 1' will create a new echo in the first
  254. ; free area available, 'AddArea 201' in the first available passthru
  255. ; area. You can also define in which type of messagebase new echos will
  256. ; be created. Use the AddArea statement as follows:
  257. ;
  258. ;    AddArea 100 Hudson              Create in Hudson base
  259. ;                Msg                 Create as *.MSG area
  260. ;                Squish              Create as Squish base
  261. ;
  262. ; Default is create as passthru area.
  263. ; The directoryname (*.MSG) and the name of the squish base files will
  264. ; be automatically generated from the echoname. If a filename for a
  265. ; squish area already exists RA-Echo creates a new filename.
  266.  
  267.   AddArea 1 Hudson
  268.  
  269. ;***************************************************************************
  270. ; ADDREQAREA
  271. ; Where downlink requested echos will be installed
  272.  
  273.   AddReqArea 201
  274.  
  275. ;***************************************************************************
  276. ; ADDCMD
  277. ; When xMail creates a new echo you can automatically call a program
  278. ; or batch. Define the commandline with this keyword.
  279. ; xMail passes the name of the new echo as command line parameter 1.
  280.  
  281. ; AddCmd E:\RA\NEWECHO.BAT
  282.  
  283. ;***************************************************************************
  284. ; FORWARD
  285. ; With the keyword FORWARD netmail may be forwarded
  286. ; (a copy of the netmail is generated) or readdressed. Please read
  287. ; the docs for further information.
  288.  
  289.   Forward "Roger Kirchhoff" ON 2:245/4 TO "Stefan Graf" ON 2:245/4.6
  290. ;                           |........| this is optional
  291. ; This is a setting I use on my BBS. Every netmail to me will be forwarded
  292. ; to Stefan.
  293.  
  294.   Forward "Stefan Graf" ON 2:245/4.6 TO "Roger Kirchhoff" ON 2:245/4
  295.  
  296. ; FORWARD #"Roger Kirchhoff" ON 2:245/4 TO "Stefan Graf" ON 2:245/4.6
  297. ; With a leading '#' the forwarded message will be deleted.
  298. ; This is in fact readdressing. The original netmail will be deleted
  299. ; after forwarding it.
  300.  
  301. ;***************************************************************************
  302. ; PRIVATEUSER
  303. ; Many users requested this:
  304. ; Messages to defined name can be forwarded to an own message area, no
  305. ; matter if it's a netmail or echomail message. A mark will be inserted
  306. ; into that message that shows from what echo the message comes. Netmail
  307. ; will be marked too. If you answer any of these messages in the private
  308. ; area you have to quote this mark and xMail will know to what area it
  309. ; has to export the message. The quote characters at the begin of the
  310. ; tag line will be ignored by xMail, but the tag itself may not be changed.
  311. ; You can define multiple private mail areas in XMAIL.CFG:
  312. ;
  313. ; PRIVATEUSER <Name> <AreaName>
  314. ;
  315. ; Examples:
  316. ;
  317. ; PRIVATEUSER "Stefan Graf" PRIVATE
  318. ;
  319. ; PRIVATEUSER "Roger Kirchhoff"  *MYMAIL
  320. ;
  321. ; If you add a '*' in front of the area name in PRIVATEUSER definition
  322. ; the original mail will not be set to 'received'.
  323.  
  324. ; PrivateUser "Roger Kirchhoff" SYSOPMAIL
  325.  
  326. ;***************************************************************************
  327. ; SYSOPALERTTEXT
  328. ; xMail will inform you with a netmail that a new echo has been
  329. ; received. You can define a textfile with the content of this message
  330. ; if you use the '@' tag or just define a short text here.
  331.  
  332.   SysopAlertText @E:\XM\TXT\NEWECHO.TXT
  333.  
  334. ;***************************************************************************
  335. ; ALERTMESSAGE
  336. ; You can inform your users or Points that a new echo area has been
  337. ; received. Simply let xMail post a message on a local Board or even
  338. ; in an echomail area. This is the board where xMail will do this.
  339.  
  340.   AlertMessage HUB.245
  341.  
  342. ;***************************************************************************
  343. ; ECHOALERTTEXT
  344. ; This is the text with which you want to inform them.
  345.  
  346. ; EchoAlertText Mister Musiker has received the new area &Z from &N on &A.
  347. ; .... or:
  348.  
  349.   EchoAlertText @E:\XM\TXT\ECHOALRT.TXT
  350.  
  351. ;***************************************************************************
  352. ; ECHOQUERYTEXT
  353. ; xMail's Areafix Query answer text
  354.  
  355.   EchoQueryText @E:\XM\TXT\QUERY.TXT
  356.  
  357. ;***************************************************************************
  358. ; ECHOLISTTEXT
  359. ; Echolist header text the user gets from areafix in a %LIST message
  360.  
  361.   EchoListText @E:\XM\TXT\ECHOLIST.TXT
  362.  
  363. ;***************************************************************************
  364. ; ECHONOTIFYTEXT
  365. ; Areafix notify text
  366.  
  367.   EchoNotifyText @E:\XM\TXT\NOTIFY.TXT
  368.  
  369. ;***************************************************************************
  370. ; PAYECHOQUERYTEXT
  371. ; xMail's Areafix Query answer text for pay users
  372.  
  373.   PayEchoQueryText @E:\XM\TXT\PAYQUERY.TXT
  374.  
  375. ;***************************************************************************
  376. ; PAYECHOLISTTEXT
  377. ; xMail's Areafix List answer text for pay users
  378.  
  379.   PayEchoListText @E:\XM\TXT\PAYELIST.TXT
  380.  
  381. ;***************************************************************************
  382. ; PAYECHONOTIFYTEXT
  383. ; Areafix notify text for pay users
  384.  
  385.   PayEchoNotifyText @E:\XM\TXT\PAYNOTIF.TXT
  386.  
  387. ;***************************************************************************
  388. ; ECHOCANCELTEXT
  389. ; The text xMail sends to nodes that were connected to an echo which
  390. ; was removed by the sysop with CLEANUP or DELETEAREA.
  391.  
  392.   EchoCancleText  Area &Z was removed by Sysop
  393.  
  394. ;***************************************************************************
  395. ; REQFAILTEXT
  396. ; If an ordered echo could not be received from an uplink the user will
  397. ; get informed about this. This is the message he will get when you run
  398. ; xMail CHECKSYSTEM.
  399.  
  400.   ReqFailText @E:\XM\TXT\REQFAIL.TXT
  401.  
  402. ;***************************************************************************
  403. ; UPLINK
  404. ; xMail's Areafix can forward echo area requests of downlinks
  405. ; to your uplink. See xMail.DOC for details.
  406. ;
  407. ; UPLINK <adr>   <arealiste> <requestname> <passwort> <level>
  408.  
  409.   UPLINK 2:245/31 E:\XM\LISTS\22450031.TXT Areafix MY_PASSW 10
  410.   UPLINK 2:245/60 +E:\XM\LISTS\22450060.TXT Areafix GRUMPF 10
  411.  
  412. ; As it is impossible to recognize all different query formats of
  413. ; all echomail processors xMail will only create the area list
  414. ; file if the query message comes from xMail, Tosscan or the
  415. ; original Areafix.
  416. ;
  417. ; For all other Uplinks you can define a static list which could be
  418. ; the echolist of your network.
  419. ; IF you want xMail to create the echolist you must add a '+' before
  420. ; the filename of the list.
  421. ;
  422. ; Examples:
  423. ;
  424. ;        UpLink  2:245/31 +24500406.LST Areafix PASSWORD 100
  425. ;        The list will be created.
  426. ;
  427. ;        UpLink  2:245/1   245004.LST   Areafix DUMMY    100
  428. ;        The list will not be created.
  429.  
  430. ;***************************************************************************
  431. ; FORCEREQ
  432. ; If xMail gets an echo request from a downlink and cannot find the
  433. ; echo in any of your uplinks' echo lists the echo will usually not be
  434. ; ordered. You can force xMail to order the requested echo no matter
  435. ; if it could be found in one of the uplink echo lists. The node must
  436. ; also have the level you define here to let xMail do this.
  437.  
  438.   ForceReq 100
  439.  
  440. ;***************************************************************************
  441. ; QUERYSUBJECT
  442. ; Allows you to define up to 10 subjects to let xMail know that a message
  443. ; is actually a query message from an uplink and the echo list for this
  444. ; uplink has to be created from this message.
  445. ; xMail also looks for parts of what you define here in the query message.
  446. ; Notice: The query mail MUST have one of the names you defined in the
  447. ; AREAFIXNAME statement as the name of the sender. Otherwise xMail will
  448. ; not recognize that the message comes from another Areafix.
  449.  
  450.   QuerySubject Query
  451.   QuerySubject Report
  452.  
  453. ;***************************************************************************
  454. ; MAXMSGSIZE
  455. ; Maximum size a message may have to get imported by xMail
  456. ; min. 1024, max. 65000 Bytes
  457.  
  458.   MaxMsgSize 64000
  459.  
  460. ;***************************************************************************
  461. ; MAXMSGAGE + OLDMESSAGE
  462. ; On IMPORT xMail can check if a received message is too old
  463. ; (MaxMsgAge <days>). If the message is older it will not be imported
  464. ; and may optionally be stored in a message area.
  465. ; Keyword OldMessage defines where old messages are imported (same
  466. ; like IllegalMessage etc. you can define an areaname or path):
  467. ; OldMessage OLD_MSGS  or  OldMessage E:\MSGS\OLD
  468.  
  469. ; MaxMsgAge 30
  470. ; OldMessage OLD
  471.  
  472. ;***************************************************************************
  473. ; MAXEXPORTSIZE
  474. ; Maximum size a message may have to be exported.
  475. ; min. 1024, max. 65000 Bytes
  476. ; If a message > MaxExportSize is generated on your system, it will not
  477. ; be exported but copied to you BadMessage area.
  478.  
  479.   MaxExportSize 64000
  480.  
  481. ;***************************************************************************
  482. ; BASELIMIT
  483. ; Defines maximum size of hudson base
  484. ; BaseLimit <text_size> <max_msg_nr>
  485. ; text_size  : Max. size of MSGTXT.BBS in kBytes
  486. ; max_msg_nr : Max. allowed message number
  487. ; Default: 15000 kByte Text and 15000 messages
  488.  
  489.   BaseLimit 15000 15000
  490.  
  491. ;***************************************************************************
  492. ; MINIMPFREE
  493. ; Minimum disk space (kB) that must be available on the destination
  494. ; drive to let xMail unpack incoming Arcmail packets.
  495.  
  496.   MinImpFree 500
  497.  
  498. ;***************************************************************************
  499. ; MINEXPFREE
  500. ; The minimum diskspace that must be available on the destination
  501. ; drive for packing arcmail packets (in kBytes)
  502.  
  503.   MinExpFree 200
  504.  
  505.  
  506. ;***************************************************************************
  507. ; SWAPDRIVE
  508. ; The drive or directory where xMail will put its swap files when
  509. ; external programs like packers etc. are called.
  510.  
  511.   SwapDrive     E:\XM
  512.  
  513. ;***************************************************************************
  514. ; SWAPEMS ON/OFF
  515. ; You can also tell xMail to swap to EMS.
  516.  
  517.   SwapEms ON
  518.  
  519. ;***************************************************************************
  520. ; POINTSYSTEM ON/OFF
  521. ; If 'PointSystem' is on xMail will NOT export while importing.
  522. ; NEVER use this if you have any downlinks!
  523.  
  524.   PointSystem OFF
  525.  
  526. ;***************************************************************************
  527. ; DBRIDGEPOINT ON/OFF
  528. ; If you are a Point system and your boss uses D'Bridge you have to
  529. ; use this keyword. If ON the pointnumber will be put into the path
  530. ; line as D'Bridge expects.
  531.  
  532.   DbridgePoint OFF
  533.  
  534. ;***************************************************************************
  535. ; ORIGINREPLACE ON/OFF
  536. ; If ON xMail will replace every origin line with the origin line
  537. ; that you defined in XMSETUP for that echo.
  538.  
  539.   OriginReplace ON
  540.  
  541. ;***************************************************************************
  542. ; TEARLINE
  543. ; The tearline xMail adds to every exported mail. If you comment this
  544. ; out xMail will leave the tearline untouched. Beta und unregistered
  545. ; versions have a non-changeable default tearline.
  546.  
  547.   TearLine xMail 1.00/Pro
  548.  
  549. ;***************************************************************************
  550. ; ZONEGATE ON/OFF
  551. ; ZoneGate ON strips your Path and Seen-By lines and inserts a
  552. ; ZPTH Kludge when a message changes to another zone. Should
  553. ; always be ON.
  554.  
  555.   ZoneGate ON
  556.  
  557. ;***************************************************************************
  558. ; AREACONF
  559. ; xMail can handle multiple Netmail areas. Usually a netmail
  560. ; will be imported to the netmail area with the address the
  561. ; netmail is addressed to. If you want to setup netmail areas
  562. ; for special nodenumbers you can do this with area conferences.
  563.  
  564.  
  565.   AREACONF  2:245/4  .99 777:2/0 21:100/59 66:490/0 666 493/0 1
  566. ; AREACONF  2:245/4  22:100/59
  567.  
  568. ;***************************************************************************
  569. ; LHARC, PKZIP, ZOO, ARJ, PAK, LHA, PKARC,
  570. ; USERARC 1, USERARC 2, USERARC 3, USERARC 4, USERARC
  571. ;
  572. ; This is something very special. It allows you call any packer with
  573. ; any parameters. And it also allows you to define up to six NEW packers
  574. ; that now that xMail is going to be release might not even exist.
  575. ; Remember, YOU DON'T HAVE TO CHANGE these settings and you may leave
  576. ; these lines commented out unless you want to change the default
  577. ; packer parameters or add a new packer!
  578. ;
  579. ;    LHA = 2,-lh5-
  580. ;    LHA - LHA a -m %1 %2
  581. ;    LHA + LHA e -c %1 %2 *.PKT
  582. ;
  583. ;    Define a packer. '2' is the offset from the beginning of a
  584. ;    packed file where xMail can find the packer's 'mark'.
  585. ;    '-lh5-' is the packer's mark with which xMail can recognize
  586. ;    that the packet is packed with LHA.
  587. ;
  588. ;    '-' are the unpack parameters. '%1' is the name of the
  589. ;    archive file, '%2' the name of the file that has to be
  590. ;    added. '+' are the unpack parameters.
  591. ;
  592. ; These are the default settings for LHA, so you don't have to include
  593. ; this. But you can define any new packer too, please take a look
  594. ; at this:
  595.  
  596. ;    UserArc   1  = 0,DS #80 #64
  597. ;    UserArc   1  + DSPACK a -o -e %1 %2
  598. ;    UserArc   1  - DSUNPACK -o -m -v -y %1 %2 *.PKT
  599.  
  600. ; Now, here is a list of the default settings for all packers.
  601.  
  602. ;
  603. ;   Packer    Extract                    Add                 Offset, Mark
  604. ;   ====================================================================
  605. ;   LHARC     LHARC e -c %1 %2 *.PKT     LHARC a -m %1 %2    2,-lh1-
  606. ;   LHA       LHA e -c %1 %2 *.PKT       LHA a -m %1 %2      2,-lh5-
  607. ;   PKZIP     PKUNZIP -o %1 %2 *.PKT     PKZIP %1 %2         0,PK
  608. ;   PAK       PAK e %1 %2 *.PKT          PAK a %1 %2         0,#26,#8
  609. ;   ZOO       ZOO -e %1 %2 *.PKT         ZOO -a %1 %2        0,ZOO
  610. ;   ARJ       ARJ e %1 %2 *.PKT          ARJ a %1 %2         0,#96 #234
  611. ;   PKARC     PKXARC %1 %2 *.PKT         PKARC a %1 %2
  612. ;
  613. ; If you want to change PKZIP it could be like this:
  614. ;
  615. ;
  616. ; PKZIP = 0,PK                     <-- Declare PKZIP's mark
  617. ; PKZIP + PKZIP -m %1 %2           <-- How to Zip
  618. ; PKZIP - PKUNZIP -o %1 %2 *.PKT   <-- and how to Unzip
  619. ;
  620. ; YOU DON'T HAVE TO DECLARE A PACKER UNLESS YOU WANT TO CHANGE THE
  621. ; PARAMETERS OR DECLARE A NEW UNKNOWN PACKER!
  622. ;
  623.  
  624. ;***************************************************************************
  625. ; ZEROMSGCLEAR ON/OFF
  626. ; Messages with zero length will be deleted. This will be documented
  627. ; in the logfile. You can use this to delete fileattach messages on
  628. ; Binkley systems.
  629.  
  630.   ZeroMsgClear Off
  631.  
  632. ;***************************************************************************
  633. ; USEINTL ON/OFF
  634. ; All netmail can be created with a INTL line even if this seems not to be
  635. ; neccessary
  636.  
  637.   UseIntl OFF
  638.  
  639. ;***************************************************************************
  640. ; LOCKCOUNT
  641. ; Number of messages that xMail will import before unlocking the base
  642. ; temporarely. Valid entry from 1 to 255.
  643. ; ATTENTION! This is indeed the most important factor for processing
  644. ; speed of xMail, as locking/unlocking always takes some time.
  645. ; I highly recommend to leave this at the default setting 10.
  646.  
  647. ; LockCount 10
  648.  
  649. ;***************************************************************************
  650. ; END of xMail.CFG
  651. ;***************************************************************************
  652.  
  653.