Matt Simerson
Matt Simerson
[BUG] `npm view $package versions --json` returns non-JSON string for packages with only one version
I just ran into this silly bug. Please make `npm view $package versions --json` **always** return a valid JSON array. That is what is expected when the arguments version_**s**_ is...
> In the "certificates" directory if there are any directories found containing exactly one .crt and one .key file (or maybe specifically named tls.crt and tls.key it should load them...
psst. Have a look at #3344
moved to [wiki/TODO](https://github.com/haraka/Haraka/wiki/TODO)
The issue @DoobleD is seeing is because `connection.relaying=true` is set on an inbound connection. Haraka's default queue selection is binary: outbound when `connection.relaying=true` and inbound for all else. This is...
moved to [wiki/TODO](https://github.com/haraka/Haraka/wiki/TODO)
Hi @kayrus , any chance you can test the changes in #3286 and see if that helps?
4 years. Moved to [Outbound Improvementsi](https://github.com/haraka/Haraka/wiki/Outbound-Improvements) wiki page.
moved to [wiki/TODO](https://github.com/haraka/Haraka/wiki/TODO)
Upon reviewing this again, and reading the Outbound docs: ```` ** outbound_ip - the IP address to bind to (note do not set this manually, use the `get_mx` hook) Outbound...