home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 October / PCWorld_2004-10_cd.bin / software / vyzkuste / spyware / spyware.exe / akme32.exe / Network / readme.txt < prev    next >
Text File  |  2002-11-27  |  2KB  |  51 lines

  1. NETWORK SUPPORT FOR AK-Mail 3
  2. -----------------------------
  3.  
  4. AK-Mail 2.1 has improved network support. You can create an .ini file that
  5. controls AK-Mail. The file name is 'akmail.ini'. This file has to be in
  6. the same directory as the akmail.exe file.
  7.  
  8. You can specify 3 commands in the akmail.ini file:
  9.  
  10. 1) PATH: any_path
  11.  
  12.    This command moves the data path of AK-Mail to any location. So you
  13.    can separate the program code and the data. If PATH is not specified
  14.    data will be placed in the directory where akmail.exe is located.
  15.    Data is the 'FLDRS', 'ATTACH' and 'PGP' directory and the configuration
  16.    files of AK-Mail.
  17.  
  18. 2) USENETNAME:
  19.  
  20.    This command adds the current username of the user to the data path.
  21.    So you can have ONE copy of the AK-Mail program and every user who uses
  22.    AK-Mail gets a different data directory.
  23.  
  24. 3) GLOBALKEY:
  25.  
  26.    This command forces AK-Mail to search for the key in the directory where
  27.    akmail.exe is located. So users do not have to install a key manually.
  28.    Very useful for domain keys. Without this option, AK-Mail looks for
  29.    the key in the data directory.
  30.  
  31. A sample:
  32.  
  33. --- Start of File: akmail.ini ---
  34. PATH: g:\akmdata
  35. USENETNAME:
  36. GLOBALKEY:
  37. ----End of File: akmail.ini -----
  38.  
  39. What does that mean ?
  40.  
  41. There is a separate data directory g:\akmdata. Because of the USENETNAME:
  42. option user names are appended to the path. So if you are logged on as
  43. Administrator your data path will be g:\akmdata\Administrator. If you
  44. are logged on as testuser your data path will be g:\akmdata\testuser.
  45. AK-Mail looks for the key in the AK-Mail program directory.
  46.  
  47. When using Windows NT as file server, you can use the aksa.exe utility and the
  48. ACL control file to set special permissions on the akmdata directory to
  49. protect the mail of one user against any access from other (non-admin) users.
  50. See the specperm.acl file for details.
  51.