James Gregory <[EMAIL PROTECTED]> writes: > I'm told that mozilla can also do this but I haven't yet figured out > how. I'd be interested to know how because it forms yet another > piece of my diabolical plan to be able to access all my mail stuff > from anywhere.
- Preferences -> Mail & NewsGroups -> Addressing - Check "Directory server" - Click on "Edit Directories", from the dialog you can your LDAP server. Here is the (ldif) template for an address book: dn: ou=Address Book,dc=MYDOMAIN,dc=COM objectClass: top objectClass: organizationalUnit ou: Address Book dn: cn=Some Guy,ou=Address Book,dc=mydomain,dc=com objectClass: top objectClass: person objectClass: organizationalPerson objectClass: inetOrgPerson givenName: ??? sn: ??? cn: ??? mail: ??? homePhone: ??? homePostalAddress: ??? ... Make sure you can read "ou=Address Book,dc=MYDOMAIN,dc=COM". Cheers, TL _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
