great. When a user logs in can he see his email address(es) on the
settings page? What happens if he just hits the search buttons? Can
he see any emails?
Yes, he can see his email on the settings page.
When he just hit the search buttons, no email is displayed.
Apr 15 09:30:57 ldap-2 piler-webui[3729]: sphinx query: 'SELECT id FROM
main1 WHERE MATCH('@to ') ORDER BY `sent` DESC LIMIT 0,1000 OPTION
max_matches=1000' in 0.00 s, 0 hits
but I am sure that his emails are already archive. I can search them by
the auditor user.
Apr 15 10:02:36 ldap-2 piler-webui[13766]: sphinx query: 'SELECT id FROM
main1 WHERE MATCH('(@from vietXmydomainXcom) ') ORDER BY `sent` DESC
LIMIT 0,1000 OPTION max_matches=1000' in 0.00 s, 21 hits
The could you show me the ldap entries for a single user and a
distribution
list? I'm interested in the ldap attributes.
Single user:
[email protected],ou=Users,domainName=mydomain.com,o=domains,dc=mydomain,dc=com
Distribution list:
[email protected],ou=Groups,domainName=mydomain.com,o=domains,dc=mydomain,dc=com
Btw. do you use a stock openldap installation?
Yes, I use ldap from Ubuntu repository.
Viet