home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / maredos2.zip / MAILRED.TXT < prev    next >
Text File  |  1996-11-06  |  33KB  |  853 lines

  1.  
  2.             DataEnter, Michael Kocum
  3.             Taborstrasse 27/23
  4.             A-1020 Vienna
  5.             AUSTRIA
  6.  
  7.         CIS: 70143,1667
  8.         MHS: MICHAEL @ DEMK (via CSERVE)
  9.    Internet: michael@demk.co.at
  10.         Fax: +43/1/2143829
  11.  
  12.  
  13.  
  14.  
  15.  
  16. Introduction to MailRed for MSMail
  17. ----------------------------------
  18.  
  19. MailRed redirects messages from a mailbox to another address
  20. and/or sends absent notifications (out-of-office messages).
  21.  
  22. MailRed preserves the sender's address and is fully message driven.
  23.  
  24. Once installed users can start and stop redirection by simply sending
  25. messages with commands to MailRed.
  26.  
  27. Also included is a Windows Client (MRClient.EXE) which is a simple point
  28. and click interface to MailRed.
  29.  
  30. MailRed is avilable in English, German and French for
  31. DOS, OS/2, Windows 95 and Windows NT.
  32.  
  33.  
  34.  
  35. Some suggestions as to what you can do:
  36.  
  37.  - Send an absent notification so that everyone knows you are out of
  38.    office
  39.  
  40.  - Redirect mail from the Admin mailbox to a real user
  41.  
  42.  - Redirect mail for an out-of-office user to another person
  43.  
  44.  - Redirect mail from a virtual mailbox like "Sales" or "Support" to
  45.    a real person
  46.  
  47.  - Redirect mail for a user to his/her Compuserve account
  48.    (Gateway required)
  49.  
  50.  - Redirect mail for a user to the Internet
  51.    (Gateway required)
  52.  
  53.  - Redirect mail for a user to a fax machine
  54.    (FAX Gateway required)
  55.  
  56.  
  57.  
  58. System Requirements
  59. -------------------
  60.  
  61.   DOS   version :  DOS 3.3
  62.   Win32 version :  Windows NT 3.1 or Windows 95
  63.   OS/2  version :  OS/2 2.x
  64.  
  65.   Microsoft Mail, version 3.2 or
  66.   Windows for Workgroups
  67.  
  68.  
  69. Installation
  70. ------------
  71.  
  72.    1) MailRed does two things:
  73.       Firstly it redirects mail from one mailbox to another address, where
  74.       the address can be another mailbox or any other valid MS Mail address.
  75.       To do this, MailRed logs into MSMail as the mailbox and resends
  76.       the mail to the redirection address.
  77.  
  78.       Secondly, it processes script files that users sent to MailRed and
  79.       builds a routing table, so that MailRed knows which mailbox to
  80.       check and to whom it should redirect the messages.
  81.  
  82.       MailRed also needs a person who is responsible for its correct
  83.       operation. Any time MailRed processes a script or when it detects
  84.       an error, it sends a message to this person's mailbox.
  85.       The address of this person is located in the INI file under
  86.       "Admin". This is not the same as "Admin" in your MS Mail
  87.       environment and it should be a real person who accesses their mail
  88.       regularly.
  89.  
  90.  
  91.    2) MailRed requires a single user mailbox on your Microsoft Mail
  92.       system in order to work with Microsoft Mail.
  93.       You have to create this mailbox before installing MailRed. On a
  94.       Microsoft Mail Postoffice this is done via ADMIN.EXE.
  95.  
  96.       MailRed needs this mailbox for communcation with the users on your
  97.       postoffice.
  98.  
  99.       We suggest that you use "MailRed" as the mailbox name and
  100.       "MailRed" as the alias.
  101.  
  102.       Note: No other person should use this mailbox!!!
  103.             Do not use the real Admin's mailbox for this purpose,
  104.             because MailRed seems to work but in fact doesn't.
  105.  
  106.  
  107.    3) Create a directory on your server and copy MailRed.EXE and
  108.       MailRed.INI into it.
  109.       We suggest that you create a directory called MailRed below your
  110.       MAILEXE, so it is clear that MailRed belongs to MS Mail.
  111.  
  112.       Note: If you want to run MailRed as a Service on Microsoft NT, you
  113.             need to install it on a local drive. For more information
  114.             about MailRed as a Service read the section
  115.             "Installing MailRed as a Microsoft NT Service" below.
  116.  
  117.  
  118.  
  119.    4) Edit MailRed.INI and change the configuration so that it will fit
  120.       your needs.
  121.  
  122.       MailFax.INI is plain ASCII file where each option is on a different
  123.       line. It is similar to your WIN.INI.
  124.  
  125.  
  126. The options are:
  127. ----------------
  128.  
  129. MailDrive=<drive>                <drive> is the drive or path where your
  130.                                  mail database is located. If you have
  131.                                  more than one postoffice, add a line
  132.                                  for every postoffice.
  133.                                  The first line has to be the drive
  134.                                  where MailRed's mailbox is located.
  135.                                  (The one you created in step 2)
  136.  
  137.                                  <drive> can also be the full path or
  138.                                  UNC name like M:\MAILDATA or
  139.                                  \\SERVER\SHARENAME
  140.  
  141.  
  142.                            Note: If you want to run MailRed as a Windows
  143.                                  NT Service and your postoffice is not
  144.                                  local, you need to use UNC.
  145.  
  146.                                  If your postoffice is local, you need
  147.                                  to use C:\MAILDATA or C:\AGPO or
  148.                                  C:\WGPO or whatever directory your
  149.                                  postoffice is located.
  150.  
  151.  
  152. MailBox=<mailbox>                <mailbox> is the mailbox which MailRed
  153.                                  should use. Its the mailbox you created
  154.                                  in step 2.
  155.  
  156. Password=<password>              <password> is the password for the
  157.                                  mailbox you created in step 2.
  158.  
  159. Admin=<MSAddress>                <MSAddress> is the full MS address of
  160.                                  MailRed's Admin. MailRed will send
  161.                                  error reports (mostly attempts with a
  162.                                  wrong passwords) to this address. A
  163.                                  sample address is:
  164.                                  YOURNETWORK/YOURPOSTOFFICE/YOURNAME
  165.  
  166. HelpFile=<file>                  <file> is the file which MailRed sends
  167.                                  to the user if it receives a message
  168.                                  with HELP in the subject or body of the
  169.                                  message.
  170.  
  171. WriteLogFile=<logical>           If <logical> is True, MailRed will
  172.                                  write a log file called MRYYMMDD.LOG,
  173.                                  where YY is the year, MM is the month
  174.                                  and DD is the day.
  175.  
  176. LogPath=<path>                   <path> is path where MailRed will
  177.                                  write the log file. If <path> is empty,
  178.                                  MailRed writes the log into the
  179.                                  directory where MailRed.EXE resides.
  180.  
  181. Verbose=<logical>                If <logical> is True, MailRed displays
  182.                                  and log everything, whereas if
  183.                                  <logical> is False, it will display and
  184.                                  log only if there is a real action.
  185.  
  186. WriteStatisticFile=<logical>     If <logical> is True, MailRed will
  187.                                  write a statistic file called
  188.                                  MRYYMMDD.CSV, where YY is the year, MM
  189.                                  is the month and DD is the day.
  190.  
  191.                                  You can use Excel or any other program
  192.                                  which imports delimited text files, to
  193.                                  run your statistics.
  194.  
  195.  
  196. StatisticPath=<path>             <path> is path where MailRed will write
  197.                                  the statistic file. If <path> is empty,
  198.                                  MailRed writes the statistic into the
  199.                                  directory where MailRed.EXE resides.
  200.  
  201.  
  202. Language=<language>              If <language> is ENG, MailRed uses
  203.                                  English for all its messages and log
  204.                                  files.
  205.  
  206.                                  Supported values for <language> are
  207.  
  208.                                  ENG      English
  209.                                  DEU      German
  210.                                  FRA      French
  211.  
  212.  
  213. DetectInfiniteLoop=<logical>     If <logical> is True, MailRed will
  214.                                  check each redirection for an infinite
  215.                                  loop and will send a message to Admin
  216.                                  if it detects one.
  217.  
  218.                                  A infinite loop is when "A" redirects
  219.                                  to "B", "B" redirects to "C" and "C"
  220.                                  redirects back to "A".
  221.  
  222.                                  Without detecting the infinite loop,
  223.                                  MailRed would redirect every message
  224.                                  from "A" to "B", then to "C" and then
  225.                                  back to "A", which results in a lot of
  226.                                  network traffic and fills the mailbox
  227.                                  if the keep option is activated.
  228.  
  229.                            Note: MailRed checks only for a postoffice
  230.                                  address, not for gateway address. So it
  231.                                  would not detect infinite loops when a
  232.                                  gateway is involved.
  233.  
  234.  
  235. InfoMsgAsCCToAdmin=<logical>     If <logical> is True, MailRed will send
  236.                                  a CC to admin for every system message
  237.                                  sent to a user (status sheet and so on).
  238.  
  239.  
  240. RedirToSender=<logical>          If <logical> is False, MailRed will
  241.                                  check if the sender address is the same
  242.                                  as the redirection address.
  243.  
  244.                                  If so, MailRed will not redirect the
  245.                                  messages and keeps a copy of the
  246.                                  message in the mailbox, even when
  247.                                  message keep is not enabled.
  248.  
  249.  
  250. DestroyMailHeader=<logical>      If <logical> is True, MailRed will not
  251.                                  redirect the header of a message.
  252.  
  253.                                  The header is the first part of the
  254.                                  message text which describes the
  255.                                  routing information about the message
  256.                                  (From,To,CC).
  257.  
  258.                                  Usualy you see this header only in the
  259.                                  DOS Client of MSMail. The Windows
  260.                                  Client of MSMail destroys the header.
  261.  
  262.  
  263. AddRedirHeader=<logical>         If <logical> is True, MailRed will add
  264.                                  a short header to every redirected
  265.                                  message, so that the recipient knows
  266.                                  from which address this message was
  267.                                  redirected. It will show the From, To
  268.                                  and CC's of the original message.
  269.  
  270.  
  271. AddRedirHeaderCC=<logical>       If <logical> is False, MailRed will
  272.                                  supress the CC's in the header of the
  273.                                  message.
  274.  
  275.  
  276. FastRedir=<logical>              If <logical> is True, MailRed will try
  277.                                  to do a fast redirection.
  278.  
  279.                                  In a fast redirection, MailRed does not
  280.                                  touch the message at all, it simply
  281.                                  moves a pointer inside MSMail's
  282.                                  database to point to another user.
  283.  
  284.                                  A fast redirection uses less network
  285.                                  resources, because no files are
  286.                                  written.
  287.  
  288.                                  MailRed checks every message if it can
  289.                                  do a fast redirection and if there is
  290.                                  something in the messages which makes a
  291.                                  fast redirection impossible, it will
  292.                                  continue with normal redirection.
  293.  
  294.                                  To qualify a message for fast
  295.                                  redirection, the sender, all to's and
  296.                                  CC's and the new recipient need to be
  297.                                  on the same postoffice.
  298.  
  299.                            Note: DestroyMailHeader and AddRedirHeader
  300.                                  are not applicable in fast mode,
  301.                                  because MailRed does not touch the
  302.                                  message.
  303.  
  304.  
  305. StatusAllAsFile=<logical>        If <logical> is True, MailRed will
  306.                                  convert STATUS ALL messages to a file
  307.                                  and send it as an attachment.
  308.  
  309.                                  If <logical> is False, MailRed will
  310.                                  send it as a note text.
  311.  
  312.  
  313. ExcludeGateway=<gateway>         If <gateway> is given, MailRed will not
  314.                                  redirect any messages to this gateway.
  315.  
  316.                                  For every gateway you want to exclude
  317.                                  add one line. Assume you want to
  318.                                  exclude your Fax, your MHS and your
  319.                                  SMTP gateway, add three lines, each
  320.                                  with the gateway you want to exclude,
  321.                                  like:
  322.  
  323.                                  ExcludeGateway=FAX
  324.                                  ExcludeGateway=MHS
  325.                                  ExcludeGateway=SMTP
  326.  
  327.  
  328. AbsentExcludeGateway=<gateway>   If <gateway> is given, MailRed will not
  329.                                  send absent messages to this gateway.
  330.  
  331.                                  For every gateway you want to exclude
  332.                                  add one line. Assume you want to
  333.                                  exclude your Fax, your MHS and your
  334.                                  SMTP gateway, add three lines, each
  335.                                  with the gateway you want to exclude,
  336.                                  like:
  337.  
  338.                                  AbsentExcludeGateway=FAX
  339.                                  AbsentExcludeGateway=MHS
  340.                                  AbsentExcludeGateway=SMTP
  341.  
  342.  
  343. AbsentExcludeAddress=<address>   If <address> is given, MailRed will not
  344.                                  send absent messages to this address.
  345.  
  346.                                  For every address you want to exclude
  347.                                  add one line. Assume you want to
  348.                                  exclude a Internet mailing list add
  349.                                  line with the address you want, like
  350.  
  351.              AbsentExcludeAddress=SMTP:MSMAIL-L@YaleVM.CIS.Yale.Edu
  352.  
  353.  
  354. AbsentExcludeSubject=<text>      If <address> is given, MailRed will not
  355.                                  send absent messages when the subject
  356.                                  contains <text>
  357.  
  358.  
  359. SendAbsentEvery=<minutes>        <minutes> is the count of minutes that
  360.                                  MailRed waits before sending a second
  361.                                  absent notification to the same
  362.                                  address.
  363.  
  364.                                  <minutes> default to 0, which means
  365.                                  that every time a absent message is
  366.                                  sent.
  367.  
  368.                                  Assume you want an absent notification
  369.                                  only once a day to an address, add the line
  370.  
  371.                                  SendAbsentEvery=1440
  372.  
  373.  
  374. ExcludeSubject=<text>            If <text> is at any place in the
  375.                                  subject, MailRed will not redirect the
  376.                                  messages.
  377.  
  378.                                  For every text you want to exclude add
  379.                                  one line. Assume you want to exclude
  380.                                  all messages with a subject of
  381.                                  confidential or secret, add the lines
  382.  
  383.                                  ExcludeSubject=confidential
  384.                                  ExcludeSubject=secret
  385.  
  386.  
  387. SingleCycle=<logical>            If <logical> is True, MailRed will run
  388.                                  only a single cycle and exits
  389.                                  thereafter. This is usefull if you want
  390.                                  to run MailRed and External on one DOS
  391.                                  maschine.
  392.  
  393.  
  394. Interval=<seconds>               <seconds> is the count of seconds that
  395.                                  MailRed waits between processing
  396.                                  messages.
  397.  
  398.  
  399. BreakTime=<time>                 <time> is time when MailRed stops
  400.                                  working and exits.
  401.                                  The format of time is HH:MM
  402.  
  403.                                  Assume you want to stop MailRed at
  404.                                  2:00pm, use
  405.  
  406.                                  BreakTime=14:00
  407.  
  408.  
  409. BreakRelative=<string>           <string> is time and day relative to
  410.                                  the start of MailRed, when MailRed stops
  411.                                  working and exits.
  412.                                  The format of time is DD:HH:MM , where
  413.                                  DD: is optional.
  414.  
  415.                                  Assume you want to stop MailRed after
  416.                                  two hours use
  417.  
  418.                                  BreakRelative=02:00
  419.  
  420.                                  Assume you want to stop MailRed after
  421.                                  seven days and one hours use
  422.  
  423.                                  BreakRelative=07:01:00
  424.  
  425.  
  426. ScreenMono=<logical>             If <logical> is True, use black and
  427.                                  white for screen output.
  428.  
  429.  
  430.  
  431.    A sample MailRed.INI is included with MailRed.
  432.  
  433.  
  434.    5) Edit MailRed.HPL so that it will fit your needs. It lists all
  435.       valid keywords that MailRed accepts. You can translate it to your own
  436.       language as long as the keywords are in English.
  437.  
  438.    6) Start MailRed and check if there is any error message.
  439.  
  440.    7) Start MRClient and log in using your mailbox and send a message to
  441.       MailRed (to the mailbox you created in step 2).
  442.  
  443.       Check the checkbox "Require status sheet about the state of all
  444.       redirections" and send the message.
  445.  
  446.       Start MailRed, it should send you back a status sheet which will be
  447.       empty because you have not started any redirections yet.
  448.  
  449.       If you get the status sheet, everything is OK and MailRed shoud work as
  450.       expected.
  451.  
  452.  
  453. Using Redirection:
  454. ------------------
  455.  
  456. Note: Below you will find the documentation about the commands you can
  457.       send to MailRed.
  458.       In general it is better to use MRClient, which gives you an easy
  459.       point and click interface and writes the message for you.
  460.  
  461.       Please refer to MRClient.txt for a documentation about MRClient.
  462.  
  463.  
  464. Let's assume the name of your network is NETWORK, the name of postoffice
  465. is POSTOFFICE and your name is RICK. Your address is therefore
  466. NETWORK/POSTOFFICE/RICK. Note the forward slash between network and
  467. postoffice and name. Do not use a back slash or you will get no result.
  468.  
  469. Let's further assume you want to redirect your mail to ANN.
  470.  
  471. To start redirection send a message to MailRed with the following
  472. lines in the body of the message:
  473.  
  474. REDIR      NETWORK/POSTOFFICE/ANN
  475. START
  476. KEEP
  477.  
  478. The line with REDIR is the redirection address and START means "start
  479. redirecting now" and KEEP means that MailRed shoud keep the messages
  480. (without deleting them) after forwarding. After MailRed gets your message, it
  481. processes the keywords and save the data into its database. MailRed then
  482. sends you a confirmation so that it is clear to you what MailRed has done.
  483.  
  484. To stop redirection send a message to MailRed with the line
  485. STOP in the body of the message.
  486.  
  487. MailRed will stop redirection, but will save the redirection address for
  488. the next start command.
  489.  
  490. You can also redirect another mailbox to an address. This is usefull for
  491. virtual mailboxes like "Sales".
  492.  
  493. To redirect SALES to ANN send the following messages:
  494.  
  495. ADDRESS    NETWORK/POSTOFFICE/SALES
  496. PASSWORD   PASSWORD
  497. REDIR      NETWORK/POSTOFFICE/ANN
  498. START      1995-06-13 13:00
  499.  
  500. The line ADDRESS is the address of the sales mailbox, the one with
  501. PASSWORD is the password of the sales mailbox (not your password), the
  502. line with REDIR is the redirection address and START means "start
  503. redirecting on 06/13/95 at 1:00pm" and as KEEP command is missing,
  504. MailRed will delete the message after redirection.
  505.  
  506.  
  507. Using Status:
  508. -------------
  509.  
  510. When you want to know what redirections are active, simply send a message
  511. with the following line:
  512. STATUS
  513. or if you want to know all redirections MailRed knows about, send
  514. STATUS ALL
  515. MailRed will mail you back a list of redirection(s).
  516.  
  517.  
  518. Using Delete:
  519. -------------
  520.  
  521. DELETE is used to delete a user from MailRed database, mostly because
  522. you deleted the mailbox with ADMIN.EXE and your want to remove the
  523. mailbox from MailRed also.
  524.  
  525.  
  526.  
  527. Running MailRed on the same machine as External
  528. -----------------------------------------------
  529.  
  530. In order to work, MailRed has to poll MS Mail for messages from time to
  531. time. In NT or OS/2 you can start a task with MailRed and so there is
  532. not problem.
  533.  
  534. In DOS however, only one program can work at a time. The way it works
  535. under DOS, is to run External and MailRed in a loop. The following batch
  536. file shows how do do it.
  537.  
  538. Note: You need SingleCycle=True in MailRed.Ini to let it work.
  539.  
  540.  
  541. @echo off
  542. :Start
  543.  
  544.    rem Change to MailRed directory
  545.    cd MailRed
  546.  
  547.    rem Execute MailRed
  548.    MailRed
  549.  
  550.    rem Change back to directory where External is located
  551.    cd ..
  552.  
  553.    rem Call External for 15 minutes
  554.    external -BR0:0:15
  555.  
  556.    rem Check Externals errorlevel to find out if the
  557.    rem operator pressed  ESC
  558.    if errorlevel 66 goto End
  559.    if errorlevel 63 goto Start
  560.    if errorlevel 62 goto End
  561. :End
  562.  
  563.  
  564.  
  565. Installing MailRed as a Microsoft NT Service ( Win32 version only )
  566. -------------------------------------------------------------------
  567.  
  568. Keep in mind that MailRed needs to reside on a local disk or the Service
  569. Controller can't start. For the samples below, we assume MailRed is
  570. in C:\MAILRED.
  571.  
  572. Be sure that MailRed is running well in Console Mode and there is no
  573. error, because once you run it as a Service, you cant see a screen and
  574. a problem will only be visible in the log file.
  575.  
  576.  
  577. There are two different install methods depending of the location of
  578. your postoffice.
  579.  
  580.  
  581. a) Your postoffice is is on a local disk
  582.  
  583.    Start MailRed one time with an argument of "install",
  584.  
  585.    i.e. type
  586.    mailred install
  587.  
  588.    and MailRed will create the service. By default it's an AUTOSTART
  589.    Service and any time your computer is started, MailRed will start.
  590.  
  591.    You can start and stop MailRed at any time via the "Control Panel".
  592.  
  593.    Note: In MailRed.Ini, MailDrive= had to point to a local
  594.          directory, NOT to a sharename,
  595.  
  596.          i.e use  MailDrive=C:\MAILDATA
  597.          and not  MailDrive=M
  598.  
  599.  
  600.  
  601. b) Your postoffice is on a network disk
  602.  
  603.    Start MailRed one time with an argument of "install",
  604.  
  605.    i.e. type
  606.    mailred install
  607.  
  608.    and MailRed will create the service. By default it's an AUTOSTART
  609.    Service and any time your computer is started, MailRed will start.
  610.  
  611.    Note: Before you do the next part its a good idea to create
  612.          a user "MailRed" on your NT machine
  613.  
  614.    Open "Control Panel", select "Services",
  615.    locate MailRed and press the button labeled "Startup...".
  616.  
  617.    In section "Log On As" select "This account" and select a
  618.    account (user) which MailRed should use for performing a log on into
  619.    the network.
  620.  
  621.    The account need to have the right to "Log on as a Service".
  622.    You can set this right when checking "Show Advanced Rights"
  623.    in "User Manager". On NT 3.51 this is done automatic when you select
  624.    the account.
  625.  
  626.  
  627.    It's a good idea to create a user "MailRed" on your NT machine and
  628.    select this user instead of a human person, because if your ever
  629.    change the password or delete the account, MailRed can't no longer
  630.    log on into the network.
  631.  
  632.    You can start and stop MailRed at any time via the "Control Panel".
  633.  
  634.    Note: In MailRed.Ini, MailDrive= had to be an UNC name and not a drive.
  635.  
  636.          i.e use  MailDrive=\\SERVER\SHARENAME
  637.          and not  MailDrive=M
  638.  
  639.          because there is no drive mapping for a Service.
  640.  
  641.  
  642.  
  643. Note: After you started MailRed as a Service, verify that MailRed has no
  644.       errors ( i.e. it have access to all your postoffices ).
  645.       You need to take a look into the log file to do this.
  646.  
  647.  
  648.  
  649.  
  650. Removing MailRed as a Microsoft NT Service ( Win32 version only )
  651. -----------------------------------------------------------------
  652.  
  653. Start MailRed one time with an argument of "remove",
  654.  
  655. i.e. type
  656. mailred remove
  657.  
  658. and MailRed will delete the service.
  659.  
  660.  
  661.  
  662.  
  663. More information
  664. ----------------
  665.  
  666. Enclosed you will find FAQ.TXT which answers frequently asked questions
  667.  
  668.  
  669.  
  670. Latest Version:
  671. ---------------
  672.  
  673. You will find the lastest version of MailRed on
  674.  
  675. ftp://ftp.ahub.co.at/demk        or
  676. http://www.ahub.co.at/demk       or
  677. CompuServe, GO PCAPP, LIB 9
  678.  
  679. Filenames are:
  680.  
  681.    MaRedDOS.ZIP   DOS   Version
  682.    MaRedW32.ZIP   Win32 Version
  683.    MaRedOS2.ZIP   OS/2  Version
  684.  
  685.  
  686.  
  687.  
  688. Licensing Agreement
  689. -------------------
  690.  
  691.     MailRed (c) is copyrighted 1993-1996 by DataEnter, Michael Kocum,
  692.     portions (c) Microsoft Corp.
  693.  
  694.     This product and its documentation may not, in whole or in part, be
  695.     copied, reproduced, transmitted, transcribed, stored in a retrieval
  696.     system, or translated into any other natural or computer language, in
  697.     any form or by any means whatsoever, be it electronic, mechanical,
  698.     magnetic, optical, manual or otherwise, without the prior written
  699.     consent of DataEnter.
  700.  
  701.     DataEnter makes no warranty or representation, either expressed or
  702.     implied, with respect to the product MailRed and its
  703.     documentation, their quality, perfomance, merchantability, or fitness
  704.     for a particular purpose. DataEnter reserves the right to revise the
  705.     user's guide and make changes in the content without obligation to
  706.     notify any person or organization of such a change.
  707.  
  708.     In no event will DataEnter be liable for any direct, indirect,
  709.     special, incidental or consequential damages, real or imagined,
  710.     resulting from the use or purchase of this software.
  711.     Under no circumstances shall DataEnter's liability for damages
  712.     exceed the price paid for the software license.
  713.  
  714.     Should any remedy hereunder be determined to have failed, all
  715.     limitations of liability and exclusion of damages set forth above
  716.     shall remain in full force and effect.
  717.  
  718.     The extent of the DataEnter's warranty for the software and its
  719.     documentation is limited to physical defects of the distribution media
  720.     containing the software. Contact DataEnter to obtain return
  721.     authorization for the replacement diskette within 30 days of the
  722.     original date of purchase. Any further statement made by agents,
  723.     employees, distributors or dealers of DataEnter do not constitute
  724.     warranties and are not binding. No employee of DataEnter has the
  725.     authority to modify any portion of this warranty.
  726.  
  727.     All brand and product names we refer to in the documentation are used
  728.     solely for identification purposes and may be trademarks of other
  729.     companies.
  730.  
  731.     DataEnter, (the licensor) grants the buyer (the licensee)
  732.     the right to use this copy of MailRed (the program)
  733.     on a single postoffice at a single location as long as the
  734.     licensee complies with the terms of this license.
  735.  
  736.     The licensor reserves the right to terminate this license if the
  737.     licensee violates any part of the agreement.
  738.  
  739.     The licensee agrees to make copies of the program only for backup
  740.     purposes. The licensee agrees not to copy the documentation and to
  741.     take all necessary precautions to ensure that the backup copies of the
  742.     software are not distributed to or acquired by other parties.
  743.  
  744.  
  745.     Microsoft Mail is a trademark of Microsoft Corp.
  746.     Windows for Workgroups is a trademark of Microsoft Corp.
  747.     Windows NT is a trademark of Microsoft Corp.
  748.     Windows Windows 95 is a trademark of Microsoft Corp.
  749.     OS/2 is a trademark of IBM Corp.
  750.  
  751. Server History:
  752. ---------------
  753.  
  754. v3.00  96-05-11  Released
  755.  
  756. v3.01  96-05-13  Fixed a bug when StatusAllAsFile was enabled
  757.  
  758. v3.02  96-05-14  Access.glb and Access2.glb had to have one user or
  759.                  postoffice is not valid
  760.  
  761.                  Added check to make sure we have a valid disk access
  762.                  before deleting a redirection
  763.  
  764.                  Added old Redirection Address to Admin message when
  765.                  a rediretion is deleted
  766.  
  767.                  If "TEMP" enviroment variable points to an invalid
  768.                  directory MailRed uses now the directory where the EXE
  769.                  resides. If this also fails, MailRed uses the current
  770.                  directory.
  771.  
  772. v3.03  96-05-20  Fixed a bug where MailRed does not set user count.
  773.  
  774. v3.04  96-06-06  Fixed a confusing English message
  775.                  Fixed MAILRED.INI example file
  776.                  Removed check for disk access to speed up NT
  777.                  Added cache for database
  778.  
  779. v3.05  96-06-19  Infinite loop message to admin is sent only once
  780.  
  781.                  Added full name and address in infinite loop message
  782.                  instead of address only
  783.  
  784. v3.06  96-06-28  Fixed a memory problem
  785.  
  786. v3.07  96-06-28  Fixed missing absent files when MailRed was started
  787.                  with an absolute path
  788.  
  789. v3.08  96-07-10  Fixed a bug where a MailRed started redirection before
  790.                  the StartTime when no StopTime was given
  791.  
  792.                  Added Start and Stop time in infinite message
  793.  
  794.                  Administrator rights are no longer needed to run MailRed
  795.                  as a NT Service
  796.  
  797. v3.09  96-07-11  Fixed a bug when redirection to a group
  798.  
  799. v3.10  96-07-18  Added AbsentExcludeSubject in INI for excluding
  800.                  subject from getting an absent message
  801.  
  802.                  MailRed checks if a message is a absent message
  803.                  ( based on the subject ) and does not send a
  804.                  absent message back to prevent an infinite loop
  805.  
  806.                  AbsentExcludeAddress supports now partial addresses
  807.                  to exclude a whole Network without the need to list
  808.                  every address
  809.  
  810.                  When redirecting to a group, MailRed excluded the
  811.                  current address from the group to prevent an infinite
  812.                  loop
  813.  
  814. v3.11  96-07-29  Added a monitor for INI file. If size, date or time
  815.                  changes, MailRed does a internal restart
  816.  
  817.                  Added a workaround for the problem that Remote Mail
  818.                  does not download Messages when an absent message is
  819.                  defined and the Remote Mail connects via a NT External
  820.  
  821.                  The password is now removed from a confirmation message
  822.  
  823. v3.12  96-08-31  Help File loaded with an absolute path
  824.                  Fixed a problem with MCI addresses in absent notification
  825.  
  826. v3.13  96-09-16  Added workaround for MCI messages
  827.  
  828.                  Added MessageID in Logfile
  829.  
  830.                  Fixed a memory free bug in Win32
  831.  
  832. v3.14  96-09-25  New release with MRAdmin included
  833.  
  834. v3.15  96-11-05  Added database for saving LastRun, SentCount and RecvCount
  835.  
  836.  
  837. Admin History:
  838. ---------------
  839.  
  840. v3.13  96-09-23  Released
  841.  
  842. v3.14  96-09-25  Fixed a bug in Date conversation
  843.  
  844. v3.14a 96-09-28  Fixed a display problem with "Network" field in Win16
  845.                  and NT 3.5
  846.  
  847.                  Added a record number column in main grid
  848.  
  849. v3.15  96-11-05  Added right mouse menu to main grid
  850.                  Added Server Statistic Dialog
  851.                  Changed Dialogs to Tabbed Dialogs
  852.  
  853.