Re: SASL AUTH with postfix

2019-11-14 Thread Benny Pedersen via dovecot
On 2019-11-14 22:57, Jorge Bastos via dovecot wrote: It was in my front and didn't saw it. Now i need to go further, have the SASL auth being read from a diferrent table than the password_query for *sql. https://doc.dovecot.org/configuration_manual/authentication/sql/ In the below conf,

Re: SASL AUTH with postfix

2019-11-14 Thread Jorge Bastos via dovecot
On 2019-11-14 15:41, Benny Pedersen via dovecot wrote: Jorge Bastos via dovecot skrev den 2019-11-14 16:25: I've tried to search for the realm part in dovecot but didn't found it, Could you guide me to it? doveconf -d | grep realm doveconf -n if more help is needed Thanks Benny, It

Re: http API for IMAP

2019-11-14 Thread Ralph Seichter via dovecot
* Thomas Güttler via dovecot: > Stateless, http and URLs are the future. A bold claim, and not worth anything without proof, which is impossible to provide because you cannot predict the future. > JavaScript running on in browser or mobile phone can't connect to > IMAP/SMTP. That's simply not

Re: SASL AUTH with postfix

2019-11-14 Thread Benny Pedersen via dovecot
Jorge Bastos via dovecot skrev den 2019-11-14 16:25: I've tried to search for the realm part in dovecot but didn't found it, Could you guide me to it? doveconf -d | grep realm doveconf -n if more help is needed

RE: SASL AUTH with postfix

2019-11-14 Thread Jorge Bastos via dovecot
Hi Benny, I've tried to search for the realm part in dovecot but didn't found it, Could you guide me to it? -Original Message- From: dovecot On Behalf Of Benny Pedersen via dovecot Sent: 13 de novembro de 2019 23:33 To: dovecot@dovecot.org Subject: Re: SASL AUTH with postfix Jorge

Re: http API for IMAP

2019-11-14 Thread Chris Kiakas via dovecot
You just described a more complex environment not a simplified environment. You can run code within code within code. Already we have all this abstraction and it’s leading to people not understanding and implementing solutions that make very little sense. Like what you describe. Why would you

Re: JMAP: Re: http API for IMAP

2019-11-14 Thread Benny Pedersen via dovecot
Thomas Güttler via dovecot skrev den 2019-11-14 14:44: https://proxy.jmap.io/ This way you can use JMAP even if you imap server does not support it. fair, i just try avoid proxy in all terms

Re: http API for IMAP

2019-11-14 Thread Thomas Güttler via dovecot
Am 14.11.19 um 14:21 schrieb Phillip Odam via dovecot: A HTTP API for IMAP and for that matter, POP3 and SMTP is exactly what we built where I work. Did you build upon JMAP? If not, why not? Regards, Thomas Güttler -- Thomas Guettler http://www.thomas-guettler.de/ I am looking for

Re: JMAP: Re: http API for IMAP

2019-11-14 Thread Thomas Güttler via dovecot
Am 14.11.19 um 14:03 schrieb Benny Pedersen via dovecot: Thomas Güttler via dovecot skrev den 2019-11-14 08:55: Is there already an open source imap2jmap server? why do you say imap here ? https://www.cyrusimap.org/imap/developer/jmap.html cyrus already have it, we just wait for dovecot :)

Dovecot Master User: Access user's mailbox without owner's password

2019-11-14 Thread Dav Rdrz via dovecot
Hi, I hope you're all right. I describe below the scenario where the problem occurs. I'm trying to activate a master user [1] to be able to access all the boxes of all users by imap. I have configured the dovecot-master-users [2] file with the appropriate permissions. When I try to access, for

Re: http API for IMAP

2019-11-14 Thread Phillip Odam via dovecot
A HTTP API for IMAP and for that matter, POP3 and SMTP is exactly what we built where I work. For anyone wonder why build such a thing? A simplified interface is an exceptionally powerful tool. Many of our clients have encountered issues constructing multipart http requests so if that’s an issue,

Re: JMAP: Re: http API for IMAP

2019-11-14 Thread Benny Pedersen via dovecot
Thomas Güttler via dovecot skrev den 2019-11-14 08:55: Is there already an open source imap2jmap server? why do you say imap here ? https://www.cyrusimap.org/imap/developer/jmap.html cyrus already have it, we just wait for dovecot :) did you google ?

Crash when moving mail from Inbox to Trash

2019-11-14 Thread marvin alcantara via dovecot
Hi, I am developing a dovecot plugin, and inside my plugin I am implementing my own expunge function. Inside my function, I am calling the following lines of code: if (storage->v.mail_open(mail, , >open_file) < 0) return -1; The mail_open virtual function is an invalid address. The storage