Wednesday, August 10, 2005

Plone / LDAP / Email

Just messing around, i installed an imap email client onto plone.opencommons.net... Im thinking about conversions here :).

In anycase. A simple add to the ldap database

ie: (this is very minial, other fields of course will be added such as address/email forwards/asterisk voicemail/...)

dn: cn=Test.User, ou=People, dc=opencommons,dc=net
mail: blat@opencommons.net
mailMessageStore: bla.Teeter/
userPassword: {CRYPT}rLmlcIBaAu2G.
accountStatus: active
objectClass: top
objectClass: person
objectClass: inetOrgPerson
objectClass: organizationalPerson
objectClass: qmailUser
sn: Teeter
gn: Test
sn: User
cn: Bla.Teeter

userPassword is generated by
slappasswd -f {CRYPT} <= only a handfull of hashes are compatable with courier-imap

To see the imap box.
Logon, goto "my folder" and "add" an "email account"

No comments: