Matt Simerson

Results 217 comments of Matt Simerson

> Field [_id] is defined twice in [postfix-orphan] That's an interesting error. I haven't had time to upgrade to ES 5 (I tried it briefly, ran into a number of...

So if one renames _id to `id`, that resolves the issue? Looks like a pretty quick and simple change: ```sh [matt] ~/git/log-ship-elastic-postfix $ grep _id `gfind` ./index-map-template.json: "_id": { "type"...

Since I don't have an ES 5 server up to test with, can I get someone to test this and make sure it does The Right Stuff[TM]? You can install...

```` message: '[parsing_exception] Unknown key for a START_OBJECT in [filter]., with { line=1 & col=11 }', body: '{"filter":{"terms":{"id":["3mPVKl0Mhjz7sXv"]}}}', ```` So, the problem is in the filter. I'm not sure what...

> On the code there is a mixed type of date and string I don't think so. The array `events` is populated with objects. At times the objects may have...

> The code searches for field 'id', which is also described on the template file, but the record example references to field 'qid'. I think the record example had a...

This plugin just opens the DB connections (to redis & mongo) on init_master. If the plugin is timing out, it's likely because you need to edit the redis.host and/or mongo.url...

Shouldn't you leave the existing PEM generation code in place for when `key` and `cert` are undefined?

> Only cloudron.io and emailitin.com have MXes that mention Haraka in their welcome banners. Haraka permits users customize the welcome banner and `QUIT` message and we know some of our...

> there is no way to set up a custom EHLO. Aren't you able to set `bind_helo` in `get_mx`? Isn't that what [the docs](https://github.com/haraka/Haraka/blob/aba06384fd0a1878578cf8aaf16ba136ca4da941/docs/Outbound.md?plain=1#L117) are saying to do? What is...