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 ?
__
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
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
> 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
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
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
> 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
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
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