addresses.hlp 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. <chapter>
  2. <title>
  3. Addresses
  4. </title>
  5. <summary>
  6. Address books can save a lot of time and typing. You can put the
  7. addresses of people you write most often in them, and reuse them
  8. over and over.
  9. </summary>
  10. <description>
  11. <p>
  12. Address books are a great time saving feature. Frequently used
  13. addresses may be stored here. LDAP servers (Often used in companies
  14. and universities to make organization-wide addresses easily available)
  15. are supported as well.
  16. </p>
  17. <p>
  18. If your Browser supports Javascript then you might want to enable the
  19. JavaScript based address book under the Options menu item. It is a really
  20. nifty little pop-up thing. Pure HTML address lists are supported so
  21. even browsers without Javascript support can use SquirrelMail without
  22. any loss of function.
  23. </p>
  24. </description>
  25. </chapter>
  26. <section>
  27. <title>
  28. Nick Name
  29. </title>
  30. <description>
  31. <p>
  32. Put a familiar name here. Something to help jog your memory.
  33. Anything that will give you an accurate idea to whom this email
  34. address belongs.
  35. </p>
  36. </description>
  37. </section>
  38. <section>
  39. <title>
  40. Email Address
  41. </title>
  42. <description>
  43. <p>
  44. This must be the persons' fully qualified email address. Guessing here
  45. just won't cut it. There are three parts to an email address. First is
  46. the recipients identifier, such as "johnq". Next is the domain name
  47. section, which could take the form "tayloru". Last comes the top level
  48. domain, which could be one of a ton of things like au, cc, us, com, org,
  49. net or might look like edu. So if we put all those together it must be
  50. in the form of johnq@tayloru.edu. If this is not correct you are likely
  51. to get your mail back in the form of a bounced message.
  52. </p>
  53. </description>
  54. </section>
  55. <section>
  56. <title>
  57. Info
  58. </title>
  59. <description>
  60. <p>
  61. This is another field where you can put something to remind you about
  62. who this person is. This is made to be longer than the "Nick Name".
  63. For instance, if you meet a business contact, you could put "Met at
  64. the Tomatoe Symposium".
  65. </p>
  66. </description>
  67. </section>
  68. <section>
  69. <title>
  70. Edit or Delete
  71. </title>
  72. <description>
  73. <p>
  74. These two buttons allow you to select a single address and then change
  75. any of the above fields, or delete the entry entirely. You are only
  76. allowed to select one entry at a time for the edit button.
  77. </p>
  78. </description>
  79. </section>
  80. <section>
  81. <title>
  82. Add to Personal address book
  83. </title>
  84. <description>
  85. <p>
  86. Fill in the fields as they are listed. The first three (Nickname,
  87. E-mail address, and First name) must be filled in. Both Last name and
  88. Additional info are optional.
  89. </p>
  90. </description>
  91. </section>
  92. <section>
  93. <title>
  94. LDAP
  95. </title>
  96. <description>
  97. <p>
  98. LDAP is a protocol for central unified storage and remote access of
  99. information. For example; a university might use LDAP as the single
  100. place where all students, staff, and faculty email addresses are
  101. stored and made available. If configured to use the universities
  102. LDAP server, SquirrelMail would then be able to list all campus email
  103. address (along with the other address book fields if available).
  104. SquirrelMail's LDAP use is truly powerful in that it <I>combines</I>
  105. your local address book and the LDAP address server information to
  106. present all of the information as if it was a single address book.
  107. </p><p>
  108. The LDAP setting may be configured to use any LDAP server, or disabled
  109. as a feature altogether. You will need to talk to you system
  110. administrator about this feature if you have specific questions.
  111. </p><p>
  112. LDAP settings affect the entire SquirrelMail system; as a result they
  113. must be set up or altered by someone with administrative authority.
  114. </p>
  115. </description>
  116. </section>