Re: ACL management from SQL

2023-09-14 Thread cyril . leclerc
it was inet_listener http { port = 8082 } with no underscore so now it is OK i couls access to the api put according to the documentation : https://doc.dovecot.org/admin_manual/doveadm_http_api/ i dont see anything regarding the acl permissions ? __

Re: ACL management from SQL

2023-09-14 Thread Cyril Leclerc
so i tried to configure it followinf this link https://doc.dovecot.org/admin_manual/doveadm_http_api/# with this conf: service pop3 { # Max. number of POP3 processes (connections) #process_limit = 1024 } doveadm_api_key = jemjoujou service doveadm { unix_listener doveadm-server { user = vmail

Re: ACL management from SQL

2023-09-13 Thread Cyril Leclerc
sorry i am newbie, it is not activated by default if we activated dovecot? in what file it have to be configured can i test it locally with docker machine ? development ? thanks ___ dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an emai

Re: ACL management from SQL

2023-09-13 Thread Aki Tuomi via dovecot
> On 13/09/2023 14:55 EEST Cyril Leclerc wrote: > > > is the http api is automatically up ? do we have to make something ? if > i want to try on the docker machine ? service doveadm { inet_listener http { port = } } Aki ___ dovecot mailing

Re: ACL management from SQL

2023-09-13 Thread Cyril Leclerc
is the http api is automatically up ? do we have to make something ? if i want to try on the docker machine ? ___ dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to dovecot-le...@dovecot.org

Re: ACL management from SQL

2023-09-06 Thread cyril . leclerc
how it seems great i will take a look maybe it is better ! ___ dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to dovecot-le...@dovecot.org

Re: ACL management from SQL

2023-09-06 Thread Aki Tuomi via dovecot
> On 06/09/2023 09:40 EEST cyril.lecl...@mantiq.com wrote: > > > UP ? > > or any current tool managing acl permission ? evolution client no, > thunderbird only old version etc... doveadm acl works too, but I understand that might not be what you want. Although you can use the doveadm http

Re: ACL management from SQL

2023-09-05 Thread cyril . leclerc
UP ? or any current tool managing acl permission ? evolution client no, thunderbird only old version etc... ___ dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to dovecot-le...@dovecot.org

ACL management from SQL

2023-08-29 Thread cyril . leclerc
Hello, we are facing issue, we manage the shared folder from SQL table, but it was never working as we have to manage acl permission from the server itself, we want to manage permissions (read or write) from the same application we can share user mailbox but it is written in dovecot documentat