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 ?
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org


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
}
inet_listener {
port = 2425
}
inet_listener_http {
port = 8082
}
}
service auth {

but i have this error

doveconf: Fatal: Error in configuration file /etc/dovecot/conf.d/10-
master.conf line 73: Unknown setting: service { inet_listener_http {
inet_listener_http
chown: cannot access '/usr/lib/dovecot/sieve-
global/after/spam_to_junk.svbin': No such file or directory
[ WARNING ] !! INSECURE !! SSL configured with plain text access - DO
NOT USE FOR PRODUCTION DEPLOYMENT
[ INF ] Starting daemons
[ INF ] mail.equitativa.ae is up and running
Sep 14 14:31:23 mail amavis[502]: starting. /usr/sbin/amavisd-new at
mail.equitativa.ae amavisd-new-2.11.1 (20181009), Unicode aware,
LC_CTYPE="C.UTF-8"
Sep 14 14:31:23 mail amavis[502]: perl=5.032001, user=, EUID: 109
(109); group=, EGID: 111 111 (111 111)
Sep 14 14:31:23 mail amavis[502]: Net::Server: Group Not Defined.
Defaulting to EGID '111 111'
Sep 14 14:31:23 mail amavis[502]: Net::Server: User Not Defined.
Defaulting to EUID '109'
Sep 14 14:31:23 mail amavis[502]: No ext program for .zoo, tried: zoo
Sep 14 14:31:23 mail amavis[502]: No ext program for .doc, tried:
ripole
Sep 14 14:31:23 mail amavis[502]: No decoder for .F 
Sep 14 14:31:23 mail amavis[502]: No decoder for .doc 
Sep 14 14:31:23 mail amavis[502]: No decoder for .zoo 

___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org


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 email to dovecot-le...@dovecot.org


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 list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org


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 api to do ACL management, as well.

AKi
___
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
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