sirainen

Results 27 comments of sirainen

Thanks, that linked helped me! I added a pull request for this.

Hmm. I don't completely understand Linux capabilities, and the current capabilities code in Dovecot was written by other people. But my understanding is that Dovecot uses them to drop privileges...

Thanks. I was wondering how that code came to be like that, but looks like it's a regression caused by 32e8bd5b5a9d5bc04e5ac6c65ac132ba5c386d64 in v2.3.17. (Oh, you had the commit hash already...

Reopened from https://github.com/dovecot/core/pull/86. Internal Jira: DOP-1362

We're not much changing v2.3 anymore, and I'm planning on doing larger changes to v2.4 configuration handling which will make this possible in a generic way.

I mean, unless something unexpected happens, the first v2.4 release will have this solved in a different way (any ssl setting can be specified in any context). I'm actively working...

> Could you clarify when the release of v2.4 is expected? There is no schedule for now. Not anytime soon.

The worry I have related to performance isn't about IMAP client behavior, but rather Dovecot's mailbox_sync() calls. With no delay IDLEing imap process would call mailbox_sync() every time there is...

Hmm. Maybe .. but why are you getting those errors/warnings anyway? It's not really expected unless one of the login processes crashes or something. Are you maybe using SMTP or...

@arnt Already merged, but now looked at this a bit more. Was there a reason MAILBOX_FEATURE_UTF8ACCEPT was added? Is it useful in some fuller implementation that doesn't exist yet? Since...