On 2013-04-15 05:07, Hoang Tuan Viet wrote:
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
somethings is not right. When an ordinary user uses the gui, then it
tries
to match "@to his@email" by default. However I can't see his emails
address
in the query.
Could you edit index.php and add the following after session_start()?
print_r($_SESSIONS);
let's see what it contains.
but I am sure that his emails are already archive. I can search them
by the auditor user.
yes, I can see. Somehow piler can't properly assign your email address
to you.
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 ope
Ubuntu repository.
ok, I see.
Janos