Matt Simerson

Results 217 comments of Matt Simerson

Please refer to [RFC 7001](https://datatracker.ietf.org/doc/rfc7001/). Specifically: > At the time of publication of this document, the following are published, domain-level email authentication methods in common use: - Author Domain Signing...

Having looked into this a little more, I think A Pretty Good Solution looks like: 1. deprecate store_auth_results in Plugin.pm. Squawk loudly if it gets called. 2. add store_auth_results to...

It's a bug in the c-ares library used by node.js, fixed in v1.29. The practical solution for you is to upgrade your node.js to versions 22.3.0 or 20.16.0 or higher.

Hi @gamalan , glad you noticed that deprecation warning. I was hoping it would surface someone(s) who actually used that feature. Answers: 1. I don't know. 2. The old functionality...

The current instructions are still completely broken for *supported* versions of FreeBSD. This patch makes them much less broken, but only for the vast majority of FreeBSD users. My interest...

I do a similar thing, but I *always* add /etc/fstab entries with `noauto` for every one of the disks that has boot loaders. Eg: ```sh ➜ grep efi /etc/fstab /dev/gpt/nda0-efi...

I noticed this today, thanks for the PR. Hopefully it'll get merged. 🤞🏻

@lnedry , please have a look at #3503 and if possible, give it a test drive.

> I expect that Haraka, when starting, would throw an error if smtp.ini has it listening on an IPv6 address when IPv6 is not supported. #worksAsDesigned. As is lightly documented...