home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd1.bin / files / comm / mail / smail / src / rcs / convert.man,v < prev    next >
Text File  |  1993-12-21  |  2KB  |  89 lines

  1. head    1.1;
  2. access;
  3. symbols
  4.     C_1:1.1;
  5. locks; strict;
  6. comment    @# @;
  7.  
  8.  
  9. 1.1
  10. date    93.09.11.15.03.24;    author Aussem;    state Exp;
  11. branches;
  12. next    ;
  13.  
  14.  
  15. desc
  16. @Man page for convert program
  17. @
  18.  
  19.  
  20. 1.1
  21. log
  22. @Initial revision
  23. @
  24. text
  25. @
  26.  
  27.      CONVERT                  AmigaOS                  CONVERT
  28.  
  29.  
  30.  
  31.      NAME
  32.           convert - convert the output from pathalias to smail path format
  33.  
  34.      DESCRIPTION
  35.           You have to create a path file for smail. Use your maps to create
  36.           an path file via pathalias -f. This output has to piped through
  37.           convert. Use stdin as input and stdout as output. The output from
  38.           convert have to be sorted.
  39.  
  40.           Use the following CShell line to create your smail path file:
  41.  
  42.           pathalias -f <maps|convert|qsort >paths
  43.  
  44.      MAPS FORMAT
  45.           Normally you should refer to pathalias.man. Here a short example
  46.           for my host:
  47.           ---------------------- snip ----------------------------------
  48.           mavhh=mavhh.hanse.de
  49.           wolfhh=wolfhh.hanse.de
  50.           mavhh    wolfhh(DAILY)
  51.           ---------------------- snip ----------------------------------
  52.           My only host is wolfhh and it get all mails from me.
  53.  
  54.      PATHALIAS OUTPUT
  55.           Again normally you should refer to pathalias.man.
  56.           Here the output for my maps:
  57.           ---------------------- snip ----------------------------------
  58.           0    mavhh    %s
  59.           5000 wolfhh    wolfhh!%s
  60.           5000 wolfhh.hanse.de    wolfhh!%s
  61.           ---------------------- snip ----------------------------------
  62.  
  63.      SMAIL PATH FORMAT
  64.           The first column is the hostname, the second the path and the
  65.           last one the cost. Please keep in mind:
  66.                          YOU HAVE TO SORT THIS FILE.
  67.           If the list is not sorted, there will be strange results,
  68.           because smail/rmail uses a binary search algorithm to find the
  69.           right host in paths file.
  70.           Here my example:
  71.           ---------------------- snip ----------------------------------
  72.           mavhh    %s    0
  73.           wolfhh    wolfhh!%s   5000
  74.           wolfhh.hanse.de    wolfhh!%s   5000
  75.           ---------------------- snip ----------------------------------
  76.  
  77.  
  78.      VERSION
  79.           $Id$
  80.  
  81.  
  82.      Page 1                                          (printed 9/05/93)
  83.  
  84.  
  85.  
  86.  
  87.  
  88. @
  89.