search for: doveadmprotocol

Displaying 20 results from an estimated 27 matches for "doveadmprotocol".

2019 Aug 30
2
Dovecot 2.3.7 - char "-" missing
Hello, i have update dovecot from version 2.2.15 to 2.3.7.2. I have a problem with mine java software because there is a different response when open connection to doveadm. I need open socket to doveadm for get imap quota of a mailbox. With version 2.2.15: # telnet 192.160.10.4 924 Trying 192.160.10.4... Connected to 192.160.10.4. Escape character is '^]'. - With version 2.3.7.2: #
2018 Aug 23
2
Is the Doveadm HTTP API considered stable for production use?
On Wed, Aug 22, 2018 at 09:54:44AM -0400, Felipe Gasper wrote: > If you don?t want to use the HTTP API, you can use the raw doveadm protocol. > > https://wiki.dovecot.org/Design/DoveadmProtocol > > -FG Thanks, I didn't know about that. I suppose testing the HTTP API and then switching to the raw doveadm protocol over TCP if it turns out "crashy" wouldn't mean too much work. -- James Beck Andrews & Arnold Ltd Tel: 03333 400999 -------------- next part ---...
2016 Mar 04
2
VS: Re: v2.2.22 release candidate released
...------L?hett?j?: Peter Chiochetti <pch at myzel.net> P?iv?m??r?: 4.3.2016 20.20 (GMT+02:00) Saaja: dovecot at dovecot.org Aihe: Re: v2.2.22 release candidate released Am 2016-03-04 um 14:33 schrieb Timo Sirainen: >?? + Added doveadm HTTP API: See >???? http://wiki2.dovecot.org/Design/DoveadmProtocol/HTTP Hmm, so anybody who has the API key can send any doveadm commands? I guess something like /etc/sudoers for API keys would be good? Did I miss something? -- peter
2020 May 26
2
doveadm: extra lines?
...it?s sending back additional output. strace shows: write(3<UNIX:[3158354->3156665]>, "\t\tkick\tmyssltest\n", 17) = 17 ... read(3<UNIX:[3158354->3156665]>, "\n-NOTFOUND\n\n-\n", 8192) = 14 Going by the protocol documentation (https://wiki2.dovecot.org/Design/DoveadmProtocol), there appear to be 3 extra bytes at the end of the server?s response: "\n-\n". Is this a bug in doveadm-server? Or am I misreading the protocol documentation? Thank you! cheers, -Felipe Gasper
2016 May 30
3
doveadm-server protocol change?
Hi, I'm doing quota checks from a remote machine (the real setup is a bit more complex, if necessary I can explain it in more detail, but I just extracted the bits that are easily reproduceable) # nc backend1 24245 VERSION doveadm-server 1 0 PLAIN agrVMDvHgz0ya2HHzax5svwB2ZHS? + heiko quota get But since the backend is upgraded to 2.2.22 it's not
2018 Aug 23
2
Is the Doveadm HTTP API considered stable for production use?
...018, at 8:14 AM, James Beck <james.beck at aa.net.uk> wrote: >> >>> On Wed, Aug 22, 2018 at 09:54:44AM -0400, Felipe Gasper wrote: >>> If you don?t want to use the HTTP API, you can use the raw doveadm protocol. >>> >>> https://wiki.dovecot.org/Design/DoveadmProtocol >>> >>> -FG >> Thanks, I didn't know about that. I suppose testing the HTTP API and >> then switching to the raw doveadm protocol over TCP if it turns out >> "crashy" wouldn't mean too much work. > Why use the HTTP API at all? How about JSON...
2016 Mar 16
2
v2.2.22 released
http://dovecot.org/releases/2.2/dovecot-2.2.22.tar.gz http://dovecot.org/releases/2.2/dovecot-2.2.22.tar.gz.sig + Added doveadm HTTP API: See http://wiki2.dovecot.org/Design/DoveadmProtocol/HTTP + virtual plugin: Mailbox filtering can now be done based on the mailbox metadata. See http://wiki2.dovecot.org/Plugins/Virtual + stats: Added doveadm stats reset to reset global stats. + stats: Added authentication statistics if auth_stats=yes. + dsync, imapc, pop3c & pop3-migratio...
2016 Mar 16
2
v2.2.22 released
http://dovecot.org/releases/2.2/dovecot-2.2.22.tar.gz http://dovecot.org/releases/2.2/dovecot-2.2.22.tar.gz.sig + Added doveadm HTTP API: See http://wiki2.dovecot.org/Design/DoveadmProtocol/HTTP + virtual plugin: Mailbox filtering can now be done based on the mailbox metadata. See http://wiki2.dovecot.org/Plugins/Virtual + stats: Added doveadm stats reset to reset global stats. + stats: Added authentication statistics if auth_stats=yes. + dsync, imapc, pop3c & pop3-migratio...
2018 Aug 22
4
Is the Doveadm HTTP API considered stable for production use?
Hi, I'm running 2.2.34 in production (installed from Debian stretch backports) and want to rework some scripts. Can the HTTP API be considered stable in 2.2.34 please? The wiki says it is "considered experimental in v2.2.22" so I thought I'd check before writing API calls rather than a wrapper around doveadm! -- James Beck Andrews & Arnold Ltd Tel: 03333 400999
2016 May 30
2
doveadm-server protocol change?
...S) to 16.04 to get around some Dovecot limitations/problems. And now we got new ones :( We did the upgrade to avoid self-built binaries and use the distro packages. Probably we're out of luck. > We also invite you to have a go at our HTTP based interface, see http://wiki.dovecot.org/Design/DoveadmProtocol/HTTP Does the 2.2.22 HTTP API suffer from the same bug with user passing? Is the HTTP API useable in a Director/Backend configuration? Our setup is about [ mx ] ---> dovecot-protocol ---> [ director ] ----> [ backend ] `---> [...
2016 Dec 05
4
Simple way to get mailbox size by folder.
On 12/3/2016 2:53 PM, Aki Tuomi wrote: > >> On December 3, 2016 at 11:16 PM Vijay Sarvepalli <vijay at ericavijay.net> wrote: >> >> >> Is there a simple way to get each mailbox size using dovecot's IMAP >> interface? The GETQUOTAROOT and GETQUOTA seems to work with the full >> maildir size and not the individual folders. >> >> I am
2016 Nov 16
2
dovecot pre-install issue
...ed. E.g. in v2.2.13 has a fix " copied below" <http://dovecot.org/releases/2.2/dovecot-2.2.13.tar.gz> director was somewhat broken when there were exactly two directors in the ring. It caused errors about "weak users" getting stuck. 2) http://wiki2.dovecot.org/Design/DoveadmProtocol/HTTP An interesting feature to explore post setup. With thanks & regards, Soumitri Mishra http://home.iitk.ac.in/~soumitri/ On Wednesday 16 November 2016 04:31 PM, Thierry de Montaudry wrote: >> On 16 Nov 2016, at 11:06, soumitri at iitk.ac.in wrote: >> >> Hello all, >&...
2016 Nov 16
0
dovecot pre-install issue
...3 has a fix " copied below" > <http://dovecot.org/releases/2.2/dovecot-2.2.13.tar.gz> > director was somewhat broken when there were exactly two directors > in the ring. It caused errors about "weak users" getting stuck. > 2) http://wiki2.dovecot.org/Design/DoveadmProtocol/HTTP <http://wiki2.dovecot.org/Design/DoveadmProtocol/HTTP> > An interesting feature to explore post setup. > With thanks & regards, > Soumitri Mishra > http://home.iitk.ac.in/~soumitri/ <http://home.iitk.ac.in/~soumitri/> > On Wednesday 16 November 2016 04:31 PM, Th...
2017 May 10
2
Example for doveadm-save using Doveadm HTTP API
I could use an example of how to use curl to save a new message to a user?s INBOX using the Doveadm HTTP API. https://wiki2.dovecot.org/Design/DoveadmProtocol/HTTP <https://wiki2.dovecot.org/Design/DoveadmProtocol/HTTP> Do I really use the -d option and inline the entire new message in the command-line? Or, should I create a temporary .json file with the message wrapped in JSON and pass this filename to the -d option? Does anyone have a PHP class...
2016 Mar 04
6
v2.2.22 release candidate released
...ller tweaks to the API, so let us know if you have some improvement ideas. Note that the API was designed to look mostly like JMAP, which we're planning to implement also for v2.3. The plan is to fork v2.3 development tree soon. + Added doveadm HTTP API: See http://wiki2.dovecot.org/Design/DoveadmProtocol/HTTP + virtual plugin: Mailbox filtering can now be done based on the mailbox metadata. See http://wiki2.dovecot.org/Plugins/Virtual + stats: Added doveadm stats reset to reset global stats. + stats: Added authentication statistics if auth_stats=yes. + dsync, imapc, pop3c & pop3-migratio...
2016 Mar 04
6
v2.2.22 release candidate released
...ller tweaks to the API, so let us know if you have some improvement ideas. Note that the API was designed to look mostly like JMAP, which we're planning to implement also for v2.3. The plan is to fork v2.3 development tree soon. + Added doveadm HTTP API: See http://wiki2.dovecot.org/Design/DoveadmProtocol/HTTP + virtual plugin: Mailbox filtering can now be done based on the mailbox metadata. See http://wiki2.dovecot.org/Plugins/Virtual + stats: Added doveadm stats reset to reset global stats. + stats: Added authentication statistics if auth_stats=yes. + dsync, imapc, pop3c & pop3-migratio...
2016 Feb 20
4
New feature: HTTP API
Hi all! We are bringing out HTTP API for doveadm-server in master HEAD. This feature is experimental, and can be expected to have bugs in it and might not always work. If you feel like trying it out though, you can enable it in your configuration file: doveadm_api_key = some-string service doveadm { inet_listener http { port = 8080 } } To use the API, you can go to
2016 Apr 02
2
Dovecot rest api
Team, Need more information on dovecot rest api. Any detailed information about list of dovecot rest apis other than http://www.dovecot.fi/dovecot-launches-a-gmail-api-compatible-rest-api-to-enable-third-party-developers-to-join-its-global-email-ecosystem/ will really helpful.
2016 May 04
2
more info about deleting users
> On May 2, 2016 at 9:56 AM Tom Sommer <mail at tomsommer.dk> wrote: > > > > On 2016-04-29 16:25, Matteo Gaito Test Account wrote: > > > i've search a lot in order to find a way to delete account by dovecot > > but i > > found only this way > > > > http://dovecot.org/list/dovecot/2011-November/079273.html > > > > It's
2017 Feb 08
1
Changes to userdb not picked up
I know, but I'm changing the quota in dict:sql so running commands on the mailserver itself it something I would like to avoid. --- Tom On 2017-02-06 14:29, Urban Loesch wrote: > You can flush the cache with: "doveadm auth cache flush $USER" > > Regards > Urban > > > Am 06.02.2017 um 13:59 schrieb Tom Sommer: >> I have my quota limits stored in userdb