home *** CD-ROM | disk | FTP | other *** search
/ PC Treasures, Inc. / pctreasures.mdf / EUDORA / ph.ini < prev    next >
INI File  |  1999-08-26  |  3KB  |  100 lines

  1. ; Date:    9/5/97
  2. ; Version: 1.0
  3. ;
  4. ; This file defines configuration data defined for the user by their system administrator.
  5. ; This configuration data defines how the PH protocol driver is initialized when no 
  6. ; configuration data is present in the registry at startup.
  7. ;
  8. ; Note:
  9. ;
  10. ; 1) This file MUST appear in the same directory as the PH.DLL for it to work.
  11. ;
  12. ; 2) This file is ignored if the current PH client contains any existing configuration data.
  13. ;    If the user deletes all configuration data in the registry and then brings up the directory application
  14. ;    again then this data will be loaded.
  15. ;
  16. ; Format:
  17. ;
  18. ;    Sections-
  19. ;
  20. ;    [General]
  21. ;       ServerCount     This key identifie the number of servers that will be configured 
  22. ;                       by this file. This key must be present and set to a value greater 
  23. ;                       than zero for this file to have any effect.
  24. ;
  25. ;    The following sections are of the format: [PH.(n)] where (n) identifies the zero-based
  26. ;    index of the server. For example, if the 'ServerCount' key above has the value of 2, there
  27. ;    would be 4 sections, [PH.0]. [PH.1], [PH.0.Attributes], and [PH.1.Attributes].
  28. ;
  29. ;    [PH.(n)]
  30. ;       HostName        The network host name of this server, e.g. "ns.qualcomm.com".
  31. ;       Port            The port number (usually 105).
  32. ;       ServerName      The user-friendly name with which this server will be identified.
  33. ;
  34. ;    [PH.(n).Attributes]
  35. ;                       The following attributes may defined in this section...
  36. ;       Name               
  37. ;       Company
  38. ;       Division
  39. ;       Position
  40. ;       Location
  41. ;       Address
  42. ;       City
  43. ;       State
  44. ;       Zip
  45. ;       Phone
  46. ;       Cell
  47. ;       Pager
  48. ;       PEmail
  49. ;       Fax
  50. ;       Email
  51. ;       PGPKey
  52. ;       PagerType
  53. ;       PagerPIN
  54. ;       HomeAddress
  55. ;       HomeCity
  56. ;       HomeState
  57. ;       HomeZipCode
  58. ;       HomePhone
  59. ;       HomeCell
  60. ;       HomePager
  61. ;       HomePagerEmail
  62. ;       HomeFax
  63. ;       HomeEmail
  64. ;       HomePGPKey
  65. ;       HomePagerType
  66. ;       HomePagerPIN
  67. ;       UserDefined
  68. ;
  69. ;
  70. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  71.  
  72. [General]
  73. ServerCount=2
  74.  
  75. [PH.0]
  76. HostName="ph.qualcomm.com"
  77. Port=105
  78. ServerName="Qualcomm"
  79.  
  80. [PH.0.Attributes]
  81. Name="name:"
  82. Email="email:"
  83. Position="title:"
  84. Fax="fax:"
  85.  
  86. [PH.1]
  87. HostName="ph.bigfoot.com"
  88. Port=105
  89. ServerName="BigFoot"
  90.  
  91. [PH.1.Attributes]
  92. Name="name:"
  93. Email="email:"
  94. Position="title:"
  95. Fax="fax:"
  96.  
  97.  
  98.  
  99.  
  100.