Hi Paul,

I'm not so shure if its Horde/Imp or dbmail-imapd

Thake a look at the results of my test in this attachement

Thanks for your help


Hi Paul,

I'm almost 100% sure that the bug comes from horde/imp,

i will send you a email with the mysql update transcations.

Dbmail never receive those update transactions to dbmail_acl table

Jacques,

What setacl commands is horde using?
trace_level=5, grep COMMAND /var/log/syslog, etc.



Jacques Beaudoin wrote:

>Hi all,
>
>Since I'm getting nowhere with this.. if somebody
>is using "horde + dbmail + ACL and share folders"
>please let me know if it works for you.
>
>Thanks
>
>Greetings, all
>
>I'm testing share folders and Acces Control List with Horde/Imp and Dbmail 
>imap.
>
>I'm able to share folders and give ACL rights to any users.
>
>I'm also able to takeout ACL rights from any users but....
>
>I'm unable to takeout the last ACL right to a user.
>
>The user always keeps the last ACL.
>
>If I look in the mysql dbmail_acl table the last right
>is always flag as yes (1).
>
>Any help would be very helpful.
>
>Thanks
>
>Jacques Beaudoin
>Agent d'administration
>Les services des technologies
>de l'information et des communications
>Commission scolaire de la Pointe de l'Île
>Montréal, Québec, Canada
>
>Courriel/Email: [EMAIL PROTECTED]
>Cel: 514 918-3350
>
>
>
>
>_______________________________________________
>Dbmail mailing list
>[email protected]
>https://mailman.fastxs.nl/mailman/listinfo/dbmail
>
>
>

-- 
  ________________________________________________________________
  Paul Stevens                                  mailto:[EMAIL PROTECTED]
  NET FACILITIES GROUP                     PGP: finger [EMAIL PROTECTED]
  The Netherlands________________________________http://www.nfg.nl

_______________________________________________
Dbmail mailing list
[email protected]
https://mailman.fastxs.nl/mailman/listinfo/dbmail
_______________________________________________
Dbmail mailing list
[email protected]
https://mailman.fastxs.nl/mailman/listinfo/dbmail
=================================================================================
If i modify the "lookup,read,seen" flags in horde/imp 
these are the mysql updates trancactions to the dbmail_acl table 
NB: That looks OK to me
=================================================================================
Feb 10 14:07:22 mail dbmail/imap4d[13129]: dbmysql.c,db_query: executing query 
[UPDATE dbmail_acl SET lookup_flag = '1' WHERE user_id = '649' AND mailbox_id = 
'1166']
Feb 10 14:07:22 mail dbmail/imap4d[13129]: dbmysql.c,db_query: executing query 
[UPDATE dbmail_acl SET read_flag = '1' WHERE user_id = '649' AND mailbox_id = 
'1166']
Feb 10 14:07:22 mail dbmail/imap4d[13129]: dbmysql.c,db_query: executing query 
[UPDATE dbmail_acl SET seen_flag = '1' WHERE user_id = '649' AND mailbox_id = 
'1166']
Feb 10 14:07:22 mail dbmail/imap4d[13129]: dbmysql.c,db_query: executing query 
[UPDATE dbmail_acl SET write_flag = '0' WHERE user_id = '649' AND mailbox_id = 
'1166']
Feb 10 14:07:22 mail dbmail/imap4d[13129]: dbmysql.c,db_query: executing query 
[UPDATE dbmail_acl SET insert_flag = '0' WHERE user_id = '649' AND mailbox_id = 
'1166']
Feb 10 14:07:22 mail dbmail/imap4d[13129]: dbmysql.c,db_query: executing query 
[UPDATE dbmail_acl SET post_flag = '0' WHERE user_id = '649' AND mailbox_id = 
'1166']
Feb 10 14:07:22 mail dbmail/imap4d[13129]: dbmysql.c,db_query: executing query 
[UPDATE dbmail_acl SET create_flag = '0' WHERE user_id = '649' AND mailbox_id = 
'1166']
Feb 10 14:07:22 mail dbmail/imap4d[13129]: dbmysql.c,db_query: executing query 
[UPDATE dbmail_acl SET delete_flag = '0' WHERE user_id = '649' AND mailbox_id = 
'1166']
Feb 10 14:07:22 mail dbmail/imap4d[13129]: dbmysql.c,db_query: executing query 
[UPDATE dbmail_acl SET administer_flag = '0' WHERE user_id = '649' AND 
mailbox_id = '1166']

==================================================================================
If i takeout the "read,seen" flags in horde/imp 
these are the mysql updates trancactions to the dbmail_acl table  
NB: That looks OK to me
==================================================================================
Feb 10 14:13:03 mail dbmail/imap4d[13141]: dbmysql.c,db_query: executing query 
[UPDATE dbmail_acl SET lookup_flag = '1' WHERE user_id = '649' AND mailbox_id = 
'1166']
Feb 10 14:13:03 mail dbmail/imap4d[13141]: dbmysql.c,db_query: executing query 
[UPDATE dbmail_acl SET read_flag = '0' WHERE user_id = '649' AND mailbox_id = 
'1166']
Feb 10 14:13:03 mail dbmail/imap4d[13141]: dbmysql.c,db_query: executing query 
[UPDATE dbmail_acl SET seen_flag = '0' WHERE user_id = '649' AND mailbox_id = 
'1166']
Feb 10 14:13:03 mail dbmail/imap4d[13141]: dbmysql.c,db_query: executing query 
[UPDATE dbmail_acl SET write_flag = '0' WHERE user_id = '649' AND mailbox_id = 
'1166']
Feb 10 14:13:03 mail dbmail/imap4d[13141]: dbmysql.c,db_query: executing query 
[UPDATE dbmail_acl SET insert_flag = '0' WHERE user_id = '649' AND mailbox_id = 
'1166']
Feb 10 14:13:03 mail dbmail/imap4d[13141]: dbmysql.c,db_query: executing query 
[UPDATE dbmail_acl SET post_flag = '0' WHERE user_id = '649' AND mailbox_id = 
'1166']
Feb 10 14:13:03 mail dbmail/imap4d[13141]: dbmysql.c,db_query: executing query 
[UPDATE dbmail_acl SET create_flag = '0' WHERE user_id = '649' AND mailbox_id = 
'1166']
Feb 10 14:13:03 mail dbmail/imap4d[13141]: dbmysql.c,db_query: executing query 
[UPDATE dbmail_acl SET delete_flag = '0' WHERE user_id = '649' AND mailbox_id = 
'1166']
Feb 10 14:13:03 mail dbmail/imap4d[13141]: dbmysql.c,db_query: executing query 
[UPDATE dbmail_acl SET administer_flag = '0' WHERE user_id = '649' AND 
mailbox_id = '1166']

=================================================================================
If i takeout all 3 flags "lookup,read,seen" in horde/imp
these are the mysql updates trancactions to the dbmail_acl table  
=================================================================================
N O T H I N G

Yes no mysql update transaction to dbmail_acl table
 
Horde/Imp is sending no update transactions or is it dbmail-imapd that is not 
updating the dbmail_acl table
 

Reply via email to